Runtime budget authority for AI agents — reserve, enforce, reconcile spend across providers
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@runcycles/mcp-server · npm · 0.6.1
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.runcycles/cycles-mcp-server",
"description": "Runtime budget authority for AI agents — reserve, enforce, reconcile spend across providers",
"title": "Cycles — Budget Authority for AI Agents",
"repository": {
"url": "https://github.com/runcycles/cycles-mcp-server",
"source": "github"
},
"version": "0.6.1",
"websiteUrl": "https://runcycles.io",
"packages": [
{
"registryType": "npm",
"identifier": "@runcycles/mcp-server",
"version": "0.6.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Cycles API key for authentication. Set CYCLES_MOCK=true for local development without a key.",
"isRequired": true,
"isSecret": true,
"name": "CYCLES_API_KEY"
},
{
"description": "URL of the Cycles server (e.g. https://api.runcycles.io). Required unless CYCLES_MOCK=true.",
"isRequired": true,
"name": "CYCLES_BASE_URL"
},
{
"description": "Enable mock mode for local development — no API key or live server required.",
"default": "false",
"choices": [
"true",
"false"
],
"name": "CYCLES_MOCK"
},
{
"description": "Optional default tenant merged into any tool call that omits it (explicit fields win).",
"name": "CYCLES_DEFAULT_TENANT"
},
{
"description": "Optional default workspace merged into any tool call that omits it (explicit fields win).",
"name": "CYCLES_DEFAULT_WORKSPACE"
},
{
"description": "Optional default app merged into any tool call that omits it (explicit fields win).",
"name": "CYCLES_DEFAULT_APP"
},
{
"description": "Optional default workflow merged into any tool call that omits it (explicit fields win).",
"name": "CYCLES_DEFAULT_WORKFLOW"
},
{
"description": "Optional default agent merged into any tool call that omits it (explicit fields win).",
"name": "CYCLES_DEFAULT_AGENT"
},
{
"description": "Optional default toolset merged into any tool call that omits it (explicit fields win).",
"name": "CYCLES_DEFAULT_TOOLSET"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-27T18:03:02.249071Z",
"publishedAt": "2026-07-27T18:03:02.249071Z",
"updatedAt": "2026-07-27T18:03:02.249071Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.6.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.