QBO-MCP-TS
by vespo92
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TIMEOUT | No | Request timeout in ms | 30000 |
| NODE_ENV | No | Node environment | development |
| REDIS_DB | No | Redis DB index | 0 |
| SSE_HOST | No | SSE transport host | localhost |
| SSE_PORT | No | SSE transport port | 3100 |
| CACHE_TTL | No | Cache TTL in seconds | 300 |
| CLIENT_ID | Yes | QuickBooks OAuth client ID | |
| COMPANY_ID | Yes | QuickBooks company ID | |
| RATE_LIMIT | No | Rate limit (requests per minute) | 60 |
| REDIS_HOST | No | Redis host | localhost |
| REDIS_PORT | No | Redis port | 6379 |
| RETRY_DELAY | No | Retry delay in ms | 1000 |
| ENABLE_CACHE | No | Enable cache (true/false) | true |
| WEBHOOK_PORT | No | Webhook receiver port | 3200 |
| CLIENT_SECRET | Yes | QuickBooks OAuth client secret | |
| REFRESH_TOKEN | Yes | QuickBooks OAuth refresh token | |
| CACHE_MAX_SIZE | No | Cache max size (number of items) | 100 |
| REDIS_PASSWORD | No | Redis password | |
| RETRY_ATTEMPTS | No | Number of retry attempts | 3 |
| QBO_ENVIRONMENT | No | QuickBooks environment (sandbox or production) | sandbox |
| WEBHOOK_VERIFIER_TOKEN | No | Webhook verifier token |
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
ActivityInactive
ResponsivenessNo issues