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 "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., "@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: opendexter
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/borishalachev1/nexus-mcp.git-'
If you have feedback or need assistance with the MCP directory API, please join our Discord server