pokemon-api-server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@pokemon-api-servershow me stats for Pikachu"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Pokemon RAG AI Assistant
An interactive Pokemon assistant that uses RAG (Retrieval Augmented Generation) to provide accurate information about Pokemon by combining the PokeAPI database with AI capabilities.
Features
Chat-based interface for Pokemon queries
Integration with PokeAPI for accurate Pokemon data
RAG system for enhanced AI responses
Modern Next.js frontend
FastAPI backend
Related MCP server: PokeAPI MCP Server
Setup
Backend
Install Python dependencies:
pip install -r requirements.txtRun the backend:
uvicorn backend.main:app --reloadFrontend
Navigate to the frontend directory:
cd frontendInstall dependencies:
npm installRun the development server:
npm run devEnvironment Variables
Create a .env file in the root directory with:
OPENAI_API_KEY=your_openai_api_keyThis server cannot be deployed
Maintenance
Related MCP Connectors
Look up Pokémon, moves, abilities, items, natures, and type matchups from PokéAPI v2.
Pokemon MCP — wraps PokéAPI (free, no auth required)
Provide detailed Pokémon data and information through a standardized MCP interface. Enable LLMs an…
Look up Pokemon TCG Pocket cards, sets, packs, and evaluate decks with battle simulations.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables users to retrieve Pokémon statistics, sprite images, and complete information using the PokeAPI. Supports querying by Pokémon name or ID number to get base stats, various sprite URLs including shiny variants, and comprehensive Pokémon data.58 npmApache 2.0
- AlicenseBqualityDmaintenanceEmpowers AI assistants to fetch and explore comprehensive Pokémon data from PokeAPI via 47 tools covering Pokémon, moves, items, game mechanics, and more.47128 npm1ISC
- AlicenseNot gradedqualityDmaintenanceEnables fetching detailed Pokémon data from PokéAPI, including Pokémon info, types, moves, abilities, and search with pagination.8 npm3Apache 2.0
- AlicenseAqualityDmaintenanceEnables querying Pokemon information from PokeAPI, including Pokemon details, types, moves, abilities, evolution chains, and search functionality, through natural language.88 npmApache 2.0