mcp-books
mcp-books
Books MCP — обёртка над Open Library API (бесплатно, без авторизации)
Является частью Pipeworx — MCP-шлюза, подключяющего AI-агентов к 1394+ живым источникам данных.
Инструменты
Инструмент | Описание |
| Поиск книг по названию, автору или ключевому слову. Возвращает название, автора, год, ISBN и URL обложки. Используйте для поиска книг перед получением полных сведений. |
| Получение деталей об издании из Open Library по ISBN-10 или ISBN-13. Возвращает title, publish_date, number_of_pages, subjects (до 10), description, cover_url и author_keys для последующих вызовов get_author. |
| Получение профиля автора из Open Library по ключу автора (например, 'OL23919A'). Возвращает name, birth_date, death_date, биографическую сводку и URL в Википедии. |
| Получение канонической записи "work" Open Library (концепции книги во всех её изданиях) по идентификатору work (например, "OL45804W"). Возвращает title, description, дату первой публикации, subjects и авторские ключи. Используйте search_books, чтобы найти work_id (ключ с суффиксом W); используйте get_book для конкретного издания по ISBN. (Назван get_book_work, чтобы избежать конфликтов с Crossref get_work.) |
Related MCP server: OpenLibrary MCP
Быстрый старт
Добавьте в ваш MCP-клиент (Claude Desktop, Cursor, Windsurf и др.):
{
"mcpServers": {
"books": {
"url": "https://gateway.pipeworx.io/books/mcp"
}
}
}Или подключитесь к полному шлюзу Pipeworx для доступа ко всем 1394+ источникам данных:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Использование с ask_pipeworx
Вместо вызова инструментов напрямую вы можете задавать вопросы на простом английском:
ask_pipeworx({ question: "your question about Books data" })The gateway picks the right tool and fills the arguments automatically.
Подробнее
Лицензия
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