PokéAPI Connector for AI agents.
20 live capabilities
Query the full Pokémon database for stats, moves, and evolution chains.
Waiting for input…
Why people use PokéAPI
PokéAPI Pokémon Data for Game Devs and Content Creators
This Connector lets you stay in your editor or chat window. You just ask for the data, and your agent pulls it directly from the source. You get accurate stats and move data without the tab-switching headache.
What Vinkius changes
You get instant access to accurate Pokémon data without manual searching.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Balancing a fan game
A developer asks their agent to find the power and accuracy for a specific move.
- Real-world use case 02
Fact checking for a video
A content creator needs the flavor text for a specific species.
- Real-world use case 03
Planning a competitive team
A player wants to know which types are weak to Water.
Complete set · 20capabilities
The complete PokéAPI capability set.
These are the exact actions your AI can choose when you ask it to work with PokéAPI.
01—04
4 capabilities in this set.
Part of 20 available through PokéAPI.
- 01 Capability
Get pokedex
Pull detailed information about specific Pokédex entries. This gives you localized data for different games.
- 02 Capability
List berries
List all berries and the effects they have when consumed. This gives you a full list of berry mechanics.
- 03 Capability
Get evolution chain
View complete family trees and the conditions needed to evolve. This shows you every step in a Pokémon's growth.
- 04 Capability
Get generation
Get details on specific Pokémon generations and their eras. Use this to find data from older games.
05—08
4 capabilities in this set.
Part of 20 available through PokéAPI.
- 05 Capability
Get item
See the specific effects and costs for a single held item. This helps you check a specific item's stats.
- 06 Capability
Get move
Get specific details about any move, including power and accuracy. Use this to check move metadata quickly.
- 07 Capability
Get region
Get specific details about a Pokémon region. This helps you understand regional variety.
- 08 Capability
Get pokemon species
Get general species information including flavor text. Use this to find the lore behind a Pokémon.
09—12
4 capabilities in this set.
Part of 20 available through PokéAPI.
- 09 Capability
Get type
Check type effectiveness and find Pokémon associated with a type. This is your go-to for battle strategy.
- 10 Capability
List abilities
List every ability that grants a passive effect to Pokémon. Use this to see the full range of abilities.
- 11 Capability
List generations
See a list of all Pokémon generations. Use this to browse the history of the franchise.
- 12 Capability
List items
View a complete list of all held items in the game. It's great for seeing what items are available.
13—16
4 capabilities in this set.
Part of 20 available through PokéAPI.
- 13 Capability
List moves
List every move available in the Pokémon database. This is great for seeing the full move pool.
- 14 Capability
List pokemon
Browse the full catalog of over 1,000 Pokémon names with pagination. It helps you see the full scope of the database.
- 15 Capability
List regions
See all Pokémon regions along with their locations and version groups. This is useful for regional data lookups.
- 16 Capability
List types
See all 18 Pokémon types and their general properties. Use this to get a full overview of the type system.
17—20
4 capabilities in this set.
Part of 20 available through PokéAPI.
- 17 Capability
Get ability
Get the specific passive effects for any Pokémon ability. This helps you understand specific Pokémon traits.
- 18 Capability
Get berry
See the effects and costs of every berry in the game. This is perfect for looking up berry mechanics.
- 19 Capability
Get pokemon
Get stats, types, abilities, and height for a specific Pokémon. Use this for a deep dive into a single species.
- 20 Capability
List pokedexes
See all Pokédexes and their associated regions. This helps you navigate different game versions.
Set up in minutes
One URL. Then ask PokéAPI to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use PokéAPI from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_r5qjHc1lig0KlnsxG0cELCr1VyQE8exEbZO6MXrr/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it PokéAPI, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable PokéAPI for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_r5qjHc1lig0KlnsxG0cELCr1VyQE8exEbZO6MXrr/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the PokéAPI URL.
- Step 03
Save and start
Save the connection and enable PokéAPI in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"pokeapi": {
"url": "https://edge.vinkius.com/vk_preview_r5qjHc1lig0KlnsxG0cELCr1VyQE8exEbZO6MXrr/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using PokéAPI
Open Agent mode in chat and ask: "Using PokéAPI, help me...". 20 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"pokeapi": {
"url": "https://edge.vinkius.com/vk_preview_r5qjHc1lig0KlnsxG0cELCr1VyQE8exEbZO6MXrr/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using PokéAPI
Ask Copilot: "Using PokéAPI, help me...". 20 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"pokeapi": {
"url": "https://edge.vinkius.com/vk_preview_r5qjHc1lig0KlnsxG0cELCr1VyQE8exEbZO6MXrr/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using PokéAPI
Open Cascade and ask: "Using PokéAPI, help me...". 20 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"pokeapi": {
"url": "https://edge.vinkius.com/vk_preview_r5qjHc1lig0KlnsxG0cELCr1VyQE8exEbZO6MXrr/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using PokéAPI
Ask Cline: "Using PokéAPI, help me...". 20 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add pokeapi --transport http "https://edge.vinkius.com/vk_preview_r5qjHc1lig0KlnsxG0cELCr1VyQE8exEbZO6MXrr/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using PokéAPI
Ask Claude: "Using PokéAPI, show me...". 20 tools are ready
Where the request belongs
Work PokéAPI can move forward.
This is for Pokémon fans, game developers, and content creators who need accurate data quickly. It's for the person who is tired of manual wiki-searching and wants their AI to do the digging for them.
Game Developer
You use this on a Tuesday afternoon to pull move stats and evolution triggers to balance a new fan game.
Content Creator
You use this to quickly fact-check Pokémon lore and flavor text for a script or a video.
Competitive Player
You use this to check type matchups and item effects when planning a team for a tournament.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPoké
Access the ultimate Pokémon encyclopedia. query berries, contest effects, and encounter methods directly from your AI agent.
Pokemon TCG
Search and browse the entire Pokemon Trading Card Game database. find specific cards, explore sets, and filter by types or rarities.
Hyrule Compendium
Access the comprehensive Breath of the Wild and Tears of the Kingdom compendium. search creatures, monsters, materials, and equipment directly from your AI agent.
Open5e
Access the comprehensive Open5e database for D&D 5th Edition. search monsters, spells, classes, and magic items directly from your AI agent.
Nookipedia
Access the ultimate Animal Crossing encyclopedia. query villager data, New Horizons items, bugs, fish, and recipes directly from any AI agent.
ZooAnimals
Access a comprehensive database of zoo animals—retrieve random species, filter by type, and inspect specific animal details directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep PokéAPI connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about PokéAPI.
The practical details behind the request, access and result.
What kind of data does the PokéAPI MCP provide?
It gives your AI client access to almost everything in the Pokémon database, including species stats, move details, evolution chains, regional Pokédexes, and item descriptions.
Can I use the PokéAPI MCP to help build a Pokémon fan game?
Yes, it's perfect for that. You can use it to pull accurate move power levels, stats, and evolution triggers to ensure your game mechanics are consistent with the official data.
Does the PokéAPI MCP include evolution requirements?
Yes, it includes the full evolution chains. It will tell you exactly what items, locations, or conditions are needed for a Pokémon to evolve.
Is there a cost to use the PokéAPI MCP?
No, because it connects to the open PokéAPI, you don't need to worry about managing your own API keys or paying for extra data access.
Can I check type effectiveness with the PokéAPI MCP?
Absolutely. You can ask your agent about specific type matchups, and it will pull the correct damage relations for you instantly.
Does it have information on berries and items?
Yes, it includes a full catalog of berries and held items, including their specific effects and costs, which is great for deep-dive research.
Do I need a Pokémon Trainer Club account or API key?
No! PokéAPI is a completely free, open-source project. No authentication, no rate limits, no registration required.
Can I look up Pokémon by name or ID number?
Yes! Both work perfectly. Use get_pokemon with either the Pokédex number (e.g., "25") or the name (e.g., "pikachu").
Can I see a Pokémon's full evolution chain?
Yes! Use get_pokemon_species to get the species data which includes the evolution chain ID, then use get_evolution_chain to see the full family tree with all evolution conditions and requirements.
One connection away
Give your agent a direct line to PokéAPI.
Connect PokéAPI once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available