MCPポケモン
MCPポケモンサーバー
このリポジトリには、PokeAPI と対話するための MCP サーバー実装が含まれています。
前提条件
- Python : Python 3.12 以上がインストールされていることを確認します。
- 依存関係:
pip
を使用して必要な依存関係をインストールします。
インストール
- リポジトリをクローンします。
- 仮想環境を作成します。
- 必要な依存関係をインストールします。
サーバーの実行 MCPサーバーを実行するには、次のコマンドを実行します: mcp dev server.py - インスペクタデバッグ用 mcp run server.py - サーバーを直接実行する場合
機能 ツール: サーバーは、PokeAPIからデータを取得するためのget_pokemon_infoなどのツールを提供します。 リソース: クライアントとやり取りするための動的リソースを含めるように拡張可能です。 テスト MCP Inspectorを使用してサーバーをテストしたり、互換性のあるクライアントと統合したりできます。
追加情報:サーバーを実行する前に、仮想環境がアクティブ化されていることを確認してください。MCPの詳細については、モデルコンテキストプロトコルのドキュメントをご覧ください。
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
ユーザーが PokeAPI と対話して自然言語クエリを通じてポケモン情報を取得できるようにする MCP サーバー実装。
Related MCP Servers
- -securityAlicense-qualityAn MCP server that enables large language models to interact directly with MongoDB databases, allowing them to query collections, inspect schemas, and manage data through natural language.Last updated -219MIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that provides Pokémon information by connecting to the PokeAPI, enabling users to query detailed Pokémon data, discover random Pokémon, and find Pokémon by region or type.Last updated -410MIT License
- -securityFlicense-qualityAn MCP server for interacting with Treasure Data API, allowing users to retrieve database information and check server status through natural language queries.Last updated -
- -securityFlicense-qualityAn MCP server that provides detailed Pokémon information by integrating with the PokeAPI, allowing users to fetch comprehensive data about Pokémon and simulate battles.Last updated -1