ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use PokéAPI with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Access Pokémon data, stats, abilities, types, and evolution chains via AI.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 20 capabilities

The complete PokéAPI capability set.

These are the exact actions your AI can choose when you ask it to work with PokéAPI.

Capability set01 / 05

01-04

4 capabilities in this set.

Part of 20 available through PokéAPI.

  1. 01

    Get pokedex

    Get detailed Pokédex information

  2. 02

    Get type

    Get type effectiveness and Pokémon

  3. 03

    List moves

    List all Pokémon moves

  4. 04

    List regions

    ) with their associated locations, Pokédexes, and version groups. List all Pokémon regions

Capability set02 / 05

05-08

4 capabilities in this set.

Part of 20 available through PokéAPI.

  1. 05

    List pokedexes

    ) with their associated regions and Pokémon entries. List all Pokédexes

  2. 06

    Get ability

    Get detailed ability information

  3. 07

    Get berry

    Get detailed berry information

  4. 08

    Get evolution chain

    ). Get evolution chain details

Capability set03 / 05

09-12

4 capabilities in this set.

Part of 20 available through PokéAPI.

  1. 09

    Get generation

    Get generation details

  2. 10

    Get item

    Get detailed item information

  3. 11

    Get move

    Get detailed move information

  4. 12

    Get pokemon

    ), types, abilities, height, weight, and sprite images. Accepts either the Pokémon ID or name. Get detailed Pokémon information

Capability set04 / 05

13-16

4 capabilities in this set.

Part of 20 available through PokéAPI.

  1. 13

    Get pokemon species

    Get Pokémon species information

  2. 14

    Get region

    Get region details

  3. 15

    List abilities

    Each ability grants a passive effect to the Pokémon that has it. List all Pokémon abilities

  4. 16

    List berries

    Berries are held items with various effects when consumed. List all berries

Capability set05 / 05

17-20

4 capabilities in this set.

Part of 20 available through PokéAPI.

  1. 17

    List generations

    List all Pokémon generations

  2. 18

    List items

    List all held items

  3. 19

    List pokemon

    Use limit and offset to browse through the full catalog of 1000+ Pokémon. List all Pokémon names with pagination

  4. 20

    List types

    ). There are 18 types in total. List all Pokémon types

Observed, not estimated

950ms average. Fast in production.

PokéAPI is checked daily against the live service.

Daily averagePeak 1111ms
Aug 20Today
Fastest day
772ms
Slowest day
1111ms
14-day trend
Slowing+7%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 20 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of PokéAPI, so you can see the experience inside your AI.

It does not authenticate your account with PokéAPI. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

PokéAPI Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_r5qjHc1lig0KlnsxG0cELCr1VyQE8exEbZO6MXrr/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — PokéAPI capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "pokeapi-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_r5qjHc1lig0KlnsxG0cELCr1VyQE8exEbZO6MXrr/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions PokéAPI owners ask.

  • 01

    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.

  • 02

    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").

  • 03

    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.