← travelerlocal.ai

INDIVIDUAL MCP TOOL

get_city_facts

Field-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.

travelerlocal.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://www.travelerlocal.ai/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_city_facts and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

travelerlocal.ai

CONNECT 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.

Related tools

  • check_attraction_booking — How 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.
  • check_transit_eligibility — Whether a traveler qualifies for China's 240-hour visa-free TRANSIT (not the 30-day visa-free entry).
  • search_cities — Search the cities TravelerLocal has field-verified pages for.
  • get_travel_playbook — TravelerLocal'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.