General Tools
travelerlocal.ai
Provides field-verified travel information and tools for foreigners visiting China.
ENDPOINT 1
https://www.travelerlocal.ai/api/mcp
MCP server metadata
- Name
- travelerlocal
- Version
- 1.0.0
Field-verified facts for foreign travelers in China: attraction booking walls (real-name/passport, release times, official channels), hotel foreigner-registration, payment, and 240-hour visa-free transit eligibility. Official channels only; never resellers.
Known tools 5
get_city_factsField-verified facts a foreign traveler needs for a Chinese city: which attractions need real-name/passport booking and when tickets release, official ticket channels (no resellers), whether hotels register foreign guests, whether foreign cards work via Alipay/WeChat, and honest local notes.
Inferred read-onlycheck_attraction_bookingHow a foreigner books a specific Chinese attraction: real-name/passport requirement, ticket release time, whether it sells out, the OFFICIAL channel, and whether authorized resellers exist.
Inferred read-onlycheck_transit_eligibilityWhether a traveler qualifies for China's 240-hour visa-free TRANSIT (not the 30-day visa-free entry).
Inferred read-onlyget_travel_playbookTravelerLocal's field-verified stance on the system-level things foreigners get wrong in China (not a specific place): paying when a foreign card fails, eSIM vs VPN and the firewall, the Chinese-phone-number wall, the first hour after landing, hotel foreigner-registration, and visa-free transit.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.travelerlocal]
url = "https://www.travelerlocal.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"travelerlocal": {
"type": "http",
"url": "https://www.travelerlocal.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: travelerlocal
Remote MCP URL: https://www.travelerlocal.ai/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"travelerlocal": {
"url": "https://www.travelerlocal.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"travelerlocal": {
"type": "http",
"url": "https://www.travelerlocal.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "travelerlocal",
"transport": "streamable-http",
"url": "https://www.travelerlocal.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for travelerlocal.ai was fetched 2026-08-03T10:13:17.131Z.
travelerlocal.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.