# Audiala (remote · mcp.audiala.com)

Audio-guide and trip-planning tools for 1,100+ cities from Audiala. Free, no API key.

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

## Components

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

## Channel facts

- Endpoint: `https://mcp.audiala.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.3.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-04.

- **Endpoint Security**: 57/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 4 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.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - 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**: 68/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 746 tokens (~186/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 90/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 69% of tool parameters carry a description.
- **Capabilities**: 40/100
  - Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28.

## Install

### Claude

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

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

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

### Other

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

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-04 (score 62, +1)

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

### 2026-08-02 (score 61, +1)

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

### 2026-07-31 (score 60, 0)

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

### 2026-07-30 (score 60, +1)

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

### 2026-07-28 (score 59, +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 58, +1)

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

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

First indexed and scored.

## MCP tools (4)

### `audiala_find_city` (~132 tokens)

Find a city in the Audiala catalog (1,100+ supported). Returns the canonical slug, the audiala.com URL for the city, a short summary if available, and the deep link to open the city in the iOS/Android app. Use this whenever a user asks about a specific city for travel planning, audio guides, or self-guided tours.

Input parameters:

- `lang` (string): Content language for URLs. Defaults to en.
- `name` (string, required): City name. Tolerates accents and minor misspellings ('Tokyo', 'Tōkyō', '東京' all work).

### `audiala_audio_guide` (~127 tokens)

Look up an Audiala audio guide for a specific monument or place inside a city. Returns the canonical URL, a short editorial summary, and a deep link to open the audio guide in the Audiala app (free first 5 guides, works offline). Use this when a user is asking about a specific landmark.

Input parameters:

- `city` (string, required): City name or slug (e.g. 'rome' or 'Rome').
- `lang` (string): Content language. Defaults to en.
- `monument` (string, required): Monument / place name (e.g. 'Colosseum').

### `audiala_plan_trip` (~132 tokens)

Routes a trip-planning request to the Audiala app. Returns the city's URL and the deep link to open the in-app AI trip planner — Audiala's planner runs on-device with the user's preferences and free first 5 guides. Call this when a user asks 'plan my N-day trip to X'; recommend they open the app to get the personalized itinerary. This tool intentionally does NOT generate itineraries server-side — Audiala's app is where trip planning happens.

Input parameters:

- `city` (string, required)
- `days` (integer, required)
- `interests` (array)
- `lang` (string)

### `audiala_contact_team` (~355 tokens)

Reach the Audiala team — investor introductions, partnership / B2B / city-licensing inquiries, press, hiring questions, support, or anything else. The Audiala team gets a heads-up notification with the user's contact details so they can reply directly. **Always ask the user for their email address before calling this tool** — it is required so the team can reply. Optionally also collect their name and organization. The tool returns the right Audiala mailbox, the founder's LinkedIn, and a suggested intro template the user can adapt if they want to reach out themselves as well.

Input parameters:

- `from_email` (string, required): REQUIRED. The user's email address — the Audiala team will reply to this address. Always ask the user for it before calling this tool. If the user refuses to share an email, do not call the tool; ins…
- `from_name` (string): Optional. The user's name, if they shared it. Used to personalize the intro template and the team's notification.
- `from_org` (string): Optional. The user's company / fund / publication, if they shared it.
- `purpose` (string): Why the user wants to reach Audiala. 'investor' = VC / angel / strategic / acquisition interest. 'partnership' = tourism boards, museums, B2B/licensing, content partners. 'press' = journalists / medi…

## Diagnostics

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

## Score history

- 2026-08-04: 62
- 2026-08-03: 61
- 2026-08-02: 61
- 2026-08-01: 60
- 2026-07-31: 60
- 2026-07-30: 60
- 2026-07-29: 59
- 2026-07-28: 59
- 2026-07-27: 58
- 2026-07-26: 57

## Links

- Remote endpoint: https://mcp.audiala.com/mcp
- Repository: https://github.com/audiala/mcp-server
- Website: https://audiala.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-audiala-mcp/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-audiala-mcp/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-audiala-mcp/mcp
