mcp-books
mcp-books
Books MCP — 封装了 Open Library API(免费,无需认证)
是 Pipeworx 的一部分 — 一个将 AI 智能体连接到 1394+ 个实时数据源的 MCP 网关。
工具
工具 | 说明 |
| 按标题、作者或关键词搜索图书。返回 title、author、year、ISBN 和封面图片 URL。在获取完整详情之前,先用它来发现图书。 |
| 通过 ISBN-10 或 ISBN-13 获取某本书在 Open Library 的版本详情。返回 title、publish_date、number_of_pages、subjects(最多 10 个)、description、cover_ebook,以及用于后续 get_author 调用的 author_keys。 |
| 按作者的 key(例如 'OL23919A')从 Open Library 获取作者的资料。返回 name、birth_date、death_date、生平简介和 Wikipedia URL。 |
| 按 work ID(例如 "OL45804W")获取 Open Library 规范的 work 记录(即一本书在所有版本中对应的抽象概念)。返回 title、description、首次出版日期、subjects 和作者 key。使用 search_books 查找 work_id(以 W 结尾的 key);如需按 ISBN 获取特定版本,请使用 get_book。(命名为 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" })网关会自动选择合适的工具并自动填充参数。
更多
许可证
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