Skip to main content
Glama
Harnishnava

pokemon-api-server

by Harnishnava

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

  1. Install Python dependencies:

pip install -r requirements.txt
  1. Run the backend:

uvicorn backend.main:app --reload

Frontend

  1. Navigate to the frontend directory:

cd frontend
  1. Install dependencies:

npm install
  1. Run the development server:

npm run dev

Environment Variables

Create a .env file in the root directory with:

OPENAI_API_KEY=your_openai_api_key

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Enables 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.
    5
    8 npm
    Apache 2.0
  • A
    license
    B
    quality
    D
    maintenance
    Empowers AI assistants to fetch and explore comprehensive Pokémon data from PokeAPI via 47 tools covering Pokémon, moves, items, game mechanics, and more.
    47
    128 npm
    1
    ISC
  • A
    license
    A
    quality
    D
    maintenance
    Enables querying Pokemon information from PokeAPI, including Pokemon details, types, moves, abilities, evolution chains, and search functionality, through natural language.
    8
    8 npm
    Apache 2.0