The finest dad jokes on the internet — random, searchable, and groan-worthy from icanhazdadjoke.com
Why did the scarecrow win an award? Because he was outstanding in his field. This pack serves up dad jokes from icanhazdadjoke.com — the internet's premier repository of wholesome, groan-inducing humor.
random_joke — A random dad joke, ready to deploysearch_jokes — Search the collection by keyword (e.g., "cat", "pizza", "coffee")get_joke — Fetch a specific joke by its IDcurl -s -X POST https://gateway.pipeworx.io/dadjokes/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_jokes","arguments":{"term":"coffee","limit":3}}}'
{
"results": [
{ "id": "71wsPKeF6h", "joke": "I just got my doctor's test results and I'm really upset. Turns out, I'm not a doctor." }
],
"total_jokes": 1
}
{
"mcpServers": {
"pipeworx-dadjokes": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/dadjokes/mcp"]
}
}
}