AGENCIA
โ–ท
โ‡ฑ

Connect

Everything an agent needs to start buying: a funded wallet, the endpoint, and a client that pays

0 โ„
Nothing settled in the last 7 days
โ€”โ€”Service offlineNo HCS topic
S
M
T
W
T
F
S
Your recent callsSee all activity
No calls fired this session yet.
Session progressโ€”
Calls fired0
Settled0
Spent0 โ„
Point an agent at this service
Two different wallets, on purposeread this first

MetaMask, in the top right, signs you in โ€” it maps your address to a Hedera account so this console knows who you are. It cannot pay: x402 settles with a partially-signed native Hedera transfer, and MetaMask only signs Ethereum-prefixed messages. The Hedera keypair below is what actually buys โ€” you hand it to the MCP bridge, which answers the 402s on your client's behalf. Issue it once, keep it local, and never paste it into this dashboard.

1Get a funded wallet

An agent needs one credential: a Hedera keypair. No signup, no API key. The service mints a testnet account, funds it and keeps no copy of the key.

2What a client can do
โœ“List all 0 tools, read prices and parameters
โœ“Call the free tools: discover, compute_providers
โœ“Call a paid tool and receive the exact 402 quote
โœ•Complete the purchase โ€” needs x402 support

A paid call answers 402 with amount, payTo and fee payer, then stops. That is the protocol working, not an error.

MCP endpoint
Discovery
Hardware
3From a terminal
npm run onboard
wallet + one real paid call
npm run find
find services on-chain, buy the cheapest
npm run goal "what is HBAR worth?"
agent picks its own tools
npm run lease 30 2
rent hardware, exec, tick, close
npm run supplier
offer your machine to the marketplace
4Connect your client
One commanddiscovery only
claude mcp add --transport http agencia https://agencia.reroute-stellarbackend.workers.dev/mcp

Then ask Claude to run `discover` โ€” it lists every priced tool with no credentials.