Skip to main content
Glama

MCP Pokemon Server

mcp-pokemon

Servidor Pokémon MCP

Este repositorio contiene una implementación de servidor MCP para interactuar con PokeAPI.

Prerrequisitos

  1. Python : asegúrese de que esté instalado Python 3.12 o superior.
  2. Dependencias : Instale las dependencias necesarias usando pip .

Instalación

  1. Clonar el repositorio:
    git clone <repository-url> cd mcp-pokemon
  2. Crear un entorno virtual:
python3 -m venv mcppoke_venv source mcppoke_venv/bin/activate # On Windows, use `mcppoke_venv\Scripts\activate`
  1. Instale las dependencias necesarias:

Ejecución del servidor Para ejecutar el servidor MCP, ejecute el siguiente comando: mcp dev server.py - para la depuración del inspector mcp run server.py - para ejecutar el servidor directamente

Características Herramientas: El servidor proporciona herramientas como get_pokemon_info para obtener datos de la PokeAPI. Recursos: Ampliable para incluir recursos dinámicos para interactuar con los clientes. Pruebas: Puede probar el servidor con el Inspector MCP o integrarlo con clientes compatibles.

Notas adicionales: Asegúrese de que el entorno virtual esté activado antes de ejecutar el servidor. Para más información sobre MCP, consulte la documentación del Protocolo de Contexto de Modelo.

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Una implementación de servidor MCP que permite a los usuarios interactuar con PokeAPI para obtener información de Pokémon a través de consultas en lenguaje natural.

  1. Servidor Pokémon MCP
    1. Prerrequisitos
    2. Instalación

Related MCP Servers

  • -
    security
    A
    license
    -
    quality
    An MCP server that enables large language models to interact directly with MongoDB databases, allowing them to query collections, inspect schemas, and manage data through natural language.
    Last updated -
    219
    MIT License
    • Apple
  • A
    security
    A
    license
    A
    quality
    A Model Context Protocol server that provides Pokémon information by connecting to the PokeAPI, enabling users to query detailed Pokémon data, discover random Pokémon, and find Pokémon by region or type.
    Last updated -
    4
    10
    MIT License
  • -
    security
    F
    license
    -
    quality
    An MCP server for interacting with Treasure Data API, allowing users to retrieve database information and check server status through natural language queries.
    Last updated -
    • Linux
    • Apple
  • -
    security
    F
    license
    -
    quality
    An MCP server that provides detailed Pokémon information by integrating with the PokeAPI, allowing users to fetch comprehensive data about Pokémon and simulate battles.
    Last updated -
    1

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sarathvad1811/mcp-pokemon'

If you have feedback or need assistance with the MCP directory API, please join our Discord server