Agent-native commerce for SEA/China. 6 tools. 9-language search.
{
"mcpServers": {
"ai-xurprise-mcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Agent-native commerce for SEA/China. 6 tools. 9-language search.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: . Compatibility not confirmed.
Agent-native commerce · xurprise. One HTTPS endpoint. Six tools. Zero setup. Multilingual.

This GIF is recorded from a real page, not a mockup. Visit xurprise.ai/demo to watch it render live in your browser. It runs the official
@openuidev/react-lang<Renderer>against a customBrandCardcomponent, driven by hand-authored openui-lang snippets that wrap the exact JSONxurprise.ai/api/mcpreturns — so what you see is what any OpenUI-based chat client gets when it calls our MCP.
The xurprise MCP server lets any MCP-compatible agent (Claude, Cursor, Cline, Continue, Goose, etc.) discover merchant brands and get attribution-tracked click-through URLs across a curated catalogue spanning Taobao, Shopee, Shein, Xiaomi, Sephora, JD Sports, Airpaz, WPS, FusionHome AI, and more — with region matching built in so agents don't recommend Singapore-only merchants to users in Germany.
Hosted endpoint: https://xurprise.ai/api/mcp
Protocol: Model Context Protocol (MCP) 2024-11-05 over
Streamable HTTP.
Stateless, no auth required, no SDK needed.
Commerce in the agent era has a cold-start problem: when an agent wants to recommend a real merchant, it typically:
xurprise MCP solves this for the niche we cover by giving agents a
machine-readable, region-aware brand catalogue — one call and you
get back a structured list of merchants the user can actually buy
from, with canonical storefront URLs and click-through URLs that log
attribution for us and pass through any aff_sub tag the agent
supplies.
Edit ~/Library/Application Support/Claude/claude_desktop_config.json
(macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows).
Option A — native remote HTTP (Claude Desktop ≥ early 2025):
{
"mcpServers": {
"xurprise": {
"type": "http",
"url": "https://xurprise.ai/api/mcp"
}
}
}
Option B — via mcp-remote bridge (any Claude Desktop version):
{
"mcpServers": {
"xurprise": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://xurprise.ai/api/mcp"]
}
}
}
Restart Claude Desktop, open a new conversation, and type something like:
I'm in Singapore. Any good beauty brands I can shop online?
Claude will call search_brands(query="beauty", region="Singapore") and
surface Sephora SG with a click-through URL.
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"xurprise": {
"url": "https://xurprise.ai/api/mcp"
}
}
}
Same remote HTTP URL — see each client's docs for the exact config
path. If your client only supports stdio, use mcp-remote as the
bridge (see Option B above).
curl -X POST https://xurprise.ai/api/mcp \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "search_brands",
"arguments": { "query": "badminton", "region": "Singapore" }
}
}'
Note on response shape. MCP tools/call returns an ob
No automated test available for this server. Check the GitHub README for setup instructions.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Hash-verified file editing MCP server with token efficiency hook. 11 tools for AI coding agents.
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for ai.xurprise/mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.