pokime
0
Pokime is a Model Context Protocol server for retrieving detailed information about Pokémon and anime. It provides real-time data on Pokémon stats and anime metadata using PokéAPI and AniList GraphQL API.
Pokime 🎮📺
Pokime is an MCP (Model Context Protocol) server that allows LLMs to retrieve rich information about Pokémon and anime titles in real-time. You can get detailed Pokémon stats, compare two Pokémon, and explore multi-season anime metadata from AniList.
✨ Features
- 🔍 Pokémon Lookup – Type, abilities, base stats, height, and weight.
- ⚔️ Pokémon Comparison – Side-by-side detail of two Pokémon.
- 📺 Anime Info (via AniList) – Format, episodes, genres, ratings, descriptions across all seasons and formats.
🧱 Tech Stack
- PokéAPI for Pokémon data
- AniList GraphQL API for anime data
- Python 3.10+
.env
config support withpython-dotenv
How to add
"pokime": {
"command": "uvx",
"args": [
"pokime"
]
}