Skip to main content
Glama
pipeworx-io

mcp-books

by pipeworx-io

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

search_books

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.

get_book

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.

get_author

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.

get_book_work

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

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