Loading...
Pokémon stats, types, abilities, moves, and species info from PokeAPI
Connect your agent to use all 6 tools:
claude mcp add datafaucet-sandbox https://datafaucet.dev/api/sandbox"datafaucet-sandbox": { "url": "https://datafaucet.dev/api/sandbox" }get_pokemonGet a Pokémon by name or ID. Returns types, stats, abilities, height, weight, and sprites
name="pikachu"
get_pokemon_typeGet type details and damage relations (weaknesses, resistances). Lists Pokémon with this type
type="fire"
get_pokemon_abilityGet ability details, effect description, and which Pokémon can have this ability
ability="intimidate"
get_pokemon_speciesGet species info: flavor text, habitat, evolution chain, egg groups, and generation
name="charizard"
get_pokemon_moveGet move details: type, power, accuracy, PP, damage class, and effect description
move="thunder-punch"
list_pokemonList Pokémon names with pagination. Use offset to browse (1025 total). Returns name and URL for each
limit="20", offset="0"