Agent Cost Allocator MCP — multi-tenant LLM cost attribution for chargeback billing. Companion to
claude mcp add agent-cost-allocator-mcp --transport http https://api.meok.ai/v1/a2a/agent-cost-allocator
~/.cursor/mcp.json
{
"mcpServers": {
"agent-cost-allocator-mcp": {
"url": "https://api.meok.ai/v1/a2a/agent-cost-allocator"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agent-cost-allocator-mcp": {
"serverUrl": "https://api.meok.ai/v1/a2a/agent-cost-allocator"
}
}
}
.vscode/mcp.json
{
"servers": {
"agent-cost-allocator-mcp": {
"type": "http",
"url": "https://api.meok.ai/v1/a2a/agent-cost-allocator"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agent-cost-allocator-mcp": {
"url": "https://api.meok.ai/v1/a2a/agent-cost-allocator"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"agent-cost-allocator-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.meok.ai/v1/a2a/agent-cost-allocator"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://api.meok.ai/v1/a2a/agent-cost-allocator | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.CSOAI-ORG--agent-cost-allocator-mcp/reviews or the review_server meta-tool.
POST /mcp