The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Get Joke listing page.
Minimal Model Context Protocol (MCP) server (Node.js) that exposes one tool: get_joke.
Or:
This repo includes a tiny SDK-based client that spawns the server over stdio, lists tools, and calls get_joke:
The get_joke tool returns JSON like:
The official MCP Registry stores metadata only, so you must publish the package to npm first.
Notes:
package.json includes mcpName and server.json uses the same name (required for verification).package.json and server.json (and republish to npm).