Mmcp.market

Redbark MCP server

by redbark.com·com.redbark/mcp·v2.1.0

Live AU/NZ bank (CDR) and brokerage data for AI agents, plus management of Redbark syncs and rules

A93/100grade A
What users say
No reviews yet
Be the first
Safety scan
A93/100

full report

Adoption
Growing

2 stars

Reviews

Write one

Nobody has reviewed Redbark yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Redbark tools

Tool list not cached yet. `describe` through the gateway fetches it live.

Public scan report

scanner v0.1.9 · 2026-09-21 · same rubric, same numbers if you re-run it

no findings
  • Code scanremote-only server, no package to scann/a
  • Live reliabilityremote reachable in 462ms (auth required)20/20
  • Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
  • Auth qualityOAuth resource metadata advertised on 40115/15
  • Maintenancelast push 30 days ago15/15
  • Maintainer identitynamespace and repository owner differ; website matches verified namespace6/10
Overall 93/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Redbark repository's README, as published. We do not edit it. Read it on GitHub

Redbark MCP Server

Connect AI agents to your Australian and NZ bank and global brokerage data, and let them manage your Redbark syncs, destinations, rules and categories over the Model Context Protocol.

Website · Documentation · Dashboard

Redbark syncs bank and brokerage accounts to Google Sheets, Airtable, Notion, YNAB, and webhooks. The Redbark MCP server gives MCP-compatible AI agents (Claude, Cline, Cursor, ChatGPT, VS Code, and others) live access to the same financial data, plus scoped management of your Redbark account: syncs, destinations, rules, categories and event destinations. It is a thin layer over the Redbark API v2: every API operation is one tool, under the same name as the operation id.

Australian banking data is sourced through the regulated Consumer Data Right (CDR / open banking) framework. Your banking credentials are never shared with Redbark or your AI agent, and Redbark never stores your banking data. Every read is proxied live from the source.

Quickstart

The server is remote and hosted. There is nothing to install or run.

https://mcp.redbark.com/mcp
  • Transport: Streamable HTTP
  • Auth: OAuth 2.1 (automatic, your client opens a browser consent flow), or a personal API key as a fallback
  • Requirements: a Redbark account on a Developer or Professional plan (API access is included in the free trial)

Cline

Add to clinemcpsettings.json (Cline → MCP Servers → Configure):

{
  "mcpServers": {
    "redbark": {
      "type": "streamableHttp",
      "url": "https://mcp.redbark.com/mcp"
    }
  }
}

Cline discovers the OAuth authorization server automatically and opens a browser window to approve access. To use an API key instead (created at app.redbark.com → Settings → API Keys):

{
  "mcpServers": {
    "redbark": {
      "type": "streamableHttp",
      "url": "https://mcp.redbark.com/mcp",
      "headers": {
        "Authorization": "Bearer rbk_live_YOUR_API_KEY"
      }
    }
  }
}

Claude Code

claude mcp add --transport http redbark https://mcp.redbark.com/mcp

Claude (desktop / web)

Settings → Connectors → Add custom connector → paste https://mcp.redbark.com/mcp.

Cursor

{
  "mcpServers": {
    "redbark": {
      "url": "https://mcp.redbark.com/mcp"
    }
  }
}

Tools

Every Redbark API v2 operation is a tool, named after its operation id (81 tools, 62 listed by default), plus five composite tools. Reads fetch banking data live. Writes change Redbark configuration only (syncs, destinations, rules, categories, event destinations), never your bank. The AI only gets the scopes you grant on the consent screen; tools outside those scopes refuse and say which scope to grant.

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add --transport http mcp https://mcp.redbark.com/mcp
Add to Cursor

Redbark: common questions

Is Redbark MCP server safe?
Yes, by our scan: it is graded A (93/100). Read the Redbark safety report
How do I install Redbark?
It runs remotely at mcp.redbark.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does Redbark need an API key?
No key to paste: it signs you in with OAuth when your client connects.
Is Redbark maintained?
The last commit was 31 days ago (2026-08-23). The latest release is v2.1.0.
Is Redbark up?
100% of our last 15 checks got an answer. We check remote servers about four times a day.
What can I use instead of Redbark?
Servers from other publishers that do the same job: FiatDock MCP server, AllRatesToday exchange rates (hosted) MCP server and BankMCP™ MCP server. Compare all Redbark alternatives.

Alternatives to Redbark

Same job from other publishers: the closest match first, then the best rated.

All Redbark alternatives →
  • FiatDock
    MCP marketplace: AI agents buy services from other agents per call in USDC, plus a bank cash-out
    B
  • AllRatesToday exchange rates (hosted)
    Live FX + official central-bank rates, 110+ sources. Hosted, keyless, nothing to install.
    A
  • BankMCP™
    Read-only MCP server for your own bank accounts via Enable Banking. Self-hosted, one user.
    A
  • HKEx Filings
    Live HKEx (Hong Kong Stock Exchange) regulatory filings for AI agents.
    A
  • E Arveldaja
    Estonian e-arveldaja (RIK e-Financials) accounting — invoices, bank import, reports.
    B

More from redbark.com