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 |
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 | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vespo92/QBO-MCP-TS'
If you have feedback or need assistance with the MCP directory API, please join our Discord server