MCP access requires an active Developer or Professional plan. Trial subscriptions, legacy accounts in their 14-day grace period, and grandfathered accounts also retain MCP access. Brokerage tools (holdings, trades) additionally require a Professional plan (or an active trial).
Server URL
Authentication
The MCP server supports OAuth 2.1 for remote MCP clients. Paste the server URL into Claude, ChatGPT, Cursor, or another MCP client and complete the Redbark consent screen. API-key auth is still accepted for legacy/manual setups, but OAuth is recommended. Discovery endpoints:Setup
- Claude (claude.ai, Desktop, Cowork, mobile)
- Claude Code
- Cursor
- ChatGPT
Custom Connectors are added once and become available across every Claude client.Pro / Max (personal): Open Customize > Connectors >
+ > Add custom connector, paste https://mcp.redbark.com/mcp, click Add, then Connect to run OAuth.Team / Enterprise: An owner adds the connector at Organization settings > Connectors > Add > Custom > Web with the same URL. Members then connect from Customize > Connectors.Leave OAuth client ID/secret blank — Redbark supports dynamic client registration. Reference: Anthropic custom connectors guide.Available tools
list_connections
List all bank and brokerage connections, including institution names, providers, and connection status. No parameters required.list_accounts
List all bank and brokerage accounts, including names, types, institutions, and currencies.list_balances
Fetch live account balances. Returns current and available balances with currencies.list_transactions
Fetch bank transactions for a connection, with optional date range and account filters.list_holdings
Requires a Professional plan.
connectionId and accountId are validated as UUIDs. A non-UUID value fails input validation (a JSON-RPC invalid-params error) rather than returning a 404.list_trades
Requires a Professional plan.
from/to window is capped at 366 days — split larger ranges into multiple calls.
connectionId and accountId are validated as UUIDs. A non-UUID value fails input validation (a JSON-RPC invalid-params error) rather than returning a 404.Example prompts
Once connected, you can ask your AI agent things like:- “What bank accounts do I have connected?”
- “Show me my current balances across all accounts”
- “What were my transactions last week?”
- “How much did I spend on groceries this month?”
- “Show me my brokerage holdings and P&L”