MCP.so
登录
G

Get Joke

@Hamzaaamin

关于 Get Joke

暂无概览

基本信息

分类

其他

传输方式

stdio

发布者

Hamzaaamin

提交者

hamza amin

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "shabaaspay": {
      "url": "https://mcp.so/submit",
      "transport": "http",
      "headers": {
        "Authorization": "sbp_live_44625cbe2cc7dbe1688d4241a14996200c423b026481e3c695b7ded0ddfa5895"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Get Joke?

Get Joke is a minimal Model Context Protocol (MCP) server (Node.js) that exposes a single tool, get_joke, which returns a joke in JSON format.

How to use Get Joke?

Install with npm install, then run with node index.js or npm start. A test client is included that spawns the server over stdio, lists tools, and calls get_joke via npm run test:mcp.

Key features of Get Joke

  • Exposes one tool: get_joke
  • Returns a joke as JSON
  • Written in Node.js
  • Supports the Model Context Protocol
  • Includes a built-in test client
  • Can be published to the MCP Registry

Use cases of Get Joke

  • Adding a random‑joke tool to an MCP‑compatible AI assistant
  • Demonstrating a basic MCP server with a single tool
  • Testing MCP client‑server interactions with a trivial endpoint

FAQ from Get Joke

What tool does Get Joke provide?

It provides a single tool called get_joke that returns a joke in JSON format.

How do I run the Get Joke server?

After installing dependencies with npm install, run node index.js or npm start.

How can I test the Get Joke server?

Use the included test client by running npm run test:mcp. This spawns the server over stdio, lists tools, and calls get_joke.

How do I publish Get Joke to the MCP Registry?

First publish the package to npm (npm publish), then use the mcp-publisher tool (brew install mcp-publisher, login, then mcp-publisher publish). The metadata in package.json and server.json must be kept in sync.

评论

其他 分类下的更多 MCP 服务器