taobao WebMCP
Browser tool configuration for taobao
URL Pattern: ^https?://([a-z0-9-]+\.)?taobao\.com(/.*)?$
Tools (1)
taobao_search()
Search for products on Taobao
Parameters
keyword
string
required
- Search keywords
JavaScript Handler
(params) => {
// Navigate directly to search results in current tab
window.location.href = 'https://s.taobao.com/search?q=' + encodeURIComponent(params.keyword);
return { success: true, message: 'Searching: ' + params.keyword };
}
🔌 Chrome MCP Server Extension
Use these tools with Claude, ChatGPT, and other AI assistants.
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.taobao.com/...