MCP.so
Sign In

ApogeoAPI

@APOGEOAPI

About ApogeoAPI

Geographic data for AI agents — 250+ countries, states, cities, IP geolocation, and live exchange rates (161 currencies) updated every 4 hours.

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "apogeoapi": {
      "command": "npx",
      "args": [
        "-y",
        "@apogeoapi/mcp"
      ],
      "env": {
        "APOGEOAPI_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

Tools

8

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.

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

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

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

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

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

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

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

Overview

What is ApogeoAPI?

ApogeoAPI is an MCP server that exposes geographic data, live exchange rates, and IP geolocation as tools for AI assistants like Claude Desktop and Cursor. It allows users to query country information, search locations, and retrieve currency rates directly from an AI chat interface.

How to use ApogeoAPI?

Install the package via npx -y @apogeoapi/mcp and configure it in your MCP client’s JSON config file (e.g., claude_desktop_config.json). Set the APOGEOAPI_KEY environment variable with your API key. After the client restarts, the tools appear automatically.

Key features of ApogeoAPI

  • Country data by ISO2/ISO3 code
  • Paginated list of 250+ countries

Comments

More Other MCP servers