ClaudeMap

China Travel Kit (华行志)

A source-aware China travel knowledge base and Agent Skill — CLI, HTTP API and MCP server over one JSON data layer, every fact source-linked.

MCP Serversmcpskilltravelknowledge-basechinesedata

Huaxingzhi focuses on the parts of China travel that are hardest for international visitors to verify: visitor areas, reservation requirements, passport-specific instructions, seasonal risks, accessibility and emergency context. One JSON data layer (each attraction record carries sources and last_verified; prices and reservation rules stay null when unknown) powers a zero-dependency Python CLI, a local HTTP API, and MCP tools for AI clients — and the repo root is itself an installable Agent Skill. Currently an alpha covering 56 places across Beijing, Shanghai, Guangzhou, Shenzhen, Chengdu, Xi'an, Hangzhou and Lijiang.

What it does

  • One data layer, three interfaces: python3 -m china_travel_kit CLI (zero runtime deps, Python 3.10+), a local HTTP API, and MCP tools for AI clients
  • Every attraction record carries sources and last_verified; prices and reservation rules are deliberately nullable — unknown is safer than confidently outdated
  • An explainable requirement matcher drives the recommend / plan commands (travelers, dates, interests) instead of keyword matching
  • The repo root is an installable Agent Skill: SKILL.md defines when to use the toolkit and when live facts must be rechecked

When to use it

Building travel-planning features for China-bound users where every claim needs a citation — or pointing your own agent at honest, checkable data instead of scraped listicles.

Getting started

git clone https://github.com/tczyliu/china-travel-kit.git
cd china-travel-kit
python3 -m china_travel_kit search museum --city Beijing
python3 -m china_travel_kit recommend 'First visit: pandas, food, relaxed pace' --travelers 2 --start-date 2026-07-10 --end-date 2026-07-12
python3 -m china_travel_kit freshness   # data-freshness report

# as an Agent Skill: point an Agent-Skills-compatible client at the repo, or clone it into its skills directory

Things to know

v0.5.0 alpha, developer preview: 56 places in 8 cities, with the first expansion targeting officially sourced 5A/4A attractions — none of it is a complete city guide. Not a booking service or live navigation; the Skill itself tells the agent to re-check live facts.

Repository

tczyliu/china-travel-kit

Charted

Related on the map

  • Blitz Strike

    MCP Server

    A penetration-testing methodology delivered as one MCP server: BLITZ maps the attack surface, EAGLE-EYE traces source-to-sink, STRIKE live-verifies every finding before it is reported.

    • mcp-server
    • security
    • pentest
    • methodology
  • Ripwire

    MCP Server

    Red Hat's "ripgrep for AI context" — a C++23 zero-dependency CLI that also speaks MCP.

    • mcp
    • code-context
    • cli
    • red-hat
  • Deja Vu

    MCP Server

    One shared session memory for 25+ coding agents — Claude Code, Codex, and Cursor finally remember the same project.

    • mcp
    • memory
    • cross-agent
    • context