Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Location and Timezone MCP Server by RoxyAPI

com.roxyapi/location

City geocoding and timezone resolution for birth data, for AI agents, one API key.

Uptime
100.0%
1 direct probes · 30d
Response
158ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

get_location_search

Turn a place name into coordinates, an IANA timezone and a DST-aware UTC offset, across 235,000+ cities and towns in 240+ countries. Coverage reaches rural towns of a few hundred people and every admi…

get_location_countries

Returns every country with ISO 3166-1 alpha-2 and alpha-3 codes, plus the number of searchable cities per country. Use this endpoint to build country dropdown menus, regional filters, or to check city…

get_location_countries_iso2

Returns all cities for a specific country, identified by ISO 3166-1 alpha-2 code (e.g. DE for Germany, FR for France, GB for United Kingdom, US for United States). Each city includes geographic coordi…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "location_and_timezone_mcp_server_by_roxyapi": {
      "url": "https://roxyapi.com/mcp/location",
      "transport": "streamable-http"
    }
  }
}