MCP server exposing 4 tools for gutendex.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/gutendex/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search_books — Search for books by title or author name. Returns book IDs, titles, authors, and download counts.get_book — Get full details for a book by ID. Returns title, author, publication year, language, available formats, and download count.popular_books — Get the most downloaded books ranked by popularity. Returns titles, authors, IDs, and download statistics.books_by_topic — Browse books by subject or topic (e.g., 'science fiction', 'philosophy'). Returns matching titles, authors, and IDs.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/gutendex/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io