Back to Home
Sameernayeema8 icon

MCP-Server

Verified Safe

by Sameernayeema8

Overview

This server exposes an LLM with tools to interact with the PokéAPI, enabling it to fetch Pokémon data, list popular Pokémon, and assemble tournament squads.

Installation

Run Command
python poke.py

Security Notes

The server uses `httpx` to interact with `pokeapi.co`. User input for Pokémon names is directly inserted into the API URL after being lowercased. There are no obvious `eval`, `exec`, or similar dangerous patterns. No hardcoded secrets or sensitive credentials are present in the provided source code. The main risk, if any, would be the robustness of the external PokéAPI to malformed inputs, which is outside this server's control.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens40
Stars0
Forks0
Last Update2026-01-19

Tags

PokémonAPI IntegrationLLM ToolsModel Context ProtocolFastMCP