MCP Hub
Back to servers

zenquotes

ZenQuotes MCP — wraps ZenQuotes API (free, no auth)

Registry
Updated
Apr 2, 2026

@pipeworx/mcp-zenquotes

MCP server for inspirational quotes from ZenQuotes

Tools

ToolDescription
random_quoteGet a single random inspirational quote
today_quoteGet the quote of the day
list_quotesGet a batch of 50 random inspirational quotes

Quickstart (Pipeworx Gateway)

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "random_quote",
      "arguments": {}
    }
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review