mcpbeat Sign in

Cycles — Budget Authority for AI Agents MCP Server

by runcycles Your server? Claim it
local only

Cycles — Budget Authority for AI Agents runs on your own machine — the client starts it, so there is no endpoint to ping. 71 installs a week from npm. Last commit 10 Sep 2026.

Runtime budget authority for AI agents — reserve, enforce, reconcile spend across providers

Installs per day peak 29 · avg 9 · +128% w/w
a month agotoday
71
Installs / week
npm · @runcycles/mcp-server
0
Stars
0 open issues
10 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Cycles — Budget Authority for AI Agents every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cycles-mcp-server -- npx -y @runcycles/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cycles-mcp-server": {
      "args": [
        "-y",
        "@runcycles/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cycles-mcp-server]
command = "npx"
args = ["-y", "@runcycles/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "cycles-mcp-server": {
      "args": [
        "-y",
        "@runcycles/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cycles-mcp-server": {
      "args": [
        "-y",
        "@runcycles/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CYCLES_API_KEY (Cycles API key for authentication. Set CYCLES_MOCK=true for local development without a key.), CYCLES_BASE_URL (URL of the Cycles server (e.g. https://api.runcycles.io). Required unless CYCLES_MOCK=true.), CYCLES_MOCK (Enable mock mode for local development — no API key or live server required.), CYCLES_DEFAULT_TENANT (Optional default tenant merged into any tool call that omits it (explicit fields win).), CYCLES_DEFAULT_WORKSPACE (Optional default workspace merged into any tool call that omits it (explicit fields win).), CYCLES_DEFAULT_APP (Optional default app merged into any tool call that omits it (explicit fields win).), CYCLES_DEFAULT_WORKFLOW (Optional default workflow merged into any tool call that omits it (explicit fields win).), CYCLES_DEFAULT_AGENT (Optional default agent merged into any tool call that omits it (explicit fields win).), CYCLES_DEFAULT_TOOLSET (Optional default toolset merged into any tool call that omits it (explicit fields win).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Cycles — Budget Authority for AI Agents

same job, measured the same way
Figuard MCP
by figuard

Pre-flight spend authorization for AI agents. Set a budget, enforce limits, audit every decision.

38 installs/wk local only
Marchward
by marchward

Runtime authority for AI agents: credential mediation, spend cap, approval gates, audit log.

50 installs/wk local only
Volthq
by newageflyfish-max

Compute price oracle for AI agents — compare pricing across 8 providers in real time.

77 installs/wk local only
Spendline
by spendline

Enforce AI budgets before the model call and track cost per customer across 10 providers.

10 tools answering
Plutus
by plutus-cloud

Query cloud, AI and SaaS spend across 25+ providers: costs, budgets, anomalies, unit economics.

31 tools answering
Exogram Authority Runtime
by richard-ewing

Model Context Protocol server for the Exogram Authority Runtime.

130 installs/wk local only
O
AgentMart Procurement
by agentmart

Procure, compare, quote, budget, and execute web extraction or scraping across providers for agents

8 tools answering
Fetchmux
by krutftw

Self-hosted retrieval router for AI agents: budgets, provider routing, route receipts.

24 installs/wk local only

Cycles — Budget Authority for AI Agents — questions

Answers built from our own checks of this server.

Why is there no uptime for Cycles — Budget Authority for AI Agents?
Cycles — Budget Authority for AI Agents runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @runcycles/mcp-server was installed 71 times last week.
How do I connect Cycles — Budget Authority for AI Agents?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @runcycles/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Cycles — Budget Authority for AI Agents?
The npm package @runcycles/mcp-server was installed 71 times in the last week. Week over week that is +128%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cycles — Budget Authority for AI Agents open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.