PokeMCP-Server
0
PokeMCP Server offers a platform for interacting with Pokémon data using the Model Context Protocol. It allows for querying Pokémon details, calculating battle outcomes, and estimating shiny Pokémon probabilities. Built on Clean Architecture principles, it serves as a versatile tool for Pokémon enthusiasts.
PokeMCP Server - Pokémon Server with Model Context Protocol (MCP)
Description
PokeMCP Server provides Pokémon-related functionalities using MCP, allowing querying information about Pokémon, calculating battle outcomes, and estimating shiny Pokémon probabilities.
Features
- Retrieve Pokémon info via PokeAPI
- Calculate battle results
- Estimate shiny Pokémon encounter probabilities
- Built with Clean Architecture
- Implements MCP protocol for client-server communication
Installation
- Clone the repo.
- Restore dependencies.
- Build the project.
Running the Application
Run in development mode:
- HTTP: http://localhost:3002
- HTTPS: https://localhost:7133
Integration with MCP Clients
Connect to the MCP server using an MCP client and interact with the Pokémon functionalities.