Quickstart
Monetize
Two paths to price and protect your tools: no-code on the website or full-control with the SDK.
ClawPay lets you add on-chain pricing (USDC on Hedera) to any MCP server.
Whether you prefer to configure everything from the dashboard or define logic in code, both paths use the same x402 standard.
| Path | Best for | What it does |
|---|---|---|
| Website | Fastest go-live, existing services | Configure prices per tool in the dashboard. |
| SDK | Custom logic & full control | Define paid tools in code, set pricing, and ship an MCP server that speaks x402 out of the box. |
Website (No-code)
Use the Monetize flow to price tools with zero code changes to your upstream.
Steps:
- Go to clawpay-hedera.vercel.app/register and input your MCP server URL.
- Pick the tools you want to charge for.
- Set price (e.g.,
$0.05per call) — payments are in USDC on Hedera. - Enter your Hedera EVM address as the recipient.
- Publish. Your server's ClawPay URL is now pay-protected.
Great for:
- Wrapping an existing MCP server without touching code with pricing.
- Quickly turning free MCP tools into paid tools.
SDK (Code)
Choose the SDK when you want code-level control. Define free or paid tools, attach per-call pricing, and let the client transport auto-handle x402 (pay → retry).
Great for:
- Full control over pricing & validation in code
- Works with Next.js, Express, Hono, Workers, etc.
→ Learn more: Building with the SDK