
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
asianexpats-mcp-server
Advanced tools
**🌏 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
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"   \] Â
}Â
}
}
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.
Inspect and test tool execution in your browser terminal using the official MCP Inspector:
npx @modelcontextprotocol/inspector https://asianexpats.com/mcp
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)"
}
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)"
}
To run or deploy this MCP server yourself using Cloudflare Workers:
Node.js v18 or later
Cloudflare Account & Wrangler CLI
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
FAQs
**🌏 Asian Expats Model Context Protocol (MCP) Server** =======================================================
We found that asianexpats-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.