Skip to content
Claude Desktop

agent cost allocator mcp for Claude Desktop

io.github.csoai-org/agent-cost-allocator-mcp

Agent Cost Allocator MCP — multi-tenant LLM cost attribution for chargeback billing. Companion to

client:Claude Desktop transport:streamable-http runtime:pypi

Install agent cost allocator mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "agent-cost-allocator-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.meok.ai/v1/a2a/agent-cost-allocator"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

agent cost allocator mcp in other clients