Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.cyanheads/pokeapi-mcp-server

REMOTE · POKEAPI.CASEYJHAND.COM · 2 COMPONENTS · SCANNED SEP 21

Look up Pokémon, moves, abilities, items, natures, and type matchups from PokéAPI v2.

0 this week 84 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security66
  • The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
  • Authorisation not fully verified: no authorisation is required to call this server, and 7 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe. See how to fix → View diagnostics → Unverified
  • HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
  • The HSTS (Strict-Transport-Security) header is present. View diagnostics → Pass
  • DNSSEC is configured correctly; the domain's records validate against the full chain to the root. View diagnostics → Pass
Transport & Reachability100
Schema Quality & AI Usability87
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1681 tokens (~62/item across 27 items; 7 tools + 20 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 7 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the io.github.cyanheads/pokeapi-mcp-server server?

io.github.cyanheads/pokeapi-mcp-server is a hosted endpoint at https://pokeapi.caseyjhand.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · pokeapi.caseyjhand.com

# add to Claude Code
claude mcp add --transport http cyanheads-pokeapi-mcp-server 'https://pokeapi.caseyjhand.com/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "cyanheads-pokeapi-mcp-server": {
      "url": "https://pokeapi.caseyjhand.com/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "cyanheads-pokeapi-mcp-server": {
      "type": "http",
      "url": "https://pokeapi.caseyjhand.com/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.cyanheads-pokeapi-mcp-server]
url = "https://pokeapi.caseyjhand.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "cyanheads-pokeapi-mcp-server": {
      "type": "remote",
      "url": "https://pokeapi.caseyjhand.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add cyanheads-pokeapi-mcp-server --url 'https://pokeapi.caseyjhand.com/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  cyanheads-pokeapi-mcp-server:
    url: "https://pokeapi.caseyjhand.com/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "cyanheads-pokeapi-mcp-server": {
      "Transport": "http",
      "Url": "https://pokeapi.caseyjhand.com/mcp"
    }
  }
}
# add to Vellum
assistant mcp add cyanheads-pokeapi-mcp-server -t streamable-http -u 'https://pokeapi.caseyjhand.com/mcp'
// mcp.json
{
  "mcpServers": {
    "cyanheads-pokeapi-mcp-server": {
      "type": "http",
      "url": "https://pokeapi.caseyjhand.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 0
    • The server rewrote its instructions, which are the text every model session reads security
    • Server version: 0.1.8 → 0.1.9 functional
  • 9 Sept 26 0
    • Stability: 0.97 → pass security
  • 8 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 7 Sept 26 −1
    • Stability: pass → 0.93 functional
  • 26 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 +1
    • Stability: 0.97 → pass security
  • 24 Aug 26 0
    • MCP protocol: Implements a current MCP spec version (2026-07-28). functional
    • MCP protocol version: 2025-11-25 → 2026-07-28 functional
    • Server version: 0.1.7 → 0.1.8 functional
  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Probed https://pokeapi.caseyjhand.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=caseyjhand.com CN=WE1,O=Google Trust Services,C=US 4 Sept 2026 3 Dec 2026 ECDSA 256 ECDSA-SHA256 a6985204ed51ae050e7738aa6be668e9
SANs: caseyjhand.com, *.caseyjhand.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC secure

Validation of pokeapi.caseyjhand.com. Secure

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
caseyjhand.com. present 2371 13 Verified
pokeapi.caseyjhand.com. Verified address RRset verified with the apex keys
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000; includeSubDomains; preload
x-content-type-options nosniff

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://pokeapi.caseyjhand.com/mcp Verified 200
http (plaintext) http://pokeapi.caseyjhand.com/mcp HTTPS enforced 301 https://pokeapi.caseyjhand.com/mcp
MCP tools · 7 exposed · ~1,192 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
pokeapi_find_pokemon ~281

Filter Pokémon by generation, type, regional pokédex, or egg group. Returns names and Pokédex numbers suitable for follow-up pokeapi_get_pokemon calls. All filters are optional and combined with AND logic; query adds strict token matching on name. When no category filter is provided alongside query, returns an empty result — at least one categorical filter is required.

NameTypeReqDescription
egg_groupstringEgg group name (e.g. "monster", "fairy", "dragon"). Filters to Pokémon in this egg group.
generationstringGeneration name (e.g. "generation-i", "generation-iii"). Filters to Pokémon introduced in this generation.
limitintegerMaximum results to return. Positive integer; defaults to 50.
offsetintegerOffset into the filtered result set for pagination. Non-negative integer; defaults to 0.
pokedexstringRegional pokédex name (e.g. "kanto", "hoenn", "galar"). Filters to entries in that dex.
querystringStrict token match on name. "chu" matches "pikachu" and "raichu". Case-insensitive.
typestringType name (e.g. "fire", "psychic"). Filters to Pokémon of this type.
NameTypeReqDescription
errorobjectPresent when the call failed. Absent on success.
noticestringGuidance when no Pokémon matched the filters.
pokemonarrayMatching Pokémon entries.
shownnumberNumber of results in this response.
totalCountnumberTotal matching Pokémon before limit/offset.

No examples provided.

pokeapi_get_ability ~99

Get ability details by name or numeric ID — full English effect text, short effect text, generation introduced, and the list of Pokémon that have the ability (including hidden-ability flag and slot). Ability names are returned by pokeapi_get_pokemon in the abilities array.

NameTypeReqDescription
identifierstringyesAbility name in lowercase hyphenated form (e.g. "overgrow", "speed-boost") or numeric ID as a string.
NameTypeReqDescription
effectTextstring|nullFull English effect description. Null when unavailable.
errorobjectPresent when the call failed. Absent on success.
generationstringGeneration in which the ability was introduced.
idnumberAbility ID.
namestringAbility name in hyphenated lowercase.
pokemonarrayPokémon that have this ability.
shortEffectTextstring|nullShort English effect summary. Null when unavailable.

No examples provided.

pokeapi_get_item ~86

Get item details by name or numeric ID — effect text, category, in-game cost, fling power, item attributes (holdable, consumable, etc.), sprite URL, and Pokémon that commonly hold it.

NameTypeReqDescription
identifierstringyesItem name in lowercase hyphenated form (e.g. "choice-specs", "leftovers") or numeric ID as a string.
NameTypeReqDescription
attributesarrayItem attributes (e.g. "holdable", "consumable", "usable-in-battle").
categorystringItem category (e.g. "held-items", "medicine").
costnumberPurchase cost in Pokédollars. 0 means not sold in shops.
effectTextstring|nullFull English effect description. Null when unavailable.
errorobjectPresent when the call failed. Absent on success.
flingPowernumber|nullFling move base power when this item is flung. Null if not throwable.
heldByPokemonarrayPokémon that commonly hold this item in the wild.
idnumberItem ID.
namestringItem name in hyphenated lowercase.
shortEffectTextstring|nullShort English effect summary. Null when unavailable.
spriteUrlstring|nullItem sprite URL. Null when no sprite is available.

No examples provided.

pokeapi_get_move ~147

Get move details by name or numeric ID — type, damage class, power, accuracy, PP, priority, target, stat changes, status-effect chance, and full English effect text. Set include_learners=true to include the list of Pokémon that can learn the move. Move names are available from pokeapi_get_pokemon when include_moves=true.

NameTypeReqDescription
identifierstringyesMove name in lowercase hyphenated form (e.g. "flamethrower", "close-combat") or numeric ID as a string.
include_learnersbooleanInclude the list of Pokémon that can learn this move. Defaults to false as the list can be large.
NameTypeReqDescription
accuracynumber|nullAccuracy percentage (0–100). Null for moves that always hit.
damageClassstring|nullDamage class: physical, special, or status. Null when unavailable.
effectChancenumber|nullSecondary effect chance percentage. Null when not applicable.
effectTextstring|nullFull English effect description. Null when unavailable.
errorobjectPresent when the call failed. Absent on success.
idnumberMove ID.
learnedByPokemonarrayPokémon names that can learn this move (populated when include_learners=true).
namestringMove name in hyphenated lowercase.
powernumber|nullBase power. Null for status moves.
ppnumber|nullBase PP. Null when unavailable.
prioritynumberPriority bracket (positive = higher priority, negative = lower).
shortEffectTextstring|nullShort English effect summary. Null when unavailable.
statChangesarrayStat stage changes caused by this move.
targetstringTarget selection (e.g. "selected-pokemon", "all-opponents").
typestringElemental type (e.g. "fire").

No examples provided.

pokeapi_get_nature ~107

Get nature details — the stat boosted (+10%), stat reduced (-10%), and preferred/disliked berry flavors. Omit the identifier to list all 25 natures at once. Natures are critical for competitive team-building: every non-neutral nature modifies two stats by ±10%.

NameTypeReqDescription
identifierstringNature name (e.g. "modest", "jolly") or ID 1–25 as a string. Omit to list all 25 natures.
NameTypeReqDescription
errorobjectPresent when the call failed. Absent on success.
isListAllbooleanTrue when all 25 natures are returned (no identifier provided).
naturesarrayOne or all 25 natures depending on whether identifier was provided.

No examples provided.

pokeapi_get_pokemon ~320

Get a fully denormalized Pokémon dossier in a single call — base stats, types, abilities (with full English effect text), height/weight, resolved evolution chain, sprite URLs including official artwork, species flavor text, variety list, capture rate, growth rate, gender rate, legendary/mythical flags, egg groups, and (optionally) a summarized learnable-move list. Accepts a name (lowercase, hyphens for spaces, e.g. "bulbasaur", "mr-mime") or Pokédex number. Set include_moves=true to include the move summary (large); defaults to false. Use game_version to select flavor text from a specific game (e.g. "sword", "red"); falls back to the most recent English entry when the version is not found. Use pokeapi_find_pokemon to discover Pokémon by type, generation, or egg group before calling this tool.

NameTypeReqDescription
game_versionstringPokéAPI version name to filter flavor text (e.g. "sword", "red", "scarlet"). Falls back to the most recent English entry when the version is not found.
identifierstringyesPokémon name (lowercase hyphenated, e.g. "bulbasaur", "mr-mime") or Pokédex number as a string (e.g. "1", "25").
include_movesbooleanInclude the full learnable-move summary. Defaults to false because the list is large (100–200+ moves).
NameTypeReqDescription
abilitiesarrayAbilities with full effect text.
captureRatenumberBase capture rate (0–255).
eggGroupsarrayEgg group names.
errorobjectPresent when the call failed. Absent on success.
evolutionChainEvolution tree rooted at the base species.
genderRatenumberGender ratio: -1 genderless, 0 always male, 8 always female, 1–7 fraction (eighths) female.
generationstringGeneration introduced (e.g. "generation-i").
genusstring|nullEnglish genus (e.g. "Seed Pokémon"). Null when unavailable.
growthRatestringGrowth rate name (e.g. "medium-slow").
heightDmnumberHeight in decimetres.
idnumberNational Pokédex number.
isLegendarybooleanTrue for legendary Pokémon.
isMythicalbooleanTrue for mythical Pokémon.
moveCountnumberTotal number of learnable moves regardless of include_moves.
movesarrayLearnable moves (populated when include_moves=true, empty otherwise).
namestringCanonical Pokémon name in hyphenated lowercase.
speciesFlavorTextstring|nullFlavor text from the selected (or most recent) game version. Null when none available.
spritesobjectSprite URLs.
statsarrayBase stats.
typesarrayType names ordered by slot (e.g. ["fire", "flying"]).
varietiesarrayAll forms and variants of this species.
weightHgnumberWeight in hectograms.

No examples provided.

pokeapi_get_type_matchups ~152

Get the full offensive and defensive type effectiveness breakdown. Provide either a type name (e.g. "fire", "psychic") or a Pokémon identifier (name or dex number). For dual-type Pokémon, the defensive multipliers are correctly composed (e.g. Fire/Flying vs Rock = 4× because both types are weak to Rock). Exactly one of type or pokemon must be provided.

NameTypeReqDescription
pokemonstringPokémon name or Pokédex number. The server resolves the types automatically. Provide this or type, not both.
typestringType name in lowercase (e.g. "fire", "water", "psychic"). Provide this or pokemon, not both.
NameTypeReqDescription
composedMultipliersobjectMultiplier (0, 0.25, 0.5, 1, 2, 4) for every attacking type touched by at least one of the resolved defending type(s), including net-neutral 1× entries where a dual type composes to a cancellation (e…
defensiveMatchupsobjectDefensive matchups — composed correctly for dual-type Pokémon.
errorobjectPresent when the call failed. Absent on success.
offensiveRelationsOffensive effectiveness (populated for single-type queries; null for dual-type Pokémon where per-type breakdown does not compose cleanly).
queryTypestringHow the query was resolved: "type" for a direct type query, "pokemon" for a Pokémon lookup.
resolvedTypesarrayThe type name(s) the query resolved to.

No examples provided.

Common questions

What is the io.github.cyanheads/pokeapi-mcp-server server?

io.github.cyanheads/pokeapi-mcp-server is listed in the public MCP registry as io.github.cyanheads/pokeapi-mcp-server. Look up Pokémon, moves, abilities, items, natures, and type matchups from PokéAPI v2. This page covers its hosted endpoint (https://pokeapi.caseyjhand.com/mcp).

Is the io.github.cyanheads/pokeapi-mcp-server server safe to use?

io.github.cyanheads/pokeapi-mcp-server scores 84 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.cyanheads/pokeapi-mcp-server server expose?

io.github.cyanheads/pokeapi-mcp-server exposes 7 tools: pokeapi_get_pokemon, pokeapi_get_type_matchups, pokeapi_get_move, pokeapi_get_ability, pokeapi_get_item, and 2 more. Their descriptions and schemas cost roughly 1,192 tokens of context every time the server is loaded.

Does the io.github.cyanheads/pokeapi-mcp-server server require authentication?

No. We connected to io.github.cyanheads/pokeapi-mcp-server without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the io.github.cyanheads/pokeapi-mcp-server server still maintained?

io.github.cyanheads/pokeapi-mcp-server is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.