# Location and Timezone MCP Server by RoxyAPI (remote · roxyapi.com)

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

- Trust score: 63/100 (medium)
- Change this week: +1
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `roxyapi.com`: 63/100 (this document), [markdown](https://verifymcp.io/servers/com-roxyapi-location/mcp-location.md), [page](https://verifymcp.io/servers/com-roxyapi-location/mcp-location)

## Channel facts

- Endpoint: `https://roxyapi.com/mcp/location`
- Transports: `streamable-http`
- Auth: `required`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 3 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 64/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 934 tokens (~311/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability check failed: schema churn in the 8 days we've observed: 0 tool removals, 3 breaking changes, 0 auth/transport breaks, 0 additions.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-roxyapi-location https://roxyapi.com/mcp/location
```

### Codex

```toml
[mcp_servers.com-roxyapi-location]
url = "https://roxyapi.com/mcp/location"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-roxyapi-location": {
      "type": "remote",
      "url": "https://roxyapi.com/mcp/location",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-roxyapi-location --url https://roxyapi.com/mcp/location --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-roxyapi-location:
    url: "https://roxyapi.com/mcp/location"
```

### Other

```json
{
  "mcpServers": {
    "com-roxyapi-location": {
      "type": "http",
      "url": "https://roxyapi.com/mcp/location"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 63, −3)

- [security regression] Stability: 0.23 → fail
- [security regression] A breaking change shipped without a version bump: still 2.0.0
- [functional regression] “get_location_countries” changed the type of “offset”: integer → integer|null
- [functional regression] “get_location_countries_iso2” changed the type of “offset”: integer → integer|null
- [functional regression] “get_location_search” changed the type of “offset”: integer → integer|null

### 2026-07-31 (score 66, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 64, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 64, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 62, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 62)

First indexed and scored.

## MCP tools (3)

### `get_location_search` (~372 tokens)

Search cities worldwide - Geocoding autocomplete with coordinates and timezone

City autocomplete and geocoding search across 23,000+ locations in 240+ countries, including deep coverage of Indian tier-2 and tier-3 cities. Returns geographic coordinates (latitude, longitude), IANA timezone, and DST-aware UTC offset for each match. Built for birth chart location pickers, horoscope apps, event scheduling, and any feature requiring place-to-coordinates resolution. Partial name matching with intelligent ranking: exact prefix matches first, then sorted by population for relevance. Common alternate names like Bombay, Calcutta, Madras, and Banaras transparently resolve to their canonical entries.

Input parameters:

- `compact` (boolean): Set true to receive the exact same data in a token-optimized shape that is cheaper for you to read: whitespace is stripped and every array of same-shaped objects is encoded columnar as {"__cols":[fie…
- `limit` (integer): Maximum items to return per page. Range: 1-50, default 10.
- `offset` (integer|null): Number of items to skip for pagination. Default 0.
- `q` (string, required): City name to search for. Accepts bare city ("berlin"), city plus country ("berlin germany"), or comma-qualified ("berlin, germany", "springfield, illinois") for disambiguation. Matches against city n…

### `get_location_countries` (~238 tokens)

List all countries - ISO codes and city coverage

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 coverage before querying. Sorted alphabetically by country name. Covers Europe, Americas, Asia, Middle East, Africa, and Oceania.

Input parameters:

- `compact` (boolean): Set true to receive the exact same data in a token-optimized shape that is cheaper for you to read: whitespace is stripped and every array of same-shaped objects is encoded columnar as {"__cols":[fie…
- `limit` (integer): Maximum items to return per page. Range: 1-250, default 50.
- `offset` (integer|null): Number of items to skip for pagination. Default 0.

### `get_location_countries_iso2` (~324 tokens)

Get cities in a country - Geocoding directory sorted by population

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 coordinates, IANA timezone, and DST-aware UTC offset for direct use in astrology birth chart, horoscope, transit, and panchang calculations. Cities sorted by population with the largest metropolitan areas first.

Input parameters:

- `compact` (boolean): Set true to receive the exact same data in a token-optimized shape that is cheaper for you to read: whitespace is stripped and every array of same-shaped objects is encoded columnar as {"__cols":[fie…
- `iso2` (string, required): ISO 3166-1 alpha-2 country code, case-insensitive. Common codes: DE (Germany), FR (France), GB (United Kingdom), US (United States), ES (Spain), IT (Italy), NL (Netherlands), IN (India), BR (Brazil),…
- `limit` (integer): Maximum items to return per page. Range: 1-100, default 20.
- `offset` (integer|null): Number of items to skip for pagination. Default 0.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-roxyapi-location/mcp-location#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 66
- 2026-08-01: 66
- 2026-07-31: 66
- 2026-07-30: 64
- 2026-07-29: 64
- 2026-07-28: 63
- 2026-07-27: 62
- 2026-07-26: 62

## Links

- Remote endpoint: https://roxyapi.com/mcp/location
- Authorisation metadata: https://roxyapi.com/.well-known/oauth-protected-resource/mcp/location
- Website: https://roxyapi.com/products/location-api
- Changelog RSS feed: https://verifymcp.io/servers/com-roxyapi-location/mcp-location/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-roxyapi-location/mcp-location/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-roxyapi-location/mcp-location
