NEX 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 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 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 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.2568MIT
- 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
- AlicenseNot gradedqualityDmaintenanceMCP 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.49MIT
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.
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-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server