NEX MCP Server
OfficialClick 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., "@NEX MCP ServerWhat's the current price of Bitcoin?"
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 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_serverFree 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.
This server cannot be deployed
Maintenance
Related MCP Connectors
8 pay-per-call web intel tools over MCP. Free discovery, calls settle in USDC on Base (x402).
Production-grade MCP gateway delivering 8 real-time AI tools with instant x402 micropayments settled in USDC on Base Mainnet or SPL-USDC on Solana. Features Basescan contract auditing, wallet analytics, headless browser scraping, and pre-scraped oracle data feeds.
Production-grade MCP gateway delivering 8 real-time AI tools with instant x402 micropayments settled in USDC on Base Mainnet or SPL-USDC on Solana. Features Basescan contract auditing, wallet analytics, headless browser scraping, and pre-scraped oracle data feeds.
Paid MCP tools behind one endpoint. Agents pay per call in USDC on Base via x402.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenance55+ 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
- 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.2570 npmMIT

GlianaAI MCP Serverofficial
AlicenseAqualityBmaintenanceEnables pay-per-call access to 90+ generative AI models and utility tools via any MCP client, with no signup or API key, using wallet-based USDC payments on Base, Tempo, or Solana.7101 npmMIT- AlicenseNot gradedqualityBmaintenanceMCP server exposing 10 curated tools for AI agents, providing crypto trading signals, on-chain analysis, and web utilities via pay-per-call x402 endpoints on the Base network.MIT