← Registry

General Tools

travelerlocal.ai

Provides field-verified travel information and tools for foreigners visiting China.

1 endpoint5 known toolsFirst detected July 26, 2026Last detected August 4, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
travelerlocal
Version
1.0.0
Capabilities
tools
Server instructions

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

Inferred read-only
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.

Inferred read-only
check_transit_eligibility

Whether a traveler qualifies for China's 240-hour visa-free TRANSIT (not the 30-day visa-free entry).

Inferred read-only
search_cities

Search the cities TravelerLocal has field-verified pages for.

Inferred read-only
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.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for travelerlocal.ai was fetched 2026-08-03T10:13:17.131Z.

Trust status Neutral

travelerlocal.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.