Nexus Intelligence MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Nexus Intelligence MCP Serverscrape https://example.com and convert it to clean markdown"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Nexus Intelligence MCP Server
93 crypto-paid M2M services for AI agents. Pay-per-call in USDC via x402 protocol.
Quick Start
Install
git clone https://github.com/nexus-intelligence/nexus-mcp-server.git
cd nexus-mcp-server
pip install -r requirements.txtConfigure MCP (Cursor / Windsurf / Claude)
Add to your MCP config:
{
"mcpServers": {
"nexus-intelligence": {
"command": "python",
"args": ["nexus_mcp_server.py"],
"env": {
"X402_BASE_URL": "http://169.58.38.67:8091",
"X402_WALLET": "0xYourWalletAddress"
}
}
}
}Use in Python (without MCP)
import urllib.request, json
def nexus_call(endpoint, wallet="0xYourWallet", params=None):
url = f"http://169.58.38.67:8091{endpoint}"
if params:
from urllib.parse import urlencode
url += "?" + urlencode(params)
req = urllib.request.Request(url, headers={"X402-Wallet": wallet})
return json.loads(urllib.request.urlopen(req).read())
# Get crypto sentiment
sentiment = nexus_call("/api/sentiment")
# Scrape to Markdown
markdown = nexus_call("/api/rag-markdown", params={"url": "https://example.com"})Related MCP server: dyoe-agent-tools-mcp
Services (93 total)
Data (1-10)
RAG Markdown — Web page to clean Markdown (0.02 USDC)
Stealth Fetch — Anti-bot bypass scraping (0.10 USDC)
Sentiment Crypto — BTC/ETH sentiment (0.05 USDC)
And more...
Trading (11-20)
Market Data — Crypto prices (0.03 USDC)
On-chain Analytics — Wallet analysis (0.08 USDC)
Paper Trading — Simulated trades (0.05 USDC)
And more...
OSINT (21-30)
Social Intel — Social media analysis (0.08 USDC)
Threat Intel — Threat landscape (0.15 USDC)
Geolocation — IP/device tracking (0.06 USDC)
And more...
Security (31-40)
Vulnerability Scan — Auto pentest (0.12 USDC)
Code Analysis — Static analysis (0.05 USDC)
Malware Check — Hash analysis (0.04 USDC)
And more...
Micro-SaaS (41-93)
QR Generator (0.01 USDC)
Image Process (0.04 USDC)
Text Analysis (0.02 USDC)
And 52 more...
How x402 Works
Your agent calls the endpoint with
X402-WalletheaderServer verifies wallet has USDC on Arbitrum
Service executes and returns data
Payment settled on-chain (micro-transactions)
No API keys. No billing. No free tier limits. Just pay per call.
Wallet Setup
Get a wallet with USDC on Arbitrum
Use that wallet address in the
X402-WalletheaderThat's it — no signup needed
License
MIT
Links
API Docs:
http://169.58.38.67:8091/healthOpenAPI Spec: nexus_openapi.json
Issues: GitHub Issues
This server cannot be deployed
Maintenance
Related MCP Connectors
Pay-per-call tools for autonomous agents, settled in USDC on Base via x402.
Pay-per-call data APIs for AI agents. USDC on Base via x402. 33 tools, no signup.
Pay-per-use tool API for AI agents. Free tier, x402 USDC micropayments, or API key.
Market data and web intelligence for AI agents, paid per call in USDC on Base via x402.
Related MCP Servers
FlicenseNot gradedqualityFmaintenanceProvides 20+ AI agent capabilities like web scraping, PDF parsing, OCR, and more, with pay-per-use micropayments via x402.1-- FlicenseAqualityCmaintenancePay-per-call tools for AI agents including trust checks, due diligence, market data, and human-verified approvals, settled in USDC on Base via the x402 protocol.16-
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to call 45 micro-priced utility tools via x402 micropayments on Base, covering search, screenshots, OCR, PDFs, WHOIS, geo-IP, and more without API keys.-
- AlicenseNot gradedqualityCmaintenanceEnables agents to discover, sample, and pay per call in USDC for live threat intelligence, ZK proof generation, and arbitrage signals via the x402 protocol.MIT