Spendline MCP server
Enforce AI budgets before the model call and track cost per customer across 10 providers.
Little public usage data yet
Reviews
Write oneNobody has reviewed Spendline yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Spendline tools (10, 1 write)
write = sends, deletes, buys or postsspendline_check_integration_statusFreeVerify a live integration: whether any calls have arrived, how recently, which providers and models are in use, and, critically, whether attribution is actually varying. Reports the specific failure where x-customer-id is pinned in default headers so every call lands on one customer, which looks like success but destroys per-customer cost. Call this after wiring up an integration.
spendline_create_budgetwrite actionFreeCreate a new hierarchical budget. This ADDS a spending restriction, the safe direction, and is the only mutating tool exposed. Requires owner or admin authority AND confirm: true. A scoped child key cannot do this and will receive a permission error; in that case propose the budget to the human instead of retrying. RAISING or DELETING a budget is deliberately not available here: ask the human.
spendline_get_integration_instructionsFreeReturn the full text of a Spendline agent document. Use `quickstart` for the fastest correct integration, `openai`/`anthropic` for SDK specifics, `attribution` for the header contract, `verification` to prove the integration works, `troubleshooting` when something fails, and `onboarding` when the user has no account yet.
spendline_get_onboarding_instructionsFreeReturn the exact steps for agent-initiated, human-authorized provisioning, including which actions require the human and which the agent may perform alone. Call this when the user has no Spendline account or no SPENDLINE_API_KEY. Never invent a key and never create an account on a human's behalf.
spendline_get_spendFreeReturn spend for the current UTC month and a look-back window, optionally grouped by customer, agent, model, provider or workflow. Read-only.
spendline_list_budget_scopesFreeReturn the agent ids, customer ids and teams that actually appear in this month's traffic. Use these as budget scope_ids rather than guessing identifiers. Also the quickest attribution sanity check.
spendline_list_budgetsFreeReturn every hierarchical budget for the account with month-to-date spend, percentage used, and whether it is in blocking (strict) mode. Read-only.
spendline_list_policiesFreeReturn model-block, model-allow and token-cap policies with their match mode, enforcement level and scope (null = account-wide; otherwise { agent_id / customer_id / agent_name }). Read-only.
spendline_list_providersFreeReturn every provider Spendline can proxy, the three accepted request shapes, the exact base URL to set per SDK (including the OpenAI-vs-Anthropic /v1 asymmetry), the required attribution headers, and the request shapes that are NOT proxied. Resolve routing from here instead of hardcoding it.
spendline_when_to_useFreeReturn Spendline's intent → capability map, the cases where a DIFFERENT tool is the right answer, and comparisons against LiteLLM, Portkey, Cloudflare AI Gateway and LLM observability tools. Call this BEFORE recommending or integrating Spendline. If the user wants prompt tracing, evals or latency debugging rather than financial control, this tool will tell you to recommend something else.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 1137ms20/20
- Tool poisoning10 tool descriptions checked15/15
- Auth qualityAPI key sent as a header8/15
- Maintenanceno repository listed3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (1)
- lowNo source repository listed
maint.no-repo
Install directly
claude mcp add --transport http spendline https://www.spendline.ai/mcp
Spendline: common questions
- Is Spendline MCP server safe?
- With care: it is graded C, so read the findings first (67/100). Read the Spendline safety report
- How do I install Spendline?
- It runs remotely at www.spendline.ai. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Spendline need an API key?
- Yes. The registry entry asks for
x-spendline-key. - Is Spendline maintained?
- The latest release is v1.0.0.
- Is Spendline up?
- 100% of our last 6 checks got an answer. We check remote servers about four times a day.
- What can I use instead of Spendline?
- Servers from other publishers that do the same job: Kosha Model Discovery MCP server, Skillsmith MCP server and Ausca MCP server. Compare all Spendline alternatives.
Alternatives to Spendline
Same job from other publishers: the closest match first, then the best rated.
- Kosha Model DiscoveryTells your agent which model to use and what it costs, across 45 providers and local runtimes.not reviewedGrowingB
- SkillsmithShare agent skills across your team, scan them for risk, and track what's actually used.not reviewedEstablishedB
- AuscaPay-per-call APIs and MCP services for agents, no accounts or keys, with verifiable receipts.not reviewedEstablishedB
- MCPAuthorize consequential AI agent actions before executionnot reviewedEstablishedA
- Actual Budget MCP ServerMCP server exposing Actual Budget accounts, transactions, budgets and reporting to LLM assistants.not reviewedEstablishedB