MCP
Connect an agent to a Rumora workspace. The agent spends the same credits as the web app.
Rumora exposes an MCP server at /api/mcp. You add it to Cursor, Claude Code, or another MCP client. It is not listed in a public directory.
The agent authenticates with a Bearer token you mint on API keys. That token also works on the REST API. Commands share one runner, one wallet, and one idempotency map per workspace.
Do this in order:
Sideload the server
Mint a token and paste the JSON into Cursor, Claude Code, or a generic client.
Recommended workflow
Call get_usage first, then post, poll, and like with identity.
Tools
Tool names that map to the command reference.
A full copy-paste job after the server is connected is First agent request.
Last updated on