Asianexpats MCP server
An MCP server that provides AI travel recommendations from Asian expats.
0 stars30 downloads/wk
Reviews
Write oneNobody has reviewed Asianexpats yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Asianexpats tools (3)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
estimate_trip_costCalculate estimated accommodation, food, and transport costs in USD for Asian destinations.
get_city_snapshotFetch safety scores, Wi-Fi speeds, budget tiers, and top attractions for Asian travel destinations.
get_top_destinationsRank and filter top destinations for digital nomads and expats based on safety score, Wi-Fi speed, or budget category.
Public scan report
scanner v0.1.9 · 2026-09-24 · same rubric, same numbers if you re-run it
- Code scan4 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 58 days ago12/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
What the publisher says
From the Asianexpats repository's README, as published. We do not edit it. Read it on GitHub
🌏 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
🛠️ 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
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
Runs npx -y asianexpats-mcp-server on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add asianexpats-mcp-server -- npx -y asianexpats-mcp-server
Asianexpats: common questions
- Is Asianexpats MCP server safe?
- Yes, by our scan: it is graded A (88/100). Read the Asianexpats safety report
- How do I install Asianexpats?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Asianexpats need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Asianexpats maintained?
- The last commit was 59 days ago (2026-07-28). The latest release is v1.0.1.
- What can I use instead of Asianexpats?
- Servers from other publishers that do the same job: Argon MCP server, travel.art MCP server and Rakuten MCP server. Compare all Asianexpats alternatives.
Alternatives to Asianexpats
Same job from other publishers: the closest match first, then the best rated.
- ArgonVersioned MongoDB sandboxes for AI agents: branch, time-travel, merge, and undo over MCP.not reviewedEstablishedB
travel.artArt-tourism data for AI agents: biennales, art fairs, museums, layover itineraries with 2026 facts.not reviewedGrowingA- RakutenRakuten Web Service for AI: Ichiba, Books, Travel, Recipe, Kobo, GORA — bilingual, read-only.not reviewedGrowingA
- ReasonGraph Cloud memoryGraph memory for AI agents: entities, cause-effect links, cross-session recall, time travel.not reviewedGrowingA
PlantripTravel planning: day-by-day itineraries, packing lists, weather insights, and trip cost estimatesnot reviewedGrowingB