MCP server exposing 4 tools for quotable.
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/quotable/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
random_quote — Get a random quote, optionally filtered by tag (e.g., "Wisdom", "Motivational") or author slug. Returns quote text, author, and tags. Tags come from a fixed list — call list_tags to see it.search_quotes — Search quotes by keyword or phrase. Returns matching quotes with author names and topic tags.get_authors — Look up an author by slug (e.g., "albert-einstein"). Returns bio, description, and total quote count. Without a slug, returns a page of the author list — the upstream list is unordered and cannot be searched, so prefer passing a slug.list_tags — Browse all available quote tags sorted by popularity. Use returned tags with random_quote to filter by topic.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/quotable/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io