Nexus MCP
Integrates thirdweb for cryptocurrency payment processing, enabling users to pay for AI tools using USDC on Base Sepolia or Base mainnet via MetaMask and EIP-712 signatures.
Click 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., "@Nexus MCPwhat's the weather in London?"
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.
🛡️ Nexus AI Agent
2
3
4 > ⚠️ LICENSE NOTICE: THIS IS NOT MIT
5 > This project is protected under the Business Source License 1.1 (BUSL-1.1).
6 > Commercial use is strictly prohibited until March 21, 2030.
7 > Personal, educational, and non-commercial testnet experimentation is permitted.
Nexus MCP - AI Agent Payment Gateway
https://github.com/user-attachments/assets/14d0ec6b-c503-4a78-b47a-0072d33cb279
MCP server with X402 payme
nt integration. Pay with crypto for AI tools.
Quick Start
npm install
npm run buildCreate .env:
THIRDWEB_CLIENT_ID=your_client_id
PAYMENT_RECIPIENT=0xYourWalletAddress
MOCK_SETTLEMENT=true # for testing without tokensRelated MCP server: @true402.dev/mcp-server
Use with Claude Desktop
Edit ~/.config/Claude/claude_desktop_config.json:
{
"mcpServers": {
"nexus": {
"command": "node",
"args": ["/path/to/nexus-mcp/dist/index.js"],
"env": {
"THIRDWEB_CLIENT_ID": "your_client_id",
"PAYMENT_RECIPIENT": "0xYourWallet"
}
}
}
}Restart Claude Desktop.
Tools
get_service_info- FREEget_weather- 0.10 USDCsearch_web- 0.15 USDCgenerate_image- 0.50 USDCanalyze_data- 0.25 USDC
How It Works
Claude calls a paid tool
Browser opens for payment
Connect MetaMask
Sign EIP-712 message (no gas!)
Payment settles on Base Sepolia
Tool executes
Mock Mode
Set MOCK_SETTLEMENT=true to test without real tokens.
Production
Remove
MOCK_SETTLEMENTSwitch to Base mainnet (Chain ID: 8453)
Use real USDC:
0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
Done.
This server cannot be deployed
Maintenance
Related MCP Connectors
Monetize any MCP server: x402 paywall, pay-per-call billing in USDC on Base, agent marketplace.
15 paid AI agent primitives via x402 (USDC on Base). Pay-per-call MCP server.
Agent-commerce MCP server for x402/USDC payments and affiliate splits on Base.
Remote MCP server exposing 330 production AI-agent services for web/data processing, validation, AI utilities, blockchain/crypto utilities, and x402 pay-per-use access.
Related MCP Servers
AlicenseNot gradedqualityCmaintenanceAn MCP server that enables AI agents to search, pay for, and call paid APIs using the x402 protocol, with automatic USDC settlement.2MIT- AlicenseAqualityCmaintenanceAn MCP server that enables AI agents to access paid AI inference and web tools via HTTP 402 micropayments in USDC on Base, using the agent's wallet as identity.14116 npmMIT
- AlicenseAqualityDmaintenanceMCP server enabling AI agents to purchase VPS and blockchain node products using USDC on Base via Easy Node's x402 API.718 npm7Business Source 1.1
- 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