Skip to main content
Glama
pipeworx-io

mcp-books

by pipeworx-io

mcp-books

Books MCP — 封装了 Open Library API(免费,无需认证)

Pipeworx 的一部分 — 一个将 AI 智能体连接到 1394+ 个实时数据源的 MCP 网关。

工具

工具

说明

search_books

按标题、作者或关键词搜索图书。返回 title、author、year、ISBN 和封面图片 URL。在获取完整详情之前,先用它来发现图书。

get_book

通过 ISBN-10 或 ISBN-13 获取某本书在 Open Library 的版本详情。返回 title、publish_date、number_of_pages、subjects(最多 10 个)、description、cover_ebook,以及用于后续 get_author 调用的 author_keys。

get_author

按作者的 key(例如 'OL23919A')从 Open Library 获取作者的资料。返回 name、birth_date、death_date、生平简介和 Wikipedia URL。

get_book_work

按 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

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to help users manage their reading experience by searching books, tracking reading progress, managing bookmarks, and generating personalized recommendations and summaries.
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables searching for books using the OpenLibrary API; provides a search_books tool for AI assistants to find books by title, author, or keywords.
    2
    Apache 2.0
  • A
    license
    Not graded
    quality
    F
    maintenance
    Provides access to Internet Archive's Open Library metadata, enabling queries about books, authors, and subjects via natural language through the Pipeworx gateway.
    2
    MIT

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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