← 返回
未分类 中文

Pipeworx books

Search and look up books via Open Library — titles, authors, ISBNs, and cover images from the world's largest open book catalog
通过Open Library搜索图书,获取标题、作者、ISBN和封面图片,源自全球最大开放图书目录。
brucegutman brucegutman 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 321
下载
💾 0
安装
1
版本
#latest

概述

Open Library Books

Open Library aims to catalog every book ever published. This pack wraps their API to let you search by title, author, or keyword, look up detailed book info by ISBN, and retrieve author biographies.

Tools

  • search_books — Search by title, author, or keywords. Returns up to 20 results with titles, authors, publish years, ISBNs, and cover image URLs.
  • get_book — Full details for a book by ISBN-10 or ISBN-13. Includes description, publishers, page count, and subjects.
  • get_author — Author biography, birth/death dates, and photos by Open Library author key (e.g., OL23919A for J.K. Rowling).

Real-world uses

  • Answering "who wrote that book about..." questions
  • Enriching a reading list with cover images and page counts
  • Looking up an ISBN from a barcode scan to get book metadata
  • Building a book recommendation system with structured author and subject data

Example: finding books by Ursula K. Le Guin

curl -s -X POST https://gateway.pipeworx.io/books/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_books","arguments":{"query":"Ursula Le Guin","limit":5}}}'
{
  "results": [
    {
      "title": "The Left Hand of Darkness",
      "authors": ["Ursula K. Le Guin"],
      "first_publish_year": 1969,
      "isbn": "0441478123",
      "cover_url": "https://covers.openlibrary.org/b/id/..."
    }
  ]
}

MCP config

{
  "mcpServers": {
    "pipeworx-books": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/books/mcp"]
    }
  }
}

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 17:08 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

knowledge-management

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 451 📥 106,042
knowledge-management

Summarize

paudyyin
智能摘要工具,自动为长文本、文档、网页生成摘要,提取要点与关键词,支持自定义摘要长度。
★ 969 📥 523,493
knowledge-management

web-tools-guide

user_ec205dbb
MANDATORY before calling web_search, web_fetch, browser, or opencli. Contains required error-handling procedures (web_se
★ 97 📥 170,841