quota-mcp
by limitcool
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| QUOTA_MCP_DB | No | Path to the SQLite database file. Defaults to a location in the /data volume if run in Docker, or data/quota-mcp.db otherwise. | |
| QUOTA_MCP_MASTER_KEY | No | Master key for encrypting stored credentials. Must be 64 hex chars. If not set, the key is derived from machine traits (not recommended for production). | |
| QUOTA_MCP_ALERT_CREDIT_PCT | No | Alert threshold: fires when remaining quota falls below this fraction (e.g., 0.2 for 20%). | 0.2 |
| QUOTA_MCP_ALERT_EXPIRY_DAYS | No | Alert when subscription or billing period ends within this many days. | 7 |
| QUOTA_MCP_ALERT_WEBHOOK_URL | No | URL to POST alert transition events to. If empty, alerts are only recorded and must be pulled via MCP tools or the REST API. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues