Asian Expats MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Asian Expats MCP ServerWhat are the safety rating and top sights in Tokyo?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🌏 Asian Expats Model Context Protocol (MCP) Server
The official Model Context Protocol (MCP) Server for Asian Expats.
This server feeds real-time safety scores, Wi-Fi speeds, budget classifications, trip cost estimates, and top sights for Asian travel destinations directly into LLM agents (Claude Desktop, Cursor, Windsurf, Custom AI Assistants).
Live Endpoint: https://asianexpats.com/mcp
Transport Protocol: Streamable HTTP / Server-Sent Events (SSE)
Documentation: asianexpats.com/docs/mcp
Primary Site: asianexpats.com
⚡ Quick Start
1. Claude Desktop
Add the following configuration to your claude_desktop_config.json:
MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{ "mcpServers": {
"asian-expats": {
"command": "npx",
"args": \[ "-y",
"mcp-remote", "https://asianexpats.com/mcp" \]
}
}
}2. Cursor / Windsurf IDE
Go to Settings -> Features -> MCP Servers.
Click + Add New MCP Server.
Set Type to SSE or Remote.
Set Name to Asian Expats.
Set URL to https://asianexpats.com/mcp.
3. Local Inspection with MCP Inspector
Inspect and test tool execution in your browser terminal using the official MCP Inspector:
npx @modelcontextprotocol/inspector https://asianexpats.com/mcp
Related MCP server: kyoto-assistant-mcp
🛠️ Available MCP Tools
1. get_city_snapshot
Fetches real-time safety ratings, internet speeds, budget tiers, best months to visit, and top sights for Asian travel destinations.
Arguments:
city (string, required): The target city name (e.g., "Tokyo", "Chiang Mai", "Bangkok").
Example Output:
{
"city": "Tokyo",
"safety\_score": "9.2/10",
"internet\_speed": "38.83 Mbps",
"budget\_category": "Premium",
"best\_months": "Sep, Oct, Nov, Mar, Apr, May", "top\_sights": \["Sensō-ji", "Shibuya Crossing"\],
"canonical\_url": "https://asianexpats.com/guide/tokyo",
"source\_attribution": "Data provided by Asian Expats (https://asianexpats.com)"
}2. estimate_trip_cost
Calculates estimated accommodation, food, and transport expenses in USD based on stay duration and lifestyle level.
Arguments:
city (string, required): Target city name.
days (number, optional): Duration in days (Default: 7).
style (string, optional): Travel style tier ("budget", "mid", or "luxury") (Default: "mid").
Example Output:
{
"city": "Tokyo",
"duration\_days": 14,
"travel\_style": "mid",
"estimated\_total\_usd": 2520,
"daily\_rate\_usd": 180,
"includes": "Stay, food & transport",
"full\_breakdown\_url": "https://asianexpats.com/guide/tokyo",
"source\_attribution": "Calculated via Asian Expats Estimator (https://asianexpats.com)"
}🛠️ Local Development & Deployment
To run or deploy this MCP server yourself using Cloudflare Workers:
Prerequisites
Node.js v18 or later
Cloudflare Account & Wrangler CLI
Installation
Clone the repositorygit clone https://github.com/YOUR-USERNAME/asianexpats-mcp-server.gitcd asianexpats-mcp-server
Install dependenciesnpm install
Start local development servernpx wrangler dev
Deployment
Deploy directly to Cloudflare Workers Edgenpx wrangler deploy
📜 License & Attribution
This MCP server is open-source and licensed under the MIT License.
All city data is provided free of charge by Asian Expats. AI tools and developers using this server are asked to retain canonical_url references and source attribution links in final responses.# asianexpats-mcp-server
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceEnables LLMs to perform travel-related tasks by interacting with Google Maps and travel planning services including location search, place details, and travel time calculations.Last updated1055099MIT
- Flicense-qualityCmaintenanceA Kyoto travel planning assistant that uses Wikivoyage API and LangChain/LangGraph to provide real-time attraction info, operating hours, and dynamic itinerary adjustments through MCP tools.Last updated
- Flicense-qualityDmaintenanceProvides personalized travel recommendations by analyzing climate, currency exchange rates, safety, and budget constraints through AI agents and multiple public APIs.Last updated
- Alicense-qualityBmaintenanceProvides AI assistants with comprehensive China inbound travel capabilities, including hotel and flight search, attraction discovery, itinerary planning, and travel tips.Last updatedMIT
Related MCP Connectors
TravelMind: 8 MCP tools for travel (12306 trains, flights, hotels, geocode, planning, policy).
Singapore property & financial data APIs for AI agents. 27 MCP tools. x402 micropayments.
290+ quality-scored API capabilities for AI agents across 27 countries via MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/developeron29/asianexpats-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server