MCP server exposing 3 tools for bored.
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/bored/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
random_activity — Get a random activity suggestion to cure boredom. Returns activity name, type, participant count, and price range.activity_by_type — Find a random activity by category (e.g., 'cooking', 'sport', 'relaxation'). Returns activity name, type, participants needed, and price range.activity_by_participants — Find a random activity for a specific group size (e.g., 1 for solo, 4 for group). Returns activity name, type, and price range.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/bored/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io