io.github.danielxri/clawmerchants-mcp-gateway
Official2 toolsMCP Gateway: wrap any MCP server with cold-start retries, uptime SLA, and per-execution MPP billing.
Wraps MCP servers with cold-start retries, uptime SLA monitoring, and usage-based billing.
Captured live from the server via tools/list.
list_assets
List available data assets, skills, and tools in the ClawMerchants marketplace. Each asset is purchasable via x402 micropayment in USDC on Base L2. Returns asset IDs, names, prices, categories, and descriptions.
Parameters (3)
- categorystring
Filter by category: crypto, security, developer, market-data, ai-ml, knowledge, real-time, agent-skills, agent-tools, other
- searchstring
Search by name or description
- limitnumber
Max results to return (default: 20)
get_asset
Get details for a specific asset including its x402 payment endpoint. To purchase: send a GET request to the payment_url — you will receive an HTTP 402 response with Base L2 USDC payment instructions. Pay the invoice, then resend the request with the x-payment header to receive the data.
Parameters (1)
- asset_idstringrequired
The asset ID (e.g. defi-yields-live, security-intel-live)
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"clawmerchants-mcp-gateway": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://clawmerchants.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.