QBO-MCP-TS
Verified Safeby vespo92
Overview
Integrate with QuickBooks Online to provide modular accounting automation, financial reporting, and real-time updates via an MCP server.
Installation
npm startEnvironment Variables
- QBO_CLIENT_ID
- QBO_CLIENT_SECRET
- QBO_COMPANY_ID
- QBO_REFRESH_TOKEN
- WEBHOOK_VERIFIER_TOKEN
Security Notes
Relies on environment variables for sensitive data (QuickBooks OAuth credentials, webhook verifier token). Implements HMAC-SHA256 signature verification for inbound webhooks and includes a basic replay attack protection mechanism. Logging is sanitized to prevent sensitive data exposure. No 'eval' or obvious obfuscation detected.
Similar Servers
fastmcp
A TypeScript framework for building Model Context Protocol (MCP) servers, providing high-level abstractions and boilerplate handling for features like tools, prompts, resources, sessions, authentication, and HTTP streaming.
agent
Manages and proxies multiple Model Context Protocol (MCP) servers locally, providing a unified entry point and CLI for installation, configuration, and status monitoring.
mcp-server-typescript
Provides a Model Context Protocol (MCP) server to enable AI assistants to access DataForSEO's SEO data APIs through a standardized interface.
tiger-salesforce-mcp-server
Provides LLMs with tools to semantically search Salesforce case summaries and retrieve detailed case information from a TimescaleDB database.