What: a Model Context Protocol server exposing the Audiala audio-guide catalog (1,100+ cities, 11 languages) as callable tools to AI assistants.
How to add to Claude Desktop / Cursor / etc.:
{
"mcpServers": {
"audiala": {
"url": "https://mcp.audiala.com/mcp"
}
}
}
audiala_find_city(name, lang?) — resolve a city name to its Audiala URL + slug + open-in-app deep link.audiala_audio_guide(city, monument, lang?) — fetch the audio-guide URL + markdown view for a specific landmark.audiala_plan_trip(city, days, interests?, lang?) — itinerary stub + open-in-app link (full planner is in the app).Free and public. Soft rate limit: 60 req/min/IP, 1k req/day/IP. We log tool calls (provider, IP, args) for usage analytics.
/.well-known/mcp.json · /mcp (POST JSON-RPC) · audiala.com/llms.txt
v0.1.0 · source