WORLDBOOK

Worldbooks | WebMCP | Search | Submit WebMCP

ctrip WebMCP

Browser tool configuration for ctrip

URL Pattern: ^https?://(www\.)?ctrip\.com(/.*)?$
Allowed Extra Domains: ctrip.com, hotels.ctrip.com, m.ctrip.com, you.ctrip.com

Tools (1)

ctrip_search()

携程旅行搜索 - 搜索目的地景点信息

Parameters

query string required - 搜索关键词,如城市名或景点名

JavaScript Handler

WebMCP clients

Use mcp-chrome, or fetch the same tools from the public API in your own browser automation runtime.

Get Extension →

How to Use WebMCP

WebMCP tools are designed for browser extensions or automation frameworks. The browser extension matches the current URL against the pattern and executes the JavaScript handler when the tool is invoked.

API Endpoint:

GET /api/webmcp/match?url=https://www.ctrip.com/...

Third-party clients can use the same endpoint as mcp-chrome. Execute the returned JavaScript handler in your own browser page context.