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).

评论

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