
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
@apogeoapi/mcp
Advanced tools
MCP server for ApogeoAPI — geographic data, live exchange rates & IP geolocation
Geographic data MCP server for ApogeoAPI — 250 countries, states, cities, live currency rates, and IP geolocation. Works with Claude Desktop, Cursor, and any MCP-compatible client.
No SDK required. Install with npx, configure once, done.
Add to claude_desktop_config.json:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"apogeoapi": {
"command": "npx",
"args": ["-y", "@apogeoapi/mcp"],
"env": {
"APOGEOAPI_KEY": "your-api-key"
}
}
}
}
Restart Claude Desktop. The ApogeoAPI tools will appear automatically.
Add the same block to ~/.cursor/mcp.json under mcpServers.
APOGEOAPI_KEYYou ask Claude:
What timezone does Japan use and what does a Japanese postal code look like?
Claude calls get_country({ code: "JP" }) and responds:
Japan uses a single timezone: JST (Japan Standard Time), UTC+09:00. Japanese postal codes follow the format
NNN-NNNN— three digits, a hyphen, then four digits. Example:100-0001.
The full response includes: capital, currency (JPY / ¥), GDP, population, flag URL, 47 states, translations in 18 languages (ja, zh-CN, ar, de, es, fr, ru...), and more.
| Tool | Description | Plan |
|---|---|---|
get_country | Full country profile: currency, timezones, translations (18 languages), GDP, population, postal regex, flag | Free |
list_countries | All 250 countries, paginated — basic / standard / full detail | Free |
search_countries | Search by partial name, paginated | Free |
get_states | States/provinces with ISO 3166-2 codes, timezone, coordinates | Free |
get_cities | Cities within a state (150,000+ total) | Basic |
geolocate_ip | IPv4/IPv6 → country, region, city, coords, timezone, EU membership | Basic |
get_currency_rate | Live exchange rate vs USD, refreshed every 4 hours | Basic |
global_search | Unified search across countries, states, and cities | Basic |
| Plan | Price | Requests/month | Unlocks |
|---|---|---|---|
| Free | $0 | 1,000 | get_country, list_countries, search_countries, get_states |
| Basic | $19/mo | 15,000 | + cities, IP geo, currency rates, global search |
| Starter | $29/mo | 100,000 | + webhooks |
| Professional | $79/mo | 500,000 | + priority support, 5 team members, 99.5% SLA |
Manage plans at app.apogeoapi.com/dashboard/billing.
| Variable | Required | Description |
|---|---|---|
APOGEOAPI_KEY | Yes | API key from the dashboard |
APOGEOAPI_BASE_URL | No | Override base URL (default: https://api.apogeoapi.com) |
MIT
FAQs
MCP server for ApogeoAPI — geographic data, live exchange rates & IP geolocation
We found that @apogeoapi/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.