Pay-per-use MCP server for AI agents — 15 API tools + smart LLM routing. No API keys needed, pay with USDC 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": {
"clawy-mcp-server": {
"command": "npx",
"args": [
"-y",
"ClawyPro/clawy-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add clawy-mcp-server npx -y ClawyPro/clawy-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"clawy-mcp-server": {
"command": "npx",
"args": [
"-y",
"ClawyPro/clawy-mcp-server"
]
}
}
}