ai.mcpanalytics/analytics
billing
Check credit balance, subscription status, or open billing portal.
Remote mcpanalytics/mcp-analytics
Other tools also called billing?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"action": {
"enum": [
"status",
"portal",
"usage"
],
"type": "string",
"default": "status",
"description": "Billing action"
}
}
}