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.

コメント

「その他」の他のコンテンツ