Skip to main content
Glama
NEXAITECHAU

NEX MCP Server

Official
by NEXAITECHAU

NEX MCP Server

Use NEX Agent Co.'s 11 paid x402 endpoints from any MCP client (Claude Desktop, Cursor, Cline, Windsurf, Aider, etc.). Free mirrors at /v1/free/* work out of the box. Paid endpoints via x402 EIP-3009 USDC on Base.

What you get

11 AI inference tools exposed as MCP:

  • nex_chat — General chat ($0.001)

  • nex_code — Code generation ($0.005)

  • nex_vision — Vision+text ($0.010)

  • nex_embed — Embeddings ($0.0001)

  • nex_crypto_price — Real-time crypto prices ($0.0001)

  • nex_weather — Weather forecast ($0.0001)

  • nex_geo — IP geolocation ($0.0001)

  • nex_fx — Currency exchange ($0.0001)

  • nex_whois — WHOIS lookup ($0.0002)

Related MCP server: JMT x402 MCP Server

Install

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "nex": {
      "command": "python3",
      "args": ["-m", "nex_mcp_server"]
    }
  }
}

Cursor / Cline / Windsurf / Aider

Add to your MCP config:

{
  "mcpServers": {
    "nex": {
      "command": "python3",
      "args": ["-m", "nex_mcp_server"]
    }
  }
}

From source

git clone https://github.com/NEXAITECHAU/nex-mcp-server
cd nex-mcp-server
pip install -r requirements.txt
python -m nex_mcp_server

Free tier (default)

By default, this server uses the free mirrors at /v1/free/* (30/min/IP, no payment). Perfect for evaluation.

Paid tier (optional)

Set NEX_WALLET=0xYourBaseUSDCWallet and NEX_PRIVATE_KEY=0xYourKey to use the paid x402 endpoints. The server signs EIP-3009 authorizations and pays per call in USDC.

License

Apache-2.0.

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (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 Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    55+ pay-per-call tools for AI agents over MCP: live telemetry, blockchain/on-chain checks, environmental, transit, finance, and network utilities. No API key or signup — agents pay per request with x402 USDC micropayments (Base and Solana).
    MIT
  • 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
    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
    Not graded
    quality
    D
    maintenance
    MCP server providing 17 keyless, pay-per-use web-data tools with signed-provenance receipts, enabling AI agents to autonomously fetch, extract, and verify web content on Base mainnet.
    49
    MIT

View all related MCP servers

Related MCP Connectors

  • 63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.

  • 32 paid x402 endpoints for crypto, Zora & on-chain analysis. 10 MCP tools. USDC on Base.

  • AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.

View all MCP Connectors

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-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server