Secure MCP access to Big Red Cloud accounting data, workflows, help and training.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Red by Big Red Cloud.
readyCallable MCP tool function
ready_with_warningsCallable MCP tool function
not_readyCallable MCP tool function
connection_problemCallable MCP tool function
brc_generate_sales_invoice_from_quoteCallable MCP tool function
brc_resolve_book_transaction_typeCallable MCP tool function
Red is an open-source Model Context Protocol (MCP) server that connects AI assistants and MCP clients to Big Red Cloud accounting data through a set of controlled MCP tools.
Supported customer platforms today are ChatGPT, Claude, and Mistral (including Vibe). Other MCP clients may work technically, but they are not treated as officially supported platforms. Red uses platform detection only for anonymous operational telemetry (see Privacy-safe telemetry).
Instead of calling the Big Red Cloud REST API directly, users work in plain language. The server translates requests into structured API calls and applies safety checks around anything that changes data.
With Red, a connected user can:
We believe AI infrastructure should be transparent. Customers should be able to inspect the software that connects their accounting data to AI assistants.
Our competitive advantage is not the connector itself; it is our accounting platform, our expert bookkeeping advice, our customer experience, and the value we build on top of it.
By open-sourcing Red, we hope to encourage trust, community contributions, and wider adoption of open standards.
failedCompaniesconnectionRef / activeConnectionRef so MCP clients can silently reuse a confirmed connection across supported session changes; kept in tool JSON, not shown to end usersrouteToken from the router before create/update/delete/batch/email workflows proceedbrc_company_readiness_check) for connected companiespriceBasis handling, Sales VAT category validation, placeholder product ID blocking, and related preflight checksRed is designed so that AI-driven access to accounting data stays controlled and auditable.
connectionRef / activeConnectionRef without asking the user to reconnect.failedCompanies at confirmation time.connectionRef, session IDs, and other MCP diagnostics are for tool arguments only. Assistants must not show redconn_β¦ values or internal connection metadata to normal users unless the user explicitly asks for technical details.BRC_API_KEY_TTL_MINUTES. User-facing wording (connection page, getting-started text, connection status) is derived from that value β not hardcoded.routeToken issued by the request router for the matching workflow. A route token is not permission to post β preview and confirmation still apply.Sales invoice handling includes:
priceBasis of gross or net so VAT is never guessed.productId 0 and 1) are treated as placeholders and blocked before preview-before-posting and post.brc_create_sales_invoice_gen_ref) require each productTrans line to include its own acEntries analysis allocation. Line net/VAT/gross reconciliation, analysis allocation totals, header totals, and required product/VAT/analysis fields are validated before posting; failures return structured field-level errors.note defaults to the customer name unless a note is explicitly provided, and is never set to a product name.deliveryTo is included only when a delivery address is explicitly provided.Two entry points share one tool registry:
| Entry | File | Transport | Use case |
|---|---|---|---|
| Local stdio | src/index.ts | StdioServerTransport | An MCP client spawns node build/index.js |
| Hosted HTTP | src/remote.ts | Streamable HTTP on /mcp | npm run start β one MCP server per session |
Key shared modules:
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/red-by-big-red-cloud)<a href="https://allmcps.com/mcp/red-by-big-red-cloud"><img src="https://allmcps.com/api/badge/red-by-big-red-cloud?style=directory" alt="Red by Big Red Cloud on AllMCPs" /></a>