One-line MCP config
Add this to ~/Library/Application Support/Claude/claude_desktop_config.json:
{"mcpServers":{"nexus":{"url":"https://nexus-agent-xa12.onrender.com/mcp"}}}
Restart Claude Desktop. Now ask: "What are the Fed rate odds?" or "Get me a BTC signal."
Free endpoints
curl "https://nexus-agent-xa12.onrender.com/v1/signals?symbol=BTC"
curl "https://nexus-agent-xa12.onrender.com/kalshi?market=Fed"
What you get
- Live Kalshi vs Polymarket odds
- BTC/ETH/FED/CPI/GDP signals with confidence scores
- Cross-venue arb spreads (paid, $0.01 USDC via x402 on Base)
No API key. No account. Works now.
Top comments (1)
Clean little MCP, 30-second install is the right bar, friction is what kills MCP adoption more than capability. The thing I'd watch as these proliferate: tool-selection at scale. One sharp MCP is great, but once a user has 30 installed the model starts picking the wrong one, so the win is keeping each server tightly scoped with an unambiguous name. I deal with the same capability-surface problem in Moonshift. Are you thinking about how this composes when someone has a dozen MCPs loaded, or optimizing the single-server experience for now?