Agent Costcenter
БесплатноПоддерживаетсяMCP server for AI agent cost tracking — per-agent attribution, budget alerts, model cost comparison
Описание
MCP server for AI agent cost tracking — per-agent attribution, budget alerts, model cost comparison
README
MCP server for per-agent cost attribution and budget management. Answer "which agent costs the most?" across your entire AI agent fleet.
Features
- Per-agent cost tracking — register agents, log LLM and tool calls, get per-agent spend
- Built-in pricing table — 11 models (Claude, GPT, Gemini, DeepSeek) with fuzzy name matching
- Budget management — set caps and alerts, check remaining budget, warn or block on overspend
- Cost reports — breakdown by agent, team, project, or all; includes model-level detail and percentages
- Anomaly detection — automatically flag agents with 2x+ spending spikes
- Model comparison — compare cost-per-1K-tokens across all models used
Quick Start
npx agent-costcenter-mcp
Claude Desktop
{
"mcpServers": {
"agent-costcenter": {
"command": "npx",
"args": ["agent-costcenter-mcp"]
}
}
}
Tools
| Tool | Description |
|---|---|
register_agent |
Register agent with team, project, model, and budget cap |
log_llm_call |
Log an LLM call — auto-calculates cost from pricing table |
log_tool_call |
Log a tool/API call cost |
get_cost_report |
Cost breakdown by agent, team, project, or all |
set_budget_alert |
Set spending threshold (warn or block) |
check_budget |
Check if agent is within budget |
get_cost_anomalies |
Find agents with unusual spending spikes |
compare_models |
Compare cost efficiency across models |
Resources
| URI | Description |
|---|---|
costcenter://summary |
Current total spend across all agents |
costcenter://pricing |
Built-in model pricing table |
Built-in Pricing (per 1M tokens)
| Model | Input | Output |
|---|---|---|
| claude-opus-4 | $15.00 | $75.00 |
| claude-sonnet-4 | $3.00 | $15.00 |
| claude-haiku-4 | $0.80 | $4.00 |
| gpt-4o | $2.50 | $10.00 |
| gpt-4o-mini | $0.15 | $0.60 |
| gpt-4.1 | $2.00 | $8.00 |
| gpt-4.1-mini | $0.40 | $1.60 |
| gemini-2.5-pro | $1.25 | $10.00 |
| gemini-2.5-flash | $0.15 | $0.60 |
| deepseek-v3 | $0.27 | $1.10 |
| deepseek-r1 | $0.55 | $2.19 |
Model names are fuzzy-matched (case-insensitive, strips version suffixes).
Example Workflow
1. register_agent(agent_id="researcher", team="discovery", model="claude-sonnet-4", budget_cap_usd=10)
2. log_llm_call(agent_id="researcher", model="claude-sonnet-4", input_tokens=5000, output_tokens=2000)
3. log_tool_call(agent_id="researcher", tool_name="web_search", duration_ms=1200, cost_usd=0.01)
4. check_budget(agent_id="researcher")
5. get_cost_report(scope="all")
6. get_cost_anomalies()
7. compare_models()
Development
npm install
npm test
npm run dev # watch mode
License
MIT
Установить Agent Costcenter в Claude Desktop, Claude Code, Cursor
unyly install agent-costcenterСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add agent-costcenter -- npx -y agent-costcenter-mcpПошаговые гайды: как установить Agent Costcenter
FAQ
Agent Costcenter MCP бесплатный?
Да, Agent Costcenter MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Agent Costcenter?
Нет, Agent Costcenter работает без API-ключей и переменных окружения.
Agent Costcenter — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Agent Costcenter в Claude Desktop, Claude Code или Cursor?
Открой Agent Costcenter на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Agent Costcenter with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
