MCP server exposing 4 tools for jokes.
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/jokes/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
get_joke — Get a random joke, optionally filtered by category (e.g., 'general', 'programming') or type ('single' or 'twopart'). Returns joke text, category, and content flags.search_jokes — Search jokes by keyword or phrase. Returns matching jokes with categories, types, and content flags.get_joke_categories — List all available joke categories (e.g., 'general', 'programming', 'knock-knock'). Use to filter get_joke results.get_joke_flags — List all content filter flags (e.g., explicit, political, racist). Use to understand what filters exclude.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/jokes/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io