MCPMarket
스킬 판매Power Your Agents연결
  1. 홈
  2. 서버
  3. Livraria

Livraria

RicardoFreitasAraujobyRicardoFreitasAraujo
•
API 개발
데이터 과학 및 ML
개발자 도구

Exposes a .NET REST API for managing books and categories to AI models using the Model Context Protocol (MCP).

Related MCPs

View more
  • neondatabase-labs

    Neon

    Enables natural language interaction with the Neon Management API and databases through the Model Context Protocol.

  • mendableai

    Firecrawl

    Empowers LLMs with advanced web scraping capabilities for content extraction, crawling, and search functionalities.

  • GLips

    Figma Context

    Provides AI coding agents with simplified Figma layout information via the Model Context Protocol.

Related Skills

View all
  • openclaw

    Diagram Maker & Visualizer

    Generates professional SVG, HTML, and Excalidraw diagrams for software architecture, system flows, and educational concepts.

  • openclaw

    GH Issues Auto-Fixer

    Automates the end-to-end GitHub issue lifecycle by spawning sub-agents to implement code fixes, open pull requests, and resolve review comments.

  • openclaw

    Discord Integration

    Manages Discord operations including messaging, reactions, and channel management directly through Claude.

MCPMarket

Claude 및 Cursor와 같은 MCP 클라이언트를 즐겨 사용하는 도구에 연결하는 MCP 서버를 찾아보세요. MCP 마켓에서 시작하세요.

둘러보기

  • MCP 검색
  • MCP 서버
  • MCP 클라이언트
  • Claude 스킬
  • MCP Market Hub
  • 카테고리
  • MCP 서버란 무엇인가요?
  • Model Context Protocol

순위

  • 오늘의 인기 MCP
  • 오늘의 인기 Claude 스킬
  • Claude 스킬 Top 100
  • MCP 서버 Top 100

소개

  • 뉴스
  • 제출하기
  • 문의하기

© 2026 MCP 마켓. 모든 권리 보유.·Privacy·Terms

Livraria provides a comprehensive solution for managing a bookstore, combining a robust ASP.NET Core REST API with an MCP server. This setup enables large language models (LLMs) and other AI clients like Claude Desktop or Cursor to interact with the bookstore's data – performing CRUD operations on books and fetching categories – directly through natural language. The system demonstrates how to build and integrate an MCP server with an existing .NET backend, facilitating seamless AI-driven access to application functionalities.

주요 기능

01Supports multiple database providers (Memory, SQL Server, PostgreSQL)
020 GitHub stars
03Exposes API functionalities as MCP tools for AI clients
04.NET 10 and Entity Framework Core based
05Full CRUD operations for books via REST API
06Communication with MCP clients via stdio transport

사용 사례

01Enable AI models to manage and query a book catalog
02Integrate .NET backend services with AI assistants using MCP
03Develop custom AI tools that leverage existing REST APIs
04Demonstrate Model Context Protocol implementation in .NET