Skip to content
Back to search
30
MCP

@vk0/agent-cost-mcp

npm/@vk0/agent-cost-mcp

Local-first MCP server for Claude Code cost analysis, budgets, forecasts, anomalies, and subagent-aware optimization from local JSONL session logs.

Uptime
0.0%
38 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.vk0dev/agent-cost-mcp
Cost Guard for Claude Code: per-tool ROI, subagent attribution, anomaly/forecast/budget guards.
0 tools
agent-costcenter-mcp
MCP server for per-agent cost attribution, budget management, and spend analytics across AI agent fleets
0 tools
mcp-memory-graph
Local-first memory MCP server for Claude Code and any MCP client: hybrid vector + knowledge-graph search, bi-temporal recall, Obsidian sync.
0 tools
@leo000001/claude-code-mcp
MCP server that runs Claude Code as tools — start coding agents, poll their progress, and control permissions from any MCP client
0 tools
@vk0/agent-claim-mcp
Local-first MCP server for parallel AI coding agents to claim file ownership before edits, preventing stomping on each other in the same wor
0 tools
claude-code-starter-kit-mcp
MCP server exposing Claude Code Starter Kit commands and agents as tools
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@vk0/agent-cost-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}