Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by RicardoFreitasAraujo • Uncategorized
MCP server exposing a bookstore API for AI language models to manage books and categories via natural language.
List and search books by title.
Create, update, or delete book records.
Retrieve and list book categories.
DotNetMCPServer is a .NET-based MCP server that exposes a REST API for managing books and categories in a bookstore. It enables AI clients like Claude Desktop and Cursor to interact with the bookstore API through natural language commands using the Model Context Protocol. The solution includes a REST API for CRUD operations on books and categories, and a MCP server that wraps these API endpoints as tools accessible to AI agents, facilitating seamless integration and automation.