MCP Hub
Back to servers

dadjokes

Dad Jokes MCP — wraps icanhazdadjoke.com (free, no auth)

Registry
Updated
Apr 2, 2026

mcp-dadjokes

MCP server for random dad jokes via icanhazdadjoke.com. No authentication required.

Tools

ToolDescription
random_jokeGet a random dad joke
search_jokesSearch dad jokes by a keyword or term
get_jokeGet a specific dad joke by its ID

Quickstart via Pipeworx Gateway

Call any tool through the hosted gateway with zero setup:

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

License

MIT

Reviews

No reviews yet

Sign in to write a review