Bank data, AI agents, and API access — priced around real usage. Connect High Street banks or your Calmony account, run agents, and push data to your AI or software.
WHAT YOU'RE BUYING
Every plan includes the same core infrastructure
The difference between plans is scale — more connections, more agent runs, more API calls. The underlying data rights, compliance disclosures, and GDPR controls are identical on every tier.
Bank connections
Connect any UK High Street bank via TrueLayer, plus your Calmony account. All feed the same dashboard and agents.
Five built-in agents
Income Verifier, Affordability Scorer, Multi-Account Aggregator, Recurring Payment Detector, Spend Categoriser — included on every plan.
REST API + MCP server
Copy your API key, paste into your code. Copy the MCP link, paste into Claude, ChatGPT, or Gemini. Done.
[ LIVE DASHBOARD ]
You see your full financial picture before writing a single line of code
The customer dashboard shows combined balances, spending by category and merchant, income period-to-period, and every transaction — searchable, filterable, exportable. Your technical dashboard sits one click away: API keys, MCP link, webhook endpoints, agent logs, consent scopes.
Combined and per-account balance view
Spending by category, merchant, and country
Income stream identification and period comparison
Five agents that do the analysis your AI used to skip
Every plan includes the full agent suite. Run them from the dashboard, trigger via REST, or let your AI call them through MCP. Each agent writes a structured output you can download, forward, or feed back into your own workflows.
Income Verifier Identifies salary patterns, computes monthly average, returns a structured verification report.
Affordability Scorer Takes a monthly commitment (e.g. proposed rent) and returns a 0–100 score plus disposable income and debt-to-income ratio.
Multi-Account Aggregator Combines balances across all connected accounts into a single net cash position.
Recurring Payment Detector Clusters transactions to identify subscriptions and standing orders with confidence scores.
Spend Categoriser Classifies every transaction — Groceries, Transport, Bills, Rent, Salary, and more.
INCOME-VERIFIERSalary pattern confirmed — 12-month stable cadencejust now
AFFORDABILITYScore computed — disposable income returned to MCP client1m ago
RECURRING-DETECTOR7 subscriptions identified — next expected dates written3m ago
CATEGORISER214 transactions classified across 9 categories6m ago
AGGREGATOR3-account net position calculated — true cash available returned9m ago
CONNECTION-SYNCIncremental sync complete — 0 duplicates12m ago
WEBHOOKtransaction.created delivered to customer endpoint — 200 OK14m ago
INCOME-VERIFIERSalary pattern confirmed — 12-month stable cadencejust now
AFFORDABILITYScore computed — disposable income returned to MCP client1m ago
RECURRING-DETECTOR7 subscriptions identified — next expected dates written3m ago
CATEGORISER214 transactions classified across 9 categories6m ago
AGGREGATOR3-account net position calculated — true cash available returned9m ago
CONNECTION-SYNCIncremental sync complete — 0 duplicates12m ago
WEBHOOKtransaction.created delivered to customer endpoint — 200 OK14m ago
INCOME-VERIFIERSalary pattern confirmed — 12-month stable cadencejust now
AFFORDABILITYScore computed — disposable income returned to MCP client1m ago
RECURRING-DETECTOR7 subscriptions identified — next expected dates written3m ago
CATEGORISER214 transactions classified across 9 categories6m ago
AGGREGATOR3-account net position calculated — true cash available returned9m ago
CONNECTION-SYNCIncremental sync complete — 0 duplicates12m ago
WEBHOOKtransaction.created delivered to customer endpoint — 200 OK14m ago
INCOME-VERIFIERSalary pattern confirmed — 12-month stable cadencejust now
AFFORDABILITYScore computed — disposable income returned to MCP client1m ago
RECURRING-DETECTOR7 subscriptions identified — next expected dates written3m ago
CATEGORISER214 transactions classified across 9 categories6m ago
AGGREGATOR3-account net position calculated — true cash available returned9m ago
CONNECTION-SYNCIncremental sync complete — 0 duplicates12m ago
WEBHOOKtransaction.created delivered to customer endpoint — 200 OK14m ago
[ CONSENT / GDPR ]
Your data rights aren't buried in settings — they're on the front page
Consent scope is shown at connection and visible any time in your Technical Dashboard. Every data access is logged — which agent, which API key, which MCP client, when, how many records. You can revoke any connection, export all your data, or delete everything in a few clicks.
Revoke any connection instantly — stops data refresh immediately
Full audit log: agent, API key, MCP client, timestamp, records returned
GDPR Article 20 export — JSON, Excel, and PDF in one package
GDPR Article 17 deletion — full erasure, confirmed by email
[ CONNECTIONS / MANAGED ]
Every connection in one place — status, scope, and expiry at a glance
The Technical Dashboard lists every bank and Calmony connection with its status, consent scopes, last sync time, and days until 90-day re-auth. Reconnect with one tap. Revoke instantly. Sync on demand.
FREQUENTLY ASKED
Questions worth answering before you commit
Calmnect.ai connects to UK High Street banks via TrueLayer's FCA-authorised AISP infrastructure, plus Calmony accounts as a first-class peer connection type. The bank connect flow opens TrueLayer's hosted provider picker — covering all major UK banks — and on completion pulls your accounts, balances, and up to 90 days of transaction history. Important to know upfront: this is read-only access. No payments, no writes. Every connection carries a 90-day PSD2 SCA expiry; you'll receive reminders at 14, 7, and 1 day before re-authentication is needed, and the re-auth is a single tap from the email or dashboard.
There are five agents, each with a specific job. The Income Verifier analyses months of credit transactions to identify salary patterns, estimate monthly average income, and produce a structured report with a stability score — available as a downloadable JSON output or PDF. The Affordability Scorer takes a proposed monthly commitment (rent, for example) and returns a 0–100 affordability score, disposable income figure, and debt-to-income ratio. The Multi-Account Aggregator combines balances across every connected account into a single net position, accounting for pending and committed recurring spend. The Recurring Payment Detector clusters transactions by merchant, amount, and cadence to surface subscriptions and standing orders, running nightly. The Spend Categoriser assigns categories (Groceries, Transport, Bills, Salary, and so on) to uncategorised transactions after each sync. You can trigger agents on demand via the dashboard UI, the REST API, or any MCP-compatible AI client. Every run is logged with its inputs, outputs, duration, and what triggered it — visible in the Agent Activity log.
Two paths, depending on your stack. The REST API exposes endpoints for accounts, balances, transactions, and direct agent invocations — authenticated via API keys you generate in the Technical Dashboard, with tabbed code examples in curl, Python, and TypeScript ready to copy. The MCP server lets any MCP-compatible AI client (Claude, ChatGPT, Gemini) call tools like list_accounts, get_balance, list_transactions, verify_income, and score_affordability directly, scoped to your organisation via OAuth session. You can grab the MCP server URL from the dashboard — there's even a QR code for moving it to another device quickly. For event-driven architectures, outbound webhooks push transaction.created, balance.updated, connection.expiring, connection.revoked, and agent.completed events to your endpoint, signed with HMAC-SHA256, with exponential-backoff retry and a full delivery history in the dashboard.
Bank and Calmony access tokens are encrypted at rest using AES-256-GCM before they touch the database — no plaintext tokens are ever stored or logged. The platform includes a key-rotation procedure for that encryption key. Every time data is accessed — by an agent, an API key, an MCP client, or a webhook — the event is written to a data access log recording who accessed what, when, and how many records were returned; you can filter and review this in the dashboard. For GDPR rights: Article 20 data export compiles all your connections, accounts, balances, transactions, agent runs, and consents into a zip with JSON, an Excel workbook, and a PDF summary, delivered via a signed download link. Article 17 full deletion triggers a workflow that revokes all provider consents, wipes all data for your organisation, and sends a written confirmation. Calmnect.ai operates as an agent of TrueLayer, which is FCA-authorised. That regulatory disclosure is displayed persistently on every connect screen and dashboard page.
Yes. A sandbox mode in Settings populates your organisation with realistic sample bank connections, accounts, balances, and six months of transactions across multiple spending categories — no real credentials needed. Every page shows a clear 'Demo data' banner so there's no ambiguity. This is specifically designed for PropTech teams and other API buyers who want to test the REST endpoints, run agents, explore the spending and income dashboards, and validate webhook payloads before going live. When you're ready to connect a real account, the onboarding wizard walks through consent disclosures, the bank connect flow, first-sync progress, and a guided tour of the dashboards.
Yes. The PropTech embed mode strips the Calmnect chrome and renders just the bank connect flow and consent disclosures with your branding — your logo and primary colour pulled from a partner settings configuration. You embed it at a dedicated partner URL. On completion, the customer is returned to your redirect URL with a one-time code that exchanges for an API key scoped specifically to that customer's data. Your customers never leave a branded experience, and you interact with their financial data exclusively through the standard REST or MCP interfaces. Pricing details for partner embed arrangements are available on request.
JOIN THE WAITLIST
Your bank data, ready for whatever you build next
Connect your accounts, activate the agents, and plug your bank data directly into your AI — REST, MCP, or webhooks. Read-only. FCA-regulated. Your data stays yours.
Questions? Email us at sf-core-org-support-calmnect-ai@saas-factory.ai
Regulated by TrueLayer (FCA-authorised AISP). Calmnect.ai operates as an agent of TrueLayer. Read-only. Payments not enabled. 90-day reconnection cycle (PSD2 SCA renewal).