Remote MCP server: pre-trade resolution-risk audit for Polymarket/Kalshi prediction-market pairs — safe/caution/block before you execute both legs
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"crosswire-mcp": {
"command": "npx",
"args": [
"-y",
"NicolasDuarte04/crosswire-mcp"
]
}
}
}
Run in terminal:
claude mcp add crosswire-mcp npx -y NicolasDuarte04/crosswire-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"crosswire-mcp": {
"command": "npx",
"args": [
"-y",
"NicolasDuarte04/crosswire-mcp"
]
}
}
}