← pokedaily.net

INDIVIDUAL MCP TOOL

search_pokemon

Find Pokémon by type, generation, legendary/mythical status, and/or a name fragment.

pokedaily.netnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

pokedaily.net

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.pokedaily-net]
url = "https://pokedaily.net/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pokedaily-net": {
      "type": "http",
      "url": "https://pokedaily.net/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pokedaily-net
Remote MCP URL: https://pokedaily.net/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "pokedaily-net": {
      "url": "https://pokedaily.net/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pokedaily-net": {
      "type": "http",
      "url": "https://pokedaily.net/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pokedaily-net",
  "transport": "streamable-http",
  "url": "https://pokedaily.net/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_pokemon — Full record for one Pokémon by National Dex number or name/slug (e.g.
  • get_type_matchups — Defensive type chart for a single or dual typing.
  • get_daily_pokemon — The Pokémon featured on pokedaily.net today, with its date, summary, and links.
  • get_live_events — Pokémon events happening right now and coming up soon (GO events, TCG releases, game releases, tournaments, distributions).