Agent API & MCP
Build agentic workflows with Books Mandala's live catalog of 50,000+ books. Our REST API and MCP let AI agents search, browse, and discover books with real-time pricing and stock availability — designed for seamless integration with Claude, ChatGPT, Cursor, and any MCP-compatible AI client.
MCP
If you use an MCP-compatible AI app like Claude Desktop, Cursor, or Windsurf, you can connect to Books Mandala in seconds. No API key needed.
https://bm-agent-mcp.booksmandala.workers.dev/mcpClaude Desktop Setup
Add this to your Claude Desktop config file:
{
"mcpServers": {
"books-mandala": {
"url": "https://bm-agent-mcp.booksmandala.workers.dev/mcp"
}
}
}Restart Claude Desktop after adding. Then ask it about any book!
7 Tools Available
REST API
For developers building custom integrations, bots, or applications. Full REST API with complete specification and documentation.
https://booksmandala.com/api/agent/v1X-API-Key headerEndpoints
| Endpoint | Description |
|---|---|
GET /search?q=... | Search books by title, author, or ISBN |
GET /books/{isbn-or-slug} | Get full book details |
GET /genres | List all 177 genres |
GET /genres/{slug}/books | Browse books in a genre |
GET /bestsellers | Current bestselling books |
GET /new-arrivals | Recently added titles |
GET /authors/{slug} | Author info and their books |
GET /docs | Full API specification (machine-readable) |
Full API specification: booksmandala.com/api/agent/v1/docs
Get an API Key
API keys are free for non-commercial use. To request a key, email [email protected] with a brief description of how you plan to use the API.
AI Discovery
Books Mandala provides machine-readable files for AI systems to discover our catalog and API.
Roadmap
We're building toward a fully agentic bookstore where AI agents can do everything a human customer can.
Open Source
The MCP server source code is open source on GitHub.
github.com/mandalatech/bm-agent-mcp