MCP server wrapping the 0mod API Gateway for autonomous AI agents with automatic x402 micropayments on Base
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-0mod": {
"command": "npx",
"args": [
"-y",
"zeromodern/mcp-server-0mod"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-0mod npx -y zeromodern/mcp-server-0mod
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-0mod": {
"command": "npx",
"args": [
"-y",
"zeromodern/mcp-server-0mod"
]
}
}
}