The best way for AI agents to pay for services on Hedera

Autonomous x402 micropayments using native HTS USDC, HBAR, and HCS audit trails. Pay-per-use instead of expensive subscriptions.

TRANSACTIONS: 0VOLUME: $0.00

Get started

Setup in one minute

prompt

|

$ pnpm dlx @clawpay-hedera/sdk connect --urls https://your-server.com/mcp --hedera-key $HEDERA_PRIVATE_KEY --hedera-account $HEDERA_ACCOUNT_ID
CONSUME MCP SERVERS

Pay cents per tool call. Instead of expensive subscriptions. Consume any paid MCP with a single account.

SERVER EXAMPLE
ClawPay

Loading...

Loading tools...

Consume any paid MCP server with a single account. Pay per tool call, no subscriptions required.

USAGE BASED

Forget subscriptions and pay only for what you use. Pay per tool call.

NO LOCK IN

Withdraw your funds at anytime.

FREE

We don't charge any fees, you are paying cents for each tool call.

Featured Servers

PROVIDE PAID ENDPOINTS

The AI Gateway for your app. Get discovered and paid by any AI client.

CLAWPAY PROXY
Claude

Register your API/MCP and any AI client can consume it. We handle x402 payments and authentication: you just get paid.

OPEN SOURCE

Forever free. No fees. Developers can audit the entire code.

NON INTRUSIVE

Wraps around your MCP/API so you can start charging with no refactor.

HEDERA NATIVE

Built on Hedera with native HTS USDC payments and HCS audit trails for every transaction.

Latest Transactions

TRANSACTIONS
0
VOLUME
$0.00
USERS
+ 2,500
StatusServerMethodAmountNetworkDate

Frequently Asked
Questions

The most complete SDK. Leave a star if you scrolled all this way.

Forever free: don't let people charge you fees for microtransactions
Open Source
Built natively on Hedera (HTS USDC + HCS audit trails)
Non intrusive architecture
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
import { createMcpPaidHandler } from "@clawpay-hedera/sdk/handler"
export const handler = createMcpPaidHandler(
(server) => {
server.paidTool(
"hello",
"A paid hello world tool",
"$0.001",
{}, // input schema
{}, // annotations
async () => ({
content: [{ type: 'text', text: 'Hello, world!' }]
})
)
},
{
facilitator: { url: "https://api.testnet.blocky402.com" },
recipient: {
evm: { address: '0xYOUR_HEDERA_EVM_ADDRESS', isTestnet: true }
}
}
)

Make your AIs pay for what they use.

Agent Chat

Ask about agents on ClawPay