Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Red by Big Red Cloud
R
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:47:48 PM

Red by Big Red Cloud

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Secure MCP access to Big Red Cloud accounting data, workflows, help and training.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "red-by-big-red-cloud": {
      "command": "npx",
      "args": [
        "-y",
        "red-by-big-red-cloud"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

Red MCP Server

Release: 1.5.0 β€” 5 August 2026

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:

  • Review Big Red Cloud data with read-only lookups (customers, suppliers, products, invoices, quotes, nominal reports, and more).
  • Review before posting β€” see a plain-English preview of new or changed records before anything is written to Big Red Cloud.
  • Create, update, delete, batch, or email records only after explicit confirmation (and only when those capabilities are enabled for the deployment).
  • Ask Big Red Cloud how-to and training questions β€” Red answers using official support articles, customer documentation, screenshots, and webinar resources. These help tools do not require a connected company.

Why open source?

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.


Features

  • Secure company connection flow (one-time connection page; no credentials in chat)
  • Pre-confirm validation of company connection credentials on the connection page (single-company form or multi-company CSV upload)
  • Partial connection results β€” invalid keys are rejected before confirm and reported in failedCompanies
  • Hosted HTTP connectionRef / activeConnectionRef so MCP clients can silently reuse a confirmed connection across supported session changes; kept in tool JSON, not shown to end users
  • Request routing for transactional work β€” the assistant/client obtains a short-lived routeToken from brc_route_request before create/update/delete/batch/email workflows proceed. End users never type or paste a route token.
  • Privacy-safe anonymous operational telemetry (platform, environment, tool name, connected-company count) β€” see docs/TELEMETRY.md
  • Company readiness check (brc_company_readiness_check) for connected companies
  • Read-only Big Red Cloud lookups
  • Customer, supplier, product, sales rep, VAT, and analysis category tools
  • Sales quotes, invoices, credit notes, purchases, payments, and cash tools
  • Preview-before-posting confirmation flow for create, update, delete, and batch actions (email tools use an explicit send confirmation)
  • VAT and transaction safety checks
  • Sales invoice safeguards, including multi-line generated-reference validation, Gross Price Entry priceBasis handling, Sales VAT category validation, placeholder product ID blocking, and related preflight checks
  • Session audit log of writes made through the MCP session
  • Official Big Red Cloud help answers from Freshdesk articles, customer documentation, screenshots, and webinars β€” no company connection required
  • Local stdio and hosted HTTP transports

Security and safety model

Red is designed so that AI-driven access to accounting data stays controlled and auditable.

  • No credentials in the repository. Company connection credentials and secrets are never committed. Configuration is supplied at runtime through environment variables.
  • No credentials in chat. Company connection credentials must not be pasted into chat. Companies are connected through the secure Red connection page, where credentials are entered directly β€” not in the chat window.
  • Session-scoped connections. A connected company stays available for about the configured session duration and is held in session memory (or an optional shared connection store in hosted deployments). Where supported, connection handling is resilient across MCP session rotation so clients can reuse connectionRef / activeConnectionRef without asking the user to reconnect.
  • Pre-confirm validation. Company connection credentials submitted on the connection page are validated against Big Red Cloud before they are stored. Invalid or expired credentials are not saved; they appear in failedCompanies at confirmation time.
  • Credential invalidation. Only confirmed authentication failures clear a stored company credential. Endpoint, validation, permission, timeout, and server failures are not treated as an expired API key.
  • User-facing presentation. 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.
  • Configurable session duration. How long connections last is controlled by BRC_API_KEY_TTL_MINUTES. User-facing wording (connection page, getting-started text, connection status) is derived from that value β€” not hardcoded.
  • Request routing for writes. Create, update, delete, batch, and email tools require a valid short-lived routeToken issued by the request router for the matching workflow. The assistant or MCP client obtains and passes that token β€” end users do not provide it. A route token is not permission to post β€” preview and confirmation still apply. After a preview, short confirmations such as β€œyes” or β€œdelete it” continue the pending workflow with the same token.
  • Explicit confirmation for writes. Create, update, delete, and batch actions require an explicit confirmation flag after a preview before posting has been shown. Email tools require an explicit send confirmation after an email preview.
  • Preview before posting. The first call to a write tool returns a payload preview rather than performing the action. Nothing is written to Big Red Cloud until you confirm.
  • Read and write are separated. Read-only lookups are clearly distinct from actions that change data.
  • Audit log. Writes made through the MCP session are recorded in a session audit log; read-only calls are not logged.
  • Deployment flags. Update, delete, email, batch, and operator/dev tools can each be disabled per deployment. Disabled skill groups are not registered with the MCP client for that process, so those tools are hidden rather than callable.

Sales invoice safety checks

Sales invoice handling includes:

  • Gross Price Entry requires an explicit priceBasis of gross or net so VAT is never guessed.
  • Sales VAT rates only. Sales invoices must use a Sales VAT category; purchase VAT rates are blocked, even when the percentage matches.
  • Placeholder product IDs (productId 0 and 1) are treated as placeholders and blocked before preview-before-posting and post.
  • Multi-line generated-reference invoices (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.
  • Plain-language results. Technical HTTP status codes are translated into plain-language messages for users.

Architecture

Two entry points share one tool registry:

EntryFileTransportUse case
Local stdiosrc/index.tsStdioServerTransportAn MCP client spawns node build/index.js
Hosted HTTPsrc/remote.tsStreamable HTTP on /mcpnpm run start β€” one MCP server per session

Key shared modules:

  • src/server.ts β€” MCP server factory and stdio singleton
  • src/register_all_tools.ts β€” central tool registration; skips tools whose skill group is disabled, and wraps write tools with routing and preview-before-posting/confirmation handling
  • src/config/server_config.ts β€” deployment skill gating driven by the BRC_ALLOW_* flags
  • src/config/mcp_config.ts β€” MCP server instructions, connection-safety rules, help-answer rules, and connectionRef presentation rules
  • src/routing/ β€” request classification and short-lived routeToken issuance/validation for transactional tools
  • src/shared.ts β€” Big Red Cloud HTTP client, session-scoped connections, audit log, and helpers
  • src/read_connection_metadata.ts β€” connection status metadata echoed on tool responses (including activeConnectionRef for hosted clients)
  • src/auth/connection_presentation.ts β€” user-facing TTL wording and assistant presentation hints
  • src/auth/credential_validation.ts β€” BRC read validation before storing company connection credentials
  • src/guards/ β€” transaction, reference, VAT category, product line, and write-confirmation safety checks
  • src/auth/ β€” secure connection flow, connection store (memory or Cosmos), connection page, and credential persistence
  • src/telemetry/ β€” anonymous client/session identity and platform detection for hosted operational telemetry
  • src/brc-edu/ β€” Freshdesk articles, customer documentation, webinar indexes, screenshots, and unified help search
  • src/edu/ β€” shared help-resource loading, enrichment, workbook parsing, and storage configuration
  • src/tools/edu/ β€” read-only help tools
  • src/tools/routing/ β€” request-routing tool registration

Domain logic lives under src/tools/, with generic create/update/delete/list/batch helpers in src/tools/general/.

Technology

  • TypeScript / Node.js (ES modules)
  • @modelcontextprotocol/sdk
  • Zod for tool input validation
  • Express + Streamable HTTP for hosted mode

Requirements

  • Use a current LTS version of Node.js.
  • npm (bundled with Node.js).

Installation

Terminal
npm install
npm run build

If a .env.example file is provided, copy it to .env and adjust the values:

bash
cp .env.example .env

Never commit your .env file or any real credentials.


Running

Hosted HTTP server:

Terminal
npm run start
# Serves the MCP endpoint at http://localhost:3000/mcp

Local stdio server:

Terminal
npm run start:local

Opening the HTTP endpoint in a browser without an MCP session returns an error β€” that is expected.

MCP client configuration

Local stdio (the client spawns the process):

config.json
{
  "mcpServers": {
    "red-mcp-server": {
      "command": "node",
      "args": ["build/index.js"],
      "env": {
        "BRC_API_BASE_URL": "https://app.bigredcloud.com/api"
      }
    }
  }
}

Hosted HTTP (production):

For the hosted Big Red Cloud Red service, customers should use:

https://red.bigredcloud.com/mcp

config.json
{
  "mcpServers": {
    "red-mcp-server": {
      "url": "https://red.bigredcloud.com/mcp"
    }
  }
}

Hosted HTTP (local development):

config.json
{
  "mcpServers": {
    "red-mcp-server": {
      "url": "http://localhost:3000/mcp"
    }
  }
}

Development and regression testing

ScriptCommandPurpose
Buildnpm run buildCompile TypeScript to build/
Dev HTTPnpm run devRun the HTTP server from source with tsx
Dev stdionpm run dev:localRun the stdio server from source with tsx
All testsnpm testBuild, then run the full test suite
Unit testsnpm run test:unitUnit tests only
Security testsnpm run test:securitySecurity-focused tests
Config testsnpm run test:configDeployment/config tests
Integration testsnpm run test:integrationIntegration tests
Production auditnpm run audit:prodnpm audit for production dependencies

Tests cover the safety guards described above, including sales invoice checks, transaction date validation, the secure connection flow (CSV validation, partial confirm, credential invalidation), connectionRef presentation rules, request routing, TTL wording, and response wording.


Environment variables

Configure the server with environment variables (for example via a .env file). The values below are examples only and must never contain real secrets or be committed.

env
# Big Red Cloud API base URL
BRC_API_BASE_URL=https://app.bigredcloud.com/api

# HTTP port for hosted mode
PORT=3000

# Public URL for the secure /connect page (required for hosted deployments)
BRC_PUBLIC_BASE_URL=https://your-mcp-host.example.com

# MCP session binding lifetime (minutes)
BRC_MCP_SESSION_TTL_MINUTES=120

# How long stored company credentials stay valid (minutes).
# Drives credential expiry and user-facing duration wording (e.g. 240 β†’ "about 4 hours").
BRC_API_KEY_TTL_MINUTES=120

# Rate limiting (requests per minute per IP)
BRC_RATE_LIMIT_REQUESTS_PER_MINUTE=300

# SHA-256 hashes of blocked API keys, comma separated (hashes only, never raw keys)
BRC_API_KEY_BLACKLIST_SHA256=

# Hosted connection persistence (optional)
# memory = in-process; cosmos = shared store for multi-instance HTTP
RED_CONNECT_CONNECTION_STORE=memory
RED_CONNECT_COSMOS_CONNECTION_STRING=
RED_CONNECT_COSMOS_DATABASE=red-connect
RED_CONNECT_COSMOS_CONTAINER=connections
RED_CONNECT_ENCRYPTION_KEY=

# Set automatically when running the HTTP server (remote.ts)
RED_CONNECT_HTTP_MODE=true

Deployment skill flags control which categories of tools are registered. When a flag is off, tools in that skill group are skipped at registration and do not appear to MCP clients:

env
BRC_ALLOW_READ_SKILLS=true
BRC_ALLOW_UPDATE_SKILLS=true
BRC_ALLOW_DELETE_SKILLS=true
BRC_ALLOW_EMAIL_SKILLS=true
BRC_ALLOW_BATCH_SKILLS=true
# Operator-only diagnostics; keep off for normal deployments
BRC_ALLOW_DEV_MODE=false

You can review the active customer-facing capability summary at runtime with the brc_get_deployment_policy tool (plain-language availability of read, create/change, delete, email, and batch β€” not a full tool catalogue).


Connecting a company

Customers should connect companies through the secure Red connection page. Company connection credentials must not be sent through chat β€” they are entered only on the secure Red connection page, not in the chat window.

Customers can get or regenerate their company API keys in Big Red Cloud under Administration β†’ API Keys.

The flow is:

  1. Ask the assistant to start a company connection. It returns a secure connection page link.
  2. On that page, enter a single company or upload a CSV for several companies at once. Company connection credentials are entered on the secure page, not in chat.
  3. The server validates each credential against Big Red Cloud before storing it. Credentials that fail validation are not saved.
  4. Return to the chat and confirm using the success page. Prefer Copy message for chat (it copies a ready-to-paste confirmation message), or paste Confirm connection code … with the code shown on the page.
  5. After confirm, the assistant reports which companies connected and which failed (if any). Invalid credentials appear in failedCompanies immediately β€” you do not need to run a lookup first to discover a bad key.

Connection links are one-time use. Connected companies stay available for about the configured session duration (BRC_API_KEY_TTL_MINUTES, for example 240 minutes β†’ about four hours), unless you disconnect or the connection expires.

Hosted HTTP and connectionRef

In hosted HTTP mode (for example Mistral/Vibe), brc_confirm_company_connection returns an opaque connectionRef in the tool JSON. MCP clients should preserve and silently reuse connectionRef / activeConnectionRef on later tool calls when the platform rotates session IDs. Connection persistence survives MCP session rotation where supported. This is an implementation detail for the client β€” assistants should not show connectionRef or redconn_… values to end users. Tool responses include assistantInstruction / presentationHint fields to reinforce that rule.

Helper tools:

  • List connected companies in the session
  • Clear one company connection
  • Clear all company connections

Privacy-safe telemetry

On hosted deployments, Red may record anonymous operational telemetry so operators can understand approximate usage. Typical dimensions include anonymous client and connection-session identifiers, detected platform, deployment environment, tool name, and connected-company count.

Telemetry does not include API keys, credentials, raw connectionRef values, authorisation headers, customer data, or invoice data. These metrics are not verified Big Red Cloud user identities (OAuth user identity is not implemented).

Details for operators and developers: docs/TELEMETRY.md.


Tool coverage

Red exposes a focused set of MCP tools, grouped by domain. Exact tool names and their endpoint mappings live in the source code under src/tools/ and are summarised for developers in docs/TOOLS.md.

  • Company setup and readiness β€” company setup configuration, financial year, options, readiness checks, transaction date validation, and getting-started guidance.
  • Customers and suppliers β€” list/get/create/update/delete plus opening balances and account transactions.
  • Products and sales reps β€” list/get/create/update/delete and product types.
  • Sales documents β€” quotes, sales invoices, sales credit notes, and sales entries, including generated-reference variants and generating an invoice from a quote.
  • Purchases and payments β€” purchases, payments, cash payments, cash receipts, and bank accounts.
  • VAT and analysis lookups β€” VAT rates, VAT categories, VAT types, analysis categories, accounts, and related reference data.
  • Nominal reports β€” nominal account listings and grouped/multi-company nominal reporting.
  • Audit and session β€” session connection management and the session audit log.
  • Help and training β€” Freshdesk articles, customer documentation, recorded webinars, upcoming webinars, and screenshot links through read-only help tools. No company connection is required.

Batch variants exist for the main create workflows and apply the same safety checks as the single-record tools.

Company readiness check

brc_company_readiness_check is a read-only overall health check for a connected company. Overall statuses are:

  • ready
  • ready_with_warnings
  • not_ready
  • connection_problem

It reviews connection status plus relevant setup such as financial year, transaction date position, active Sales VAT rates, Sales Analysis categories, products, and sales representatives. Missing suppliers is reported as a purchase-setup warning and does not block sales-invoice readiness. Manual reference settings are treated as a warning / preflight consideration, not necessarily a blocker.

For a specific VAT-sensitive workflow (sales invoice, purchase, cash receipt, statement), use brc_check_transaction_settings instead β€” that tool checks one workflow’s processing settings, while readiness scores overall company readiness. Narrower helpers such as brc_validate_transaction_date, brc_get_company_processing_settings, and brc_get_company_reference_settings remain available for focused lookups.


Help and training resources

Red includes read-only MCP tools for Big Red Cloud help and training questions. They do not require a connected company.

Typical capabilities:

  • search official articles, customer documentation, recorded webinars, and upcoming webinars;
  • load full details for a selected resource, including step-by-step guidance and relevant screenshot links where available;
  • answer reserved help-style questions (including red-help / /red-help style commands) through the help pipeline.

Help answers may include:

  • official Freshdesk articles;
  • customer documentation;
  • relevant screenshots;
  • recorded YouTube training videos;
  • upcoming webinar links.

Help-resource indexes are supplied by the deployment operator. The public repository does not include Big Red Cloud’s internal content-management or resource-upload workflow.

Help questions versus actions. Ask how-to or training questions when you want guidance or documentation. Ask for an action when you want Red to perform a create, update, delete, batch, or email workflow against a connected company. Help tools do not change company data.


Emailing documents

When email skills are enabled, Red can send sales invoice emails, quote emails, and customer statement emails after an explicit send confirmation.

Supported tool fields cover recipients, optional message body, and send confirmation. The BRC email API used by Red does not expose a subject-line override. The email subject is controlled by Big Red Cloud (company email templates / defaults), not by Red MCP tool arguments.


Known limitations

  • Some features depend on how the company is configured in Big Red Cloud.
  • Email sending and some bank write operations may require additional tenant configuration and may be disabled by deployment flags.
  • Generated-reference behaviour can depend on Big Red Cloud tenant settings, and some generated-document endpoints may apply the tenant's current transaction date.
  • Tool availability may vary by deployment policy (disabled skill groups are not registered).
  • Anonymous telemetry counts approximate clients (for example browser/device cookies), not verified individual people.
  • Platform detection may be unknown when a client does not provide enough identifying information.
  • Officially supported customer platforms are ChatGPT, Claude, and Mistral/Vibe; other MCP clients are not claimed as supported platforms.

Maintainers

This project is maintained by the Big Red Cloud software development team.


Status

Red 1.5.0 (5 August 2026) is in BETA. Red is an open-source MCP integration for Big Red Cloud and is under active development. Tool availability and behaviour may change between releases, and some capabilities are gated by deployment policy.

See RELEASE.md and CHANGELOG.md for this release.


License

This project is licensed under the Apache License 2.0. See LICENSE for details.


Support and responsible disclosure

If you believe you have found a security issue, please report it to Big Red Cloud's support team.

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • X
    Xinkuang China Stock Mcp

    Access real-time and historical market data for China A-shares and Hong Kong stocks, along with ne…

    πŸ’° Finance & Fintech0 views
    Compare vs Xinkuang China Stock Mcp β†’
  • R
    Ref Tools Ref Tools Mcp

    Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…

    πŸ’° Finance & Fintech0 views
    Compare vs Ref Tools Ref Tools Mcp β†’
  • M
    Mcp Server

    34 stock valuation, financial data, and portfolio management tools for AI agents.

    πŸ’° Finance & Fintech0 views
    Compare vs Mcp Server β†’
  • Mcp logoMcp

    Apideck Unified API MCP β€” 229 tools across 200+ SaaS connectors (accounting, HRIS, file storage).

    πŸ’° Finance & Fintech0 views
    Compare vs Mcp β†’

Frequently Asked Questions about Red by Big Red Cloud

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "red-by-big-red-cloud": { "command": "npx", "args": ["-y", "Red by Big Red Cloud"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewRed by Big Red Cloud AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/red-by-big-red-cloud?style=directory)](https://allmcps.com/mcp/red-by-big-red-cloud)
HTML Embed
<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>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Red by Big Red Cloud β†’Install in Claude DesktopInstall in CursorInstall in VS Code