streamable-httpMITupdated 9d ago
Anthropic organization usage and cost reporting through an admin API key connected by the user.
What can you do with Anthropic Billing?
Anthropic Billing
Anthropic Billing para Claude, ChatGPT e agentes de IA
Anthropic organization usage and cost reporting through an admin API key connected by the user.
- 📊 3 ferramentas
- 🔒 Somente leitura
- 💬 Funciona com qualquer cliente MCP: Claude Desktop, Cursor, VS Code, Cline, Continue
- 🔑 Login via magic-link (sem senha)
English version · Documentação completa · Skill pra agentes
Instalar em 1 clique
Claude (Web e Desktop)
A Anthropic unificou a instalação de MCPs em claude.ai/customize/connectors. O mesmo link serve pra Claude Web e Claude Desktop (basta estar logado):
Manual (se o deeplink não abrir): claude.ai/customize/connectors → + → Adicionar conector personalizado → cole Nome Anthropic Billing e URL https://api.mcp.ai/p_anthropic_billing.
Cursor
➕ Instalar Anthropic Billing no Cursor
VS Code (Copilot Chat)
➕ Instalar Anthropic Billing no VS Code
ChatGPT, Manus, OpenClaw e mais 40+ clientes
Funciona em qualquer cliente MCP que suporte MCP over HTTP. A URL do servidor é sempre:
https://api.mcp.ai/p_anthropic_billing
Detalhes por cliente: INSTALL.md.
Exemplos de uso
Show Anthropic usage for the last 30 days
What did Anthropic cost this month?
Break down Anthropic message tokens by day
3 ferramentas disponíveis
| Tool | Descrição |
|---|---|
anthropic_billing_list_accounts |
List Anthropic Billing admin API connections linked to this install. |
anthropic_billing_usage |
Get normalized Anthropic Messages API usage for a date range. |
anthropic_billing_cost |
Get normalized Anthropic cost report for a date range. |
Detalhe de cada tool: docs/ferramentas.md
Preços
Grátis.
Privacidade & LGPD
- Somente leitura, nenhuma ferramenta altera dados na origem.
- Sub-processadores: o LLM host que você escolher (Claude, ChatGPT, Cursor, agente próprio). Lista completa em docs/privacidade-lgpd.md.
- Os dados retornados pelas tools são enviados ao LLM host que você escolher, sub-processador fora do nosso controle. Recomendamos planos com opt-out de treinamento.
Perguntas frequentes
O servidor é open source? O servidor é proprietário (hosted). Este repositório é o wrapper público com manifestos, docs e skills — tudo MIT.
Posso usar com agente próprio (não Claude/Cursor)?
Sim — qualquer cliente que suporte MCP over HTTP. URL: https://api.mcp.ai/p_anthropic_billing.
Suporte
Licença
MIT — veja LICENSE. O servidor MCP em api.mcp.ai/p_anthropic_billing é proprietário (hosted); este repositório (manifestos, docs, skills) é MIT.
Install
Add Anthropic Billing to your client. Pick the one you use.
claude mcp add --transport http anthropic-billing https://api.mcp.ai/p_anthropic_billingcodex mcp add anthropic-billing --url https://api.mcp.ai/p_anthropic_billing{
"mcpServers": {
"anthropic-billing": {
"url": "https://api.mcp.ai/p_anthropic_billing"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"anthropic-billing": {
"type": "http",
"url": "https://api.mcp.ai/p_anthropic_billing"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"anthropic-billing": {
"url": "https://api.mcp.ai/p_anthropic_billing"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"anthropic-billing": {
"serverUrl": "https://api.mcp.ai/p_anthropic_billing"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance19/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 1 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | Aug 21, 2026 |