NEX Agent Co. MCP Server
OfficialClick on "Install 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., "@NEX Agent Co. MCP Serverwhat's the current Bitcoin price?"
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.
NEX Agent Co. — MCP Server
MCP server wrapping the 11 paid x402 endpoints of NEX Agent Co. as standard MCP tools. Agents that pay in USDC on Base get inference / data with no API keys.
Endpoints (each is a paid MCP tool)
Tool | Endpoint | Price | Description |
|
| $0.001 | Chat via nemotron-3.5-lightning:30b (1M ctx) |
|
| $0.005 | Code via qwen3-coder:30b |
|
| $0.012 | Premium code via qwen3-coder-next 80B-A3B (70.6% SWE-bench) |
|
| $0.010 | Vision+text via qwen3.8:27b |
|
| $0.0001 | Embeddings via nomic-embed-text |
|
| $0.001 | OpenAI-compatible chat completions |
|
| $0.0001 | Real-time crypto prices |
|
| $0.0001 | Weather forecast |
|
| $0.0001 | IP geolocation |
|
| $0.0001 | Currency exchange |
|
| $0.0002 | Domain WHOIS |
Related MCP server: x402tools MCP Server
Install
pip install mcp httpx
# CDP creds required (env vars):
export CDP_API_KEY_ID=...
export CDP_API_KEY_SECRET=...
export CDP_WALLET_SECRET=...
# Wallet to pay from (defaults to 0x28F3D3fb24D4926BF5C35296c822d2a43D181177)
export NEX_WALLET=0x28F3D3fb24D4926BF5C35296c822d2a43D181177Run
python server.pyUse from Claude Desktop / any MCP host
{
"mcpServers": {
"nex": {
"command": "python",
"args": ["/path/to/nex-agent-co-mcp/server.py"],
"env": { "CDP_API_KEY_ID": "...", "CDP_API_KEY_SECRET": "...", "CDP_WALLET_SECRET": "..." }
}
}
}How payment works
Each tool call:
Server hits the NEX x402 endpoint, gets a
402 Payment Requiredwith EIP-3009 payment specServer signs
transferWithAuthorization(gasless, EIP-712 typed data) for the priceServer retries with the
X-PAYMENT: <base64url>headerFacilitator (PayAI / CDP) settles on-chain; NEX returns the response
The user's wallet pays USDC directly to NEX treasury 0x28F3D3fb24D4926BF5C35296c822d2a43D181177. No middleman custody.
Discovery
The upstream NEX x402 manifest is at:
https://charm-preparing-avon-ips.trycloudflare.com/.well-known/x402.jsonBacked by
Local open-weight models running on M5 Max 128GB:
Qwen3.5 (Nemotron 3.5 Lightning, 1M ctx)
Qwen3-Coder (30B)
Qwen3-Coder-Next 80B-A3B (MoE)
Qwen3.8 27B (vision)
nomic-embed-text
No data leaves the machine for inference. USDC on Base settles per call.
More
NEX dashboard: https://races-verification-station-backup.trycloudflare.com/dashboard
Listed in: https://github.com/xpaysh/awesome-x402 (PR #1381)
Treasury: 0x28F3D3fb24D4926BF5C35296c822d2a43D181177
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
x402 toolkit for AI agents: paid web, AI, and Base chain tools per call in USDC. Free tools too.
Pay-per-call data APIs for AI agents. USDC on Base via x402. 33 tools, no signup.
Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.
Related MCP Servers
- AlicenseBqualityCmaintenanceExposes 25 paid API endpoints as MCP tools for AI agents, with payments in USDC on Base mainnet via the x402 protocol, enabling tasks like web search, company intelligence, and crypto research.2568MIT
- AlicenseAqualityCmaintenanceProvides AI agents with 10 pay-per-call utility tools (QR generation, DNS lookup, OCR, etc.) using USDC on Base via the x402 protocol, with agent's private key never leaving the agent.1167MIT
- AlicenseNot gradedqualityCmaintenancePay-per-call MCP server for WebberSites x402 Data API, offering 45 tools for AI agents: web scraping, document extraction, SEO audits, linting, crypto data, and more, with payment via USDC on Base.63MIT

halowerk-mcpofficial
AlicenseAqualityCmaintenanceProvides access to 70 paid APIs as MCP tools with per-call and session budgets, paying via x402/USDC on Base without requiring an account or login. Includes a built-in allowlist of hosts and safe defaults to prevent unintended payments.1454MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NEXAITECHAU/nex-agent-co-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server