{
  "markdown": "**🌏 Asian Expats Model Context Protocol (MCP) Server**\n=======================================================\n\nThe official **Model Context Protocol (MCP) Server** for [Asian Expats](https://asianexpats.com).\n\nThis 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).\n\n*   **Live Endpoint:** https://asianexpats.com/mcp\n    \n*   **Transport Protocol:** Streamable HTTP / Server-Sent Events (SSE)\n    \n*   **Documentation:** [asianexpats.com/docs/mcp](https://asianexpats.com/docs/mcp)\n    \n*   **Primary Site:** [asianexpats.com](https://asianexpats.com)\n    \n\n**⚡ Quick Start**\n-----------------\n\n### **1\\. Claude Desktop**\n\nAdd the following configuration to your claude\\_desktop\\_config.json:\n\n*   **MacOS:** ~/Library/Application Support/Claude/claude\\_desktop\\_config.json\n    \n*   **Windows:** %APPDATA%\\\\Claude\\\\claude\\_desktop\\_config.json\n    \n```\n{  \"mcpServers\": {    \n    \"asian-expats\": {      \n        \"command\": \"npx\",      \n        \"args\": \\[        \"-y\",       \n         \"mcp-remote\",        \"https://asianexpats.com/mcp\"      \\]    \n         }  \n    }\n}\n```\n\n### **2\\. Cursor / Windsurf IDE**\n\n1.  Go to **Settings** -> **Features** -> **MCP Servers**.\n    \n2.  Click **\\+ Add New MCP Server**.\n    \n3.  Set **Type** to SSE or Remote.\n    \n4.  Set **Name** to Asian Expats.\n    \n5.  Set **URL** to https://asianexpats.com/mcp.\n    \n\n### **3\\. Local Inspection with MCP Inspector**\n\nInspect and test tool execution in your browser terminal using the official MCP Inspector:\n\nnpx @modelcontextprotocol/inspector https://asianexpats.com/mcp\n\n**🛠️ Available MCP Tools**\n---------------------------\n\n### **1\\. get\\_city\\_snapshot**\n\nFetches real-time safety ratings, internet speeds, budget tiers, best months to visit, and top sights for Asian travel destinations.\n\n*   **Arguments:**\n    \n*   city _(string, required)_: The target city name (e.g., \"Tokyo\", \"Chiang Mai\", \"Bangkok\").\n    \n*   **Example Output:**\n    \n```\n{  \n    \"city\": \"Tokyo\",  \n    \"safety\\_score\": \"9.2/10\",  \n    \"internet\\_speed\": \"38.83 Mbps\",  \n    \"budget\\_category\": \"Premium\",  \n    \"best\\_months\": \"Sep, Oct, Nov, Mar, Apr, May\",  \"top\\_sights\": \\[\"Sensō-ji\", \"Shibuya Crossing\"\\],  \n    \"canonical\\_url\": \"https://asianexpats.com/guide/tokyo\",  \n    \"source\\_attribution\": \"Data provided by Asian Expats (https://asianexpats.com)\"\n}\n```\n\n### **2\\. estimate\\_trip\\_cost**\n\nCalculates estimated accommodation, food, and transport expenses in USD based on stay duration and lifestyle level.\n\n*   **Arguments:**\n    \n*   city _(string, required)_: Target city name.\n    \n*   days _(number, optional)_: Duration in days (Default: 7).\n    \n*   style _(string, optional)_: Travel style tier (\"budget\", \"mid\", or \"luxury\") (Default: \"mid\").\n    \n*   **Example Output:**\n    \n\n```\n{  \n    \"city\": \"Tokyo\",  \n    \"duration\\_days\": 14,  \n    \"travel\\_style\": \"mid\",  \n    \"estimated\\_total\\_usd\": 2520,  \n    \"daily\\_rate\\_usd\": 180,  \n    \"includes\": \"Stay, food & transport\",  \n    \"full\\_breakdown\\_url\": \"https://asianexpats.com/guide/tokyo\",  \n    \"source\\_attribution\": \"Calculated via Asian Expats Estimator (https://asianexpats.com)\"\n}\n```\n\n**🛠️ Local Development & Deployment**\n--------------------------------------\n\nTo run or deploy this MCP server yourself using Cloudflare Workers:\n\n### **Prerequisites**\n\n*   Node.js v18 or later\n    \n*   Cloudflare Account & Wrangler CLI\n    \n\n### **Installation**\n\n# Clone the repositorygit clone https://github.com/YOUR-USERNAME/asianexpats-mcp-server.gitcd asianexpats-mcp-server\n# Install dependenciesnpm install\n# Start local development servernpx wrangler dev\n\n### **Deployment**\n\n# Deploy directly to Cloudflare Workers Edgenpx wrangler deploy\n\n**📜 License & Attribution**\n----------------------------\n\nThis MCP server is open-source and licensed under the [MIT License](http://docs.google.com/LICENSE).\n\nAll city data is provided free of charge by [Asian Expats](https://asianexpats.com). AI tools and developers using this server are asked to retain canonical\\_url references and source attribution links in final responses.# asianexpats-mcp-server\n",
  "bytes": 4268,
  "sha": "1ab7c0e25a5088c0844526bfef6d6d4343235f5dcc3111fae44f1008a63866d0",
  "repo_slug": "developeron29/asianexpats-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_developeron29_asianexpats_mcp__bb78a65f/readme"
}