Skip to main content
Glama
NEXAITECHAU

NEX Agent Co. MCP Server

Official
by NEXAITECHAU

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

nex_chat

/v1/chat

$0.001

Chat via nemotron-3.5-lightning:30b (1M ctx)

nex_code

/v1/code

$0.005

Code via qwen3-coder:30b

nex_code_pro

/v1/code-pro

$0.012

Premium code via qwen3-coder-next 80B-A3B (70.6% SWE-bench)

nex_vision

/v1/vision

$0.010

Vision+text via qwen3.8:27b

nex_embed

/v1/embed

$0.0001

Embeddings via nomic-embed-text

nex_chat_compat

/v1/chat/completions

$0.001

OpenAI-compatible chat completions

nex_crypto_price

/v1/crypto-price

$0.0001

Real-time crypto prices

nex_weather

/v1/weather

$0.0001

Weather forecast

nex_geo

/v1/geo

$0.0001

IP geolocation

nex_fx

/v1/fx

$0.0001

Currency exchange

nex_whois

/v1/whois

$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=0x28F3D3fb24D4926BF5C35296c822d2a43D181177

Run

python server.py

Use 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:

  1. Server hits the NEX x402 endpoint, gets a 402 Payment Required with EIP-3009 payment spec

  2. Server signs transferWithAuthorization (gasless, EIP-712 typed data) for the price

  3. Server retries with the X-PAYMENT: <base64url> header

  4. Facilitator (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.json

Backed 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

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

0Releases (12mo)
Commit activity

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

Related MCP Servers

  • A
    license
    B
    quality
    C
    maintenance
    Exposes 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.
    25
    68
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Provides 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.
    11
    67
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Pay-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.
    63
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Provides 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.
    14
    54
    MIT

View all related MCP servers

Latest Blog Posts

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