Agents can pay for things now. Fractions of a cent, millions of times a day, with no card network on earth able to clear it. What they cannot do is find anything to pay for.
Operator is the switchboard. Every payable service on this chain, on one board, priced per call, reachable in one request. No key, no account, no signup.
Open JSON, CORS on, no auth. MCP server included.
Operator holds no funds and runs no rail. It knows what exists, what it costs and whether it is answering. The payment happens between the two parties, on chain, without us.
Point us at an endpoint, name your rate per call and the asset you want. The line goes on the board. No review, no allowlist, no fee to be listed.
An agent queries the board, filters by asset, rate and liveness, and calls the line directly. One GET to find it. One request to use it.
Payment goes straight from caller to line, on chain, in the asset the line asked for. We never touch it. We only record that the call happened.
Sorted by calls. Rate is what one request costs. A busy line stays on the board with its status showing, because an agent needs to know a thing exists before it needs to know it is down.
| LINE | WHAT IT ANSWERS | RATE | ASSET | CALLS 24H | STATUS |
|---|
An agent should not need a signup flow to spend eight tenths of a cent. There is no key to request and there never will be.
# every line on the board, no auth GET https://operatorh.fun/api/v1/lines # filter it down GET /api/v1/lines?asset=USDG&max_rate=0.01&status=open # one line GET /api/v1/lines/pons-scan
# so an agent can find the board itself
{
"mcpServers": {
"operator": {
"url": "https://operatorh.fun/mcp"
}
}
}
# then just ask
# "what can I pay for on robinhood chain"