Skip to main content

🌏 出境游旅行助手

出境游一站式全链路MCP服务,11个工具覆盖从签证到退税的完整出境需求。

✨ 核心特性

▸ 5大实时数据工具 — 机票搜索、酒店搜索、航班座位、航班行李、酒店房型,通过RG云端代理获取全球实时数据 ▸ 4大本地知识库 — 签证查询(30+国家)、安全评级(30+国家)、插头电压(30+国家)、紧急求助(30+国家使领馆+7类应急指南) ▸ 退税计算器 — 15个国家退税政策,自动计算到手金额、手续费和起退差额 ▸ 实时汇率换算 — 支持150+货币,免费API零配置 ▸ 全链路闭环 — 签证→机票→酒店→安全→插头→退税→汇率→紧急,一站式覆盖

🛠 工具

search_flights

搜索国际机票,输入出发城市、到达城市和日期,返回航班信息和预订链接 ▸ origin(str,✅必填):出发城市,如'北京''PEK' ▸ destination(str,✅必填):目的城市,如'东京''NRT' ▸ date(str,✅必填):出发日期,格式YYYY-MM-DD

search_hotels

搜索国际酒店,输入城市、入住日期和离店日期,返回酒店列表和预订链接 ▸ city(str,✅必填):城市名称,如'东京''巴黎''曼谷' ▸ checkin(str,✅必填):入住日期,格式YYYY-MM-DD ▸ checkout(str,✅必填):离店日期,格式YYYY-MM-DD

flight_seats

查询航班座位布局和选座价格,输入航班号和日期 ▸ flight_number(str,✅必填):航班号,如'CA929''JL861' ▸ date(str,选填):航班日期,格式YYYY-MM-DD

flight_baggage

查询航班行李额度和额外费用,输入航班号和日期 ▸ flight_number(str,✅必填):航班号,如'CA929''JL861' ▸ date(str,选填):航班日期,格式YYYY-MM-DD

hotel_detail

查看酒店房型价格和退改政策,输入酒店ID和入住离店日期 ▸ hotel_id(str,✅必填):酒店ID,从search_hotels结果中获取 ▸ checkin(str,选填):入住日期,格式YYYY-MM-DD ▸ checkout(str,选填):离店日期,格式YYYY-MM-DD

check_visa

查询目的地签证要求,包括签证类型、费用、停留天数、办理时间和材料清单 ▸ destination(str,✅必填):目的地,如'日本''巴黎''USA' ▸ purpose(str,选填):出行目的:tourism=旅游(默认)/business=商务/transit=过境

check_safety

查询目的地安全评级,包括犯罪、恐怖袭击、自然灾害、健康、交通五维评分和风险提示 ▸ destination(str,✅必填):目的地,如'泰国''巴黎''巴西'

check_plug

查询目的地插头类型、电压、频率和是否需要转换器 ▸ destination(str,✅必填):目的地,如'日本''英国''澳洲'

emergency_help

出境紧急求助,提供当地报警/急救电话、中国使领馆联系方式和应急场景处理指南 ▸ destination(str,选填):目的地,如'泰国''巴黎',用于获取当地紧急电话和使领馆信息 ▸ emergency_type(str,选填):紧急类型,如'护照丢失''航班取消''生病''被盗''地震''车祸''被捕'

calc_tax_refund

计算出境购物退税金额,包括退税率、手续费、实际到手金额和退税流程 ▸ destination(str,✅必填):目的地,如'日本''法国''澳大利亚' ▸ amount(str,✅必填):购物金额,数字 ▸ currency(str,选填):货币代码,如'JPY''EUR'

exchange_rate

实时汇率换算,支持150+主流货币 ▸ from_currency(str,✅必填):源币种代码,如'USD''CNY''JPY' ▸ to_currency(str,✅必填):目标币种代码,如'CNY''JPY''EUR' ▸ amount(str,选填):换算金额,默认1

📝 使用示例

▸ "去日本要办签证吗" → check_visa(destination="日本") ▸ "查一下明天北京飞东京的航班" → search_flights(origin="北京", destination="东京", date="2026-06-15") ▸ "东京新宿有什么酒店推荐" → search_hotels(city="东京", checkin="2026-06-15", checkout="2026-06-18") ▸ "CA929这个航班座位怎么样" → flight_seats(flight_number="CA929") ▸ "飞日本能带多少行李" → flight_baggage(flight_number="CA929") ▸ "这个酒店有什么房型" → hotel_detail(hotel_id="xxx", checkin="2026-06-15", checkout="2026-06-18") ▸ "泰国安全吗" → check_safety(destination="泰国") ▸ "去英国需要带转换插头吗" → check_plug(destination="英国") ▸ "在日本买了5万日元的东西能退多少税" → calc_tax_refund(destination="日本", amount="50000") ▸ "1000人民币能换多少日元" → exchange_rate(from_currency="CNY", to_currency="JPY", amount="1000")

适用场景

▸ 出境游行前准备 — 查签证、查安全、查插头、规划机票酒店 ▸ 出境游途中应急 — 护照丢失、航班取消、突发疾病,一键获取使领馆电话和应急指南 ▸ 出境购物退税 — 计算到手金额、了解退税流程、查看起退门槛 ▸ 出境花费预算 — 实时汇率换算,多币种费用估算

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_global_travel-0.3.2.tar.gz (23.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_global_travel-0.3.2-py3-none-any.whl (25.6 kB view details)

Uploaded Python 3

File details

Details for the file mcp_global_travel-0.3.2.tar.gz.

File metadata

  • Download URL: mcp_global_travel-0.3.2.tar.gz
  • Upload date:
  • Size: 23.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for mcp_global_travel-0.3.2.tar.gz
Algorithm Hash digest
SHA256 52c7d4dac4a6054362579b5c85acf7319dca5476e851b998dd2feddfc6976b6d
MD5 c30f5b8f53b8da485a09607284c2725c
BLAKE2b-256 63dc76cb8c4aecd7715f8cdc98d6d588560ae2d2d5e0d3938a12b1698c502306

See more details on using hashes here.

File details

Details for the file mcp_global_travel-0.3.2-py3-none-any.whl.

File metadata

File hashes

Hashes for mcp_global_travel-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9596bf0c412362b5e8cc53030f5cbaba6ffa6359a0991f9a6684791b0aa1937d
MD5 559cd3e353915f3cc9c9b18bf8547708
BLAKE2b-256 e93bf8993bb1de2dfa576f9f0b501699f0d5a761ac25b026b11bdbf1e2c22636

See more details on using hashes here.

Release history Release notifications | RSS feed

0.4.0

1 file

This release

0.3.2 This release

2 files

0.3.1

2 files

0.3.0

2 files

0.2.0

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page