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

com.apogeoapi/apogeoapi-mcp

NPM · @APOGEOAPI/MCP · SCANNED AUG 3

Geographic data API: 250+ countries, 150K+ cities, IP geolocation, 161 live FX rates.

Available components

+43 this week 67 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability70
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 554 tokens (~69/item across 8 items; 8 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage87
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 60% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @apogeoapi/mcp

# add to Claude Code
claude mcp add com-apogeoapi-apogeoapi-mcp -- npx -y @apogeoapi/mcp
# add to Codex CLI
codex mcp add com-apogeoapi-apogeoapi-mcp -- npx -y @apogeoapi/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-apogeoapi-apogeoapi-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@apogeoapi/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-apogeoapi-apogeoapi-mcp --command npx --arg -y --arg @apogeoapi/mcp
# ~/.hermes/config.yaml
mcp_servers:
  com-apogeoapi-apogeoapi-mcp:
    command: "npx"
    args: ["-y", "@apogeoapi/mcp"]
// mcp.json
{
  "mcpServers": {
    "com-apogeoapi-apogeoapi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@apogeoapi/mcp"
      ]
    }
  }
}
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.

  • 3 Aug 26 +47
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • Tool coverage: unverified → 100 functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Stability: unverified → 0.27 functional
    • Licence: MIT functional
  • 2 Aug 26 −1
    • Dependency health: partial → unverified functional
  • 1 Aug 26 −15
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 +10
    • Provenance: unverified → fail security
    • Malware scan: pass → unverified security
    • Install scripts: unverified → pass security
    • Dependency health: partial → unverified functional
    • Tool coverage: unverified → 100 functional
    • License: unverified → pass functional
    • Maintenance: unverified → pass functional
    • First check of Tool coverage: 60 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: unverified functional
    • Licence: MIT functional
  • 29 Jul 26 +2
    • Dependency health: unverified → partial functional
  • 27 Jul 26 24

    First indexed and scored.

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 3 Aug 2026 · Analysed npm/@apogeoapi/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 8 exposed · ~554 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.

Tool Tokens
geolocate_ip ~84

Geolocate an IPv4 or IPv6 address — returns country, region, city, coordinates, timezone, and EU membership. Requires Starter plan or above.

NameTypeReqDescription
addressstringyesIPv4 or IPv6 address to geolocate (e.g. 8.8.8.8 or 2001:4860:4860::8888)

No output schema declared.

No examples provided.

get_cities ~64

Get all cities for a state/province by state ID. Requires Starter plan or above.

NameTypeReqDescription
fieldsstring
limitinteger
pageinteger
state_idintegeryesNumeric state ID (from get_states response)

No output schema declared.

No examples provided.

get_country ~93

Get full data for a country by ISO2 or ISO3 code — includes name, capital, region, population, currency, live USD exchange rate, timezones, and phone code.

NameTypeReqDescription
codestringyesISO2 (e.g. AR) or ISO3 (e.g. ARG) country code
fieldsstringDetail level: basic (fast), standard (default), full (all fields)

No output schema declared.

No examples provided.

get_currency_rate ~56

Get the live USD exchange rate for a country's currency. Updated every 4 hours. Requires Starter plan or above.

NameTypeReqDescription
country_codestringyesISO2 or ISO3 country code (e.g. AR, BR, JP)

No output schema declared.

No examples provided.

get_states ~60

Get all states/provinces for a country. Requires Starter plan or above.

NameTypeReqDescription
country_codestringyesISO2 or ISO3 country code
fieldsstring
limitinteger
pageinteger

No output schema declared.

No examples provided.

global_search ~70

Search across countries, states, and cities in a single query. Returns the best matches from all geographic entity types.

NameTypeReqDescription
limitintegerMax results (default: 10)
qstringyesSearch term (e.g. "Buenos Aires", "Pampas", "Cordoba")

No output schema declared.

No examples provided.

list_countries ~72

List all countries with pagination. Returns basic info by default — add fields=full for all data.

NameTypeReqDescription
fieldsstringDetail level
limitintegerResults per page (default: 50, max: 100)
pageintegerPage number (default: 1)

No output schema declared.

No examples provided.

search_countries ~55

Search countries by name (e.g. "arg" finds Argentina). Returns paginated matches.

NameTypeReqDescription
limitinteger
pageinteger
qstringyesSearch query (partial name match)

No output schema declared.

No examples provided.