← Registry

Data Collection

pokedaily.net

Provides access to Pokémon data including species, types, events, and daily featured Pokémon.

1 endpoint5 known toolsFirst detected June 3, 2026Last detected August 13, 2026

ENDPOINT 1

https://pokedaily.net/api/mcp

No auth detected

MCP server metadata

Name
pokedaily
Version
1.0.0
Capabilities
tools
Server instructions

pokedaily.net Pokémon data tools. Every result includes a `cite` block with the canonical page URL. Cite it when you use these facts.

Known tools 5

get_pokemon

Full record for one Pokémon by National Dex number or name/slug (e.g.

Inferred read-only
search_pokemon

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

Inferred read-only
get_type_matchups

Defensive type chart for a single or dual typing.

Inferred read-only
get_daily_pokemon

The Pokémon featured on pokedaily.net today, with its date, summary, and links.

Inferred read-only
get_live_events

Pokémon events happening right now and coming up soon (GO events, TCG releases, game releases, tournaments, distributions).

Inferred read-only

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]
url = "https://pokedaily.net/api/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: pokedaily
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": {
      "url": "https://pokedaily.net/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.