Project control center

Dashboard privado para operar MCP, billing, imágenes, automatizaciones n8n y utilidades Milka.

MCP
billing_usage

MCP: Billing usage

Expone la consulta de costos Firebase/Gemini como herramienta MCP.

Endpoint MCP

/api/mcp

Ejemplo JSON-RPC

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "billing_usage",
    "arguments": {
      "service": "firebase",
      "period": "30d"
    }
  }
}