github Python analyzed f0304e2

CSOAI-ORG/agent-cost-allocator-mcp

v1.0.7
github

Agent Cost Allocator MCP — multi-tenant LLM cost attribution for chargeback billing. Companion to agent-token-budget. Splits one agent's spend across many tenants for invoicing. By MEOK AI Labs.

maintainer
CSOAI-ORG
license
MIT
first seen
2026-06-07
last seen
2026-08-02
releases · 30d
0
short id

Drift inferred · capture-to-capture

No drift recorded — single capability capture; advisories appear once its surface changes.

capabilities 6 tools
transport stdio · streamable-http · http verified reported listed in the official MCP registry counts 6 tools · 0 res · 0 prompts permission surface via code analysis

tools

  • full_ledger_summary
  • list_ledgers
  • open_ledger
  • product_breakdown
  • record_charge
  • tenant_chargeback_summary
code evidence v1.0.7 · github-tarball
evidence-backed findings quoted directly from the published source artifact — not inferred

code files: 4

network 1

  • net CSOAI-ORG-agent-cost-allocator-mcp-f0304e2/server.py :48 import urllib.request as _meter_urlreq

secrets 1

  • secrets CSOAI-ORG-agent-cost-allocator-mcp-f0304e2/server.py :53 _HMAC_SECRET = os.environ.get("MEOK_HMAC_SECRET", "")

tool registrations 6

  • open_ledger CSOAI-ORG-agent-cost-allocator-mcp-f0304e2/server.py :116
  • record_charge CSOAI-ORG-agent-cost-allocator-mcp-f0304e2/server.py :151
  • tenant_chargeback_summary CSOAI-ORG-agent-cost-allocator-mcp-f0304e2/server.py :213
  • full_ledger_summary CSOAI-ORG-agent-cost-allocator-mcp-f0304e2/server.py :248
  • product_breakdown CSOAI-ORG-agent-cost-allocator-mcp-f0304e2/server.py :290
  • list_ledgers CSOAI-ORG-agent-cost-allocator-mcp-f0304e2/server.py :327