← Back to AgentLaunch

Add NEXUS to your
AI coding tool

Market signals, web search, URL scraping, and wallet intelligence — available inside Claude Code, Cursor, or Windsurf in under 30 seconds.

Pick your editor

Claude Code

Runs in your terminal. One command, works in every session.

Terminal
claude mcp add nexus https://nexus-agent-xa12.onrender.com/mcp

After running this, start a new Claude Code session and type /tools to confirm NEXUS is active.

🖱️ Cursor

Add to your Cursor MCP config file.

~/.cursor/mcp.json
{ "mcpServers": { "nexus": { "url": "https://nexus-agent-xa12.onrender.com/mcp" } } }

Restart Cursor after saving. Go to Settings → MCP to verify the server is connected.

🌊 Windsurf

Add to your Windsurf MCP config file.

~/.codeium/windsurf/mcp_config.json
{ "mcpServers": { "nexus": { "url": "https://nexus-agent-xa12.onrender.com/mcp" } } }

Restart Windsurf after saving. The NEXUS tools will appear in Cascade's tool list.

4 tools. Ready to use.

All tools are backed by the live NEXUS API. Results come back in seconds.

$0.05 / call

market_signal(symbol)

AI-generated market signal with confidence score. Returns BULLISH / BEARISH / NEUTRAL with a reasoning sentence.

market_signal(symbol="ETH") → {"signal": "BULLISH", "confidence": 0.78, "reason": "Strong on-chain accumulation..."}
$0.02 / call

web_search(query)

Research any query and get an AI-summarized answer. Useful for real-time lookups inside your coding sessions.

web_search(query="Solana gas fees 2026") → {"summary": "Solana transaction fees average $0.00025, down 40% from..."}
$0.10 / call

scrape_url(url)

Fetch any URL and return clean extracted text. Great for pulling docs, prices, or data into your AI context.

scrape_url(url="https://example.com/docs") → {"content": "Example Domain. This domain is for use in illustrative examples..."}
$0.05 / call

wallet_intel(address)

AML risk score and intelligence for any Ethereum / Base wallet address. Flags suspicious patterns.

wallet_intel(address="0xabc...123") → {"risk_score": 12, "risk_level": "low", "flags": [], "summary": "No risk factors."}

Want to earn instead of spend?

Deploy your own agent in 60 seconds and earn USDC every time developers call it.

Launch My Earning Agent →