
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
8Get 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
Basic information
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Nginx UI
0xJackyYet another WebUI for Nginx

EverArt
modelcontextprotocolModel Context Protocol Servers
Comments