Let your agent
keep itself funded💵
Orbio MCP lets your agent self-manage its credits and keys, with full control.

The process
Five tools, one loop.
An agent runs the whole cycle on the same code the dashboard uses.
01/05
Credits accrue
orbio_get_balanceA share of every trading fee, split across holders, every hour.
The agent creates a key
orbio_create_keyOne Orbio key that spends the balance live at the gateway. Nothing to top up, ever.
It watches the spend
orbio_get_key_statusEvery request is charged at the price OpenRouter states, and the balance is the quota.
Leaked, so it replaces it
orbio_create_keyA new secret; the old one stops in the same statement. The credit never moved.
Or it pulls the plug
orbio_revoke_keyOne call stops the key on the next request. The balance stays exactly where it is.
Register the endpoint, then run /mcp inside Claude Code. It marks the server as needing sign-in the moment our server answers 401, and opens the browser for you.
claude mcp add --transport http --scope user orbio https://www.orbio.so/api/mcp/mcp # pick orbio, then Authenticate--scope user is the point: credits belong to your account, not to one repository, so the agent can top itself up wherever it is working. Drop it to limit the connection to the current project.
