ruby-quickbooks-mcp-server
Verified Safeby andreibondarev
Overview
A Ruby implementation of the Model Context Protocol (MCP) server for QuickBooks Online integration, enabling CRUD and search operations for various QuickBooks entities.
Installation
No command providedSecurity Notes
The server uses standard OAuth 2.0 for authentication and relies on environment variables for sensitive credentials (client ID, client secret, refresh token, realm ID). It can operate as an HTTP server locally, requiring proper configuration and securing of the host environment. The project leverages well-established gems (quickbooks-ruby, oauth2). No obvious signs of 'eval' or obfuscation were found. Running an HTTP server and handling financial data inherently requires careful security practices in deployment and credential management.
Similar Servers
action_mcp
ActionMCP is a Ruby gem providing Model Context Protocol (MCP) server capabilities to Rails applications, enabling AI assistants to connect to external data sources and tools.
mcp-swift-sdk
Implement and integrate Model Context Protocol (MCP) servers and clients in Swift, enabling AI agents and applications to discover and interact with tools, resources, and conversational prompts over HTTP.
QBO-MCP-TS
Integrate with QuickBooks Online to provide modular accounting automation, financial reporting, and real-time updates via an MCP server.
claude-odoo-api
The Odoo MCP Server provides tools to interact with Odoo 19's External JSON-2 API, enabling AI clients to perform CRUD operations and queries on Odoo databases with multi-company support.