Monetized MCP Tool Server for AI Agents on Stellar — drop-in template for paid tools via x402 + USDC
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"x402-mcp-server": {
"command": "npx",
"args": [
"-y",
"doiios/x402-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add x402-mcp-server npx -y doiios/x402-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"x402-mcp-server": {
"command": "npx",
"args": [
"-y",
"doiios/x402-mcp-server"
]
}
}
}