Location and Timezone MCP Server by RoxyAPI
com.roxyapi/locationCity geocoding and timezone resolution for birth data, for AI agents, one API key.
Tools · 3
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…
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…
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…
Similar MCP servers embedding-nearest
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"
}
}
}