Add your description here
Project description
🧩 Pokemon MCP Server Demo
This is a simple MCP (Model Context Protocol) server that connects to the PokéAPI and exposes tools that an LLM can use to fetch Pokémon data, list popular Pokémon, and build a tournament squad.
It uses the FastMCP library and httpx to fetch live Pokémon info via a standardized protocol that works seamlessly with LLMs and AI agents.
🚀 Features
- Get detailed info about any Pokémon
- Create a powerful tournament squad
- List popular Pokémon picks
📦 Requirements
- Python 3.8+
- Node.js (for some LLM hosts that require it)
httpxmcp(Model Context Protocol library)
⚙️ Installation
# Clone the repo
git clone https://github.com/your-username/pokemon-mcp-server
cd pokemon-mcp-server
# Create a virtual environment
python -m venv venv
.\venv\Scripts\Activate # On Windows
# source venv/bin/activate # On macOS/Linux
# Install dependencies
pip install httpx "mcp[cli]"
⚙️ Quick Start Using uv
If you prefer using uv, follow these steps:
# Create a new directory for our project
uv init pokemon
cd pokemon
# Create virtual environment and activate it
uv venv
.venv\Scripts\activate # On Windows
# source .venv/bin/activate # On macOS/Linux
# Install dependencies
uv add mcp[cli] httpx
# Create our server file
new-item pokemon.py # On PowerShell
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iflow_mcp_sachin_crypto_pokemon-0.1.0.tar.gz.
File metadata
- Download URL: iflow_mcp_sachin_crypto_pokemon-0.1.0.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed8098c065ddaa8c2a54372c6fa3b23d50af71215ec5981476661f8a03a195be
|
|
| MD5 |
ff28b42b0df21307c8461b9a12d2537f
|
|
| BLAKE2b-256 |
d2c803bedd1299e89e1185db38d13a57d1a5ac9e97f41abe3e63cc4ca3d274cc
|
File details
Details for the file iflow_mcp_sachin_crypto_pokemon-0.1.0-py3-none-any.whl.
File metadata
- Download URL: iflow_mcp_sachin_crypto_pokemon-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
afca47a098645d87d43bb6bb1cf679ed48b661c75da390d17b04a19f14a0709b
|
|
| MD5 |
645523c74581b739871beeaa80f8dbf8
|
|
| BLAKE2b-256 |
89e4c6b0b7aa21642c6cefc1c31df17270ef190b4845aa6069ef41547c153d23
|