Ask normal questions
Ask how much you spent in a category and get the matching transaction context.
Configure OpenBank NZ MCP with your own account access values, then let an AI assistant explain spending, income, bills, and cashflow using everyday language.
Sample MCP answer preview
Track balances, transactions, and deterministic summaries.
Cashflow trend
$4,280
Connected accounts
3
Settled transactions
248
Plain-English question
What changed in my spending this month?
Spending by category
Summary response
Your largest category is groceries. Regular bills are stable, and the current buffer is above the last 30-day average.
Instead of exporting CSVs or scanning statements, ask for the story behind your transactions. The MCP tools keep the surface small: profile, accounts, transactions, and deterministic summaries.
Ask how much you spent in a category and get the matching transaction context.
See pay, refunds, transfers, bills, and regular payments in one clear summary.
Find recurring charges, upcoming bill pressure, or payments you may want to review.
Bring clean money context to budgeting, lending, tax, or accounting conversations.
OpenBank NZ MCP is totally free to use. Donations from revenue-generating projects help cover the hosting, domain, and ongoing maintenance that keep the connector available for everyone.
Buy Me a CoffeeKeep the endpoint online
Contributions go toward boring but necessary costs like hosting, monitoring, and the domain.
Fund maintenance work
Support makes it easier to keep dependencies current and respond to provider or MCP changes.
The current NZ connector uses Akahu for account access. Create an Akahu account, connect your bank, then add your Akahu app and user tokens to your own MCP configuration. This site does not receive, exchange, or store them.
Cursor reads MCP servers from mcp.json and can resolve environment variables inside the config.
{
"mcpServers": {
"openbank-nz-mcp": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@openbank-nz-mcp/mcp-server"],
"env": {
"AKAHU_APP_TOKEN": "${env:AKAHU_APP_TOKEN}",
"AKAHU_USER_TOKEN": "${env:AKAHU_USER_TOKEN}"
}
}
}
}Use real token values only in your private local environment or user-level MCP settings. Do not commit them.