MCP.so
ログイン

Pokime 🎮📺

@buddhdev-harsh

Pokime 🎮📺 について

MCP server for accessing Pokemon + Anime information for LLM

基本情報

カテゴリ

その他

ライセンス

MIT license

ランタイム

python

トランスポート

stdio

公開者

buddhdev-harsh

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "pokime": {
      "command": "uvx",
      "args": [
        "pokime"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Pokime 🎮📺?

Pokime 🎮📺 is an MCP (Model Context Protocol) server that lets large language models retrieve rich information about Pokémon and anime titles in real time. It pulls data from PokéAPI and the AniList GraphQL API, making it useful for developers building AI assistants or chatbots with Pokémon or anime knowledge.

How to use Pokime 🎮📺?

Add the server to your MCP client configuration using the provided JSON snippet with the uvx command and pokime as the argument. No additional installation steps are documented; the server expects Python 3.10+ and supports .env configuration via python-dotenv.

Key features of Pokime 🎮📺

  • Pokémon lookup: type, abilities, base stats, height, weight.
  • Side-by-side comparison of two Pokémon.
  • Anime info via AniList: format, episodes, genres, ratings, descriptions.
  • Covers all seasons and formats of anime.
  • Real-time data retrieval for AI assistants.
  • Built with Python 3.10+ and environment variable support.

Use cases of Pokime 🎮📺

  • Querying detailed stats for any Pokémon during a conversation.
  • Comparing two Pokémon to decide which has better stats.
  • Fetching anime metadata (e.g., episodes, genres, ratings) for recommendations.
  • Enabling an LLM-powered chatbot to answer Pokémon or anime trivia.
  • Developing interactive tools that combine Pokémon and anime data.

FAQ from Pokime 🎮📺

What data sources does Pokime 🎮📺 use?

It uses PokéAPI for all Pokémon data and the AniList GraphQL API for anime data.

What runtime or dependencies are required?

The server requires Python 3.10 or later and uses python-dotenv for environment variable configuration.

How do I configure Pokime 🎮📺?

Configuration is done via a .env file (loaded by python-dotenv); the specific variables are not listed in the README.

Can I compare two Pokémon with this server?

Yes, the Pokémon Comparison feature provides a side-by-side detail of any two Pokémon.

Does the server support all Pokémon and anime?

Pokémon data comes from PokéAPI (covering all known Pokémon), and anime data comes from AniList (covering all seasons and formats).

コメント

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