mcp-books
mcp-books
Books MCP — kapselt die Open Library API (kostenlos, ohne Authentifizierung)
Teil von Pipeworx — einem MCP-Gateway, das KI-Agenten mit über 1394+ Live-Datenquellen verbindet.
Tools
Tool | Description |
| Sucht Bücher nach Titel, Autor oder Stichwort. Gibt Titel, Autor, Jahr, ISBN und Cover-URL zurück. Verwenden Sie dies, um Bücher zu entdecken, bevor Sie die vollständigen Details abrufen. |
| Ruft Open-Library-Ausgabedetails für ein Buch per ISBN-10 oder ISBN-13 ab. Gibt Titel, publish_date, number_of_pages, Themen (bis zu 10), Beschreibung, cover_url und author_keys für anschließende get_author-Aufrufe zurück. |
| Ruft das Profil eines Autors von Open Library per Autorenschlüssel ab (z. B. "OL23919A"). GibtName, birth_date, death_date, biografische Zusammenfassung und Wikipedia-URL zurück. |
| Ruft den kanonischen Open-Library-„work"-Datensatz ab (das Konzept eines Buches über all seine Ausgaben), per Work-ID (z. B. "OL45804W"). Gibt Titel, Beschreibung, Erstveröffentlichungsdatum, Themen und Autorschlüssel zurück. Verwenden Sie search_books, um eine work_id (der Schlüssel mit W-Suffix) zu finden; verwenden Sie get_book für eine bestimmte Ausgabe per ISBN. (Benannt als get_book_work, um eine Kollision mit Crossref get_work zu vermeiden.) |
Related MCP server: OpenLibrary MCP
Schnellstart
Fügen Sie zu Ihrem MCP-Client hinzu (Claude Desktop, Cursor, Windsurf usw.):
{
"mcpServers": {
"books": {
"url": "https://gateway.pipeworx.io/books/mcp"
}
}
}Oder verbinden Sie sich mit dem vollständigen Pipeworx-Gateway, um Zugriff auf alle 1394+ Datenquellen zu erhalten:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Verwendung mit ask_pipeworx
Statt die Tools direkt aufzurufen, können Sie Fragen in einfachem Englisch stellen:
ask_pipeworx({ question: "your question about Books data" })Das Gateway wählt das richtige Tool aus und füllt die Argumente automatisch aus.
Mehr
Lizenz
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to help users manage their reading experience by searching books, tracking reading progress, managing bookmarks, and generating personalized recommendations and summaries.
- AlicenseNot gradedqualityDmaintenanceEnables searching for books using the OpenLibrary API; provides a search_books tool for AI assistants to find books by title, author, or keywords.2Apache 2.0
- FlicenseAqualityCmaintenanceConnects AI assistants to the Open Library API for searching books and authors, retrieving metadata, and comparing works.12
- AlicenseNot gradedqualityFmaintenanceProvides access to Internet Archive's Open Library metadata, enabling queries about books, authors, and subjects via natural language through the Pipeworx gateway.2MIT
Related MCP Connectors
Search books and authors, fetch editions, browse subjects, and resolve cover images.
Federated search of books and papers, BibTeX/RIS citations, open-access retrieval and reading.
Open Library MCP — Internet Archive's open book metadata
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-books'
If you have feedback or need assistance with the MCP directory API, please join our Discord server