io.github.danielxri/clawmerchants-mcp-gateway
https://clawmerchants.com/mcpskills: {'id': 'list_assets', 'name': 'list_assets', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_asset', 'name': 'get_asset', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 651.6ms; conformance: pass
How to connect
https://clawmerchants.com/mcp
curl -X POST https://clawmerchants.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'