mcp-pokeapi-server

mcp-pokeapi-server

3.2

If you are the rightful owner of mcp-pokeapi-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

POKEAPI と連携し、MCP(Model Context Protocol)仕様でポケモン情報を取得できるサーバーです。

The mcp-pokeapi-server is a server that integrates with POKEAPI to provide Pokémon information using the Model Context Protocol (MCP) specification. It operates over JSON-RPC 2.0 via standard input/output, allowing LLM applications and MCP clients to access Pokémon data. The server utilizes POKEAPI (https://pokeapi.co/) for data retrieval and employs the Zod library for schema validation. This setup ensures that the data conforms to expected formats, enhancing reliability and ease of integration with various applications.

Features

  • Integration with POKEAPI for comprehensive Pokémon data retrieval.
  • Utilizes MCP (Model Context Protocol) for standardized communication.
  • Schema validation using Zod to ensure data integrity.
  • Supports JSON-RPC 2.0 over stdio for seamless client-server interaction.
  • Provides tools for listing and retrieving Pokémon information by name or ID.

Tools

  1. getPokemonInfo

    Retrieves Pokémon information from POKEAPI using a Pokémon name or ID.