Chuck Norris Jokes MCP Server
by AlexuLag
チャック・ノリスのジョーク MCP サーバー
これは、公開されている Chuck Norris API を使用してランダムな Chuck Norris ジョークを取得するツールを公開するシンプルな MCP (Model Context Protocol) サーバーです。
特徴
チャック・ノリスのジョークをランダムに返す
chistecitosツールパフォーマンス向上のための非同期実装
統合されたエラー処理
シンプルで使いやすいインターフェース
Related MCP server: Jokes MCP Server
要件
Python 3.9以上
pip (Python パッケージ マネージャー)
施設
このリポジトリをクローンします:
git clone <url-del-repositorio>
cd jokes-mcp依存関係をインストールします。
pip install -r requirements.txt使用
サーバーを起動します。
python server.pyサーバーは、互換性のある MCP クライアントで使用できる
chistecitosツールを公開します。
使用例
chistecitosツールはパラメータなしで呼び出すことができ、ランダムなチャック ノリスのジョークを返します。例えば:
# Ejemplo de respuesta
"Chuck Norris puede dividir por cero."使用される技術
MCP Python SDK - MCPサーバーの展開用
httpx - Python 用非同期 HTTP クライアント
チャック・ノリス API - チャック・ノリスのジョークのための公開 API
貢献する
貢献を歓迎します。提案された変更について議論するには、問題を開くか、プル リクエストを送信してください。
ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています。詳細については、 LICENSEファイルを参照してください。
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessNo issues
Related MCP Connectors
A simple MCP server built with FastMCP and python
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that fetches jokes from multiple sources (Chuck Norris, Dad jokes, and Yo Mama jokes) and integrates with Microsoft Copilot Studio to create a humor-focused conversational experience.MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that retrieves jokes from three different sources: Chuck Norris jokes, Dad jokes, and Yo Mama jokes.MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that fetches jokes from various APIs (Chuck Norris, Dad jokes, and Yo Mama jokes) for use in Microsoft Copilot Studio.MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that provides jokes on demand, allowing users to request different types of jokes (Chuck Norris, Dad jokes, etc.) through natural language in both GitHub Copilot and Microsoft Copilot Studio.MIT