mcp-pokeapi-server

mcp-pokeapi-server

0

The project is a server that interacts with the POKEAPI to retrieve Pokémon information using the Model Context Protocol (MCP). It provides tools for applications and clients to easily fetch Pokémon data, ensuring compatibility with JSON-RPC standards.

Overview

  • Provides a server that retrieves Pokémon information using the POKEAPI in compliance with MCP (Model Context Protocol) specifications.
  • Offers a tool for LLM applications and MCP clients to access Pokémon data via the MCP protocol (JSON-RPC 2.0 over stdio).
  • Utilizes POKEAPI (https://pokeapi.co/).
  • Uses zod for schema validation.