Discovery
Tools become one call away.
No signup, no card, no waitlist for every new capability an agent needs. A directory of tools an agent can start using immediately.
Metrify
Two sides, one rail. Tell us which one you're on.
For MCP tool builders
Charge agents per tool call. No billing infrastructure, no subscription plans, no seats — just usage-based revenue on the software you already ship.
The picture
Providers ship capabilities. Agents call them. Metrify is the layer where the call, the receipt and the payment happen at once.
Tool creators
Metrify
Commerce infrastructure
meter · settle · pay
AI agents
Benefits
01
Get paid every time an agent uses your tool. No idle seats, no wasted subscriptions.
02
Metering, invoicing and payouts are handled. You focus on the tool, not on Stripe glue.
03
Price a call in cents. Skip the pricing-page product-management overhead.
04
Add @m.tool(price=…) to any Python function. Ship as usual.
05
Per-call ledger, receipts, and revenue analytics without adding a middleware layer.
06
You keep 95% of every call. Metrify keeps 5% to run the rails.
How it works
pip install metrify-sdk, add one decorator, keep your MCP server exactly as it is.
Set a per-call price for each tool. Different tools can have different rates.
USDT lands in your wallet on every successful call. Free tier and paid tier coexist.
Integration
Illustrative snippet — the SDK is live on PyPI today, the exact API may still evolve before GA.
from metrify import Metrify m = Metrify(wallet="0xA1b2...C3d4") @m.tool(price=0.01)def weather(city: str) -> dict: return fetch_weather(city) # Ship. Every agent call pays you $0.01 in USDT.Real SDK · pypi.org/project/metrify-sdk · github.com/mangelico/metrify-sdk
Where this goes
Metering and payment are just the first mile. What sits on top is a market where agents can discover, price and use software as fluidly as calling a function.
Discovery
No signup, no card, no waitlist for every new capability an agent needs. A directory of tools an agent can start using immediately.
Budgets
Caps, approvals and receipts by default. Autonomous work stops being a compliance risk.
Marketplaces
The unit of billing matches the unit of value. Providers earn on real usage, builders pay only for what runs.
Where we are
Metrify is pre-launch, not a pitch deck. Here's exactly what exists today and how it works.
Status
How the money moves
FAQ
Cautious where things are still early — direct where they aren't.
Waitlist
One email when the SDK opens for public onboarding. Tell us what you ship and we'll get you in first.