openbank-nz-mcp-server
v0.1.0
Published
OpenBank NZ MCP server for Akahu-backed New Zealand account data.
Maintainers
Readme
OpenBank NZ MCP Server
MCP server for Akahu-backed New Zealand account, balance, and transaction data.
Usage
Configure Akahu credentials in your private environment:
export AKAHU_APP_TOKEN="akahu_app_token_..."
export AKAHU_USER_TOKEN="akahu_user_token_..."Run the stdio MCP server:
npx -y openbank-nz-mcp-serverRun the HTTP MCP transport:
OPENBANK_NZ_MCP_TRANSPORT=http npx -y openbank-nz-mcp-serverThe HTTP transport exposes /mcp and /healthz. Protect hosted endpoints with HTTPS, access controls, rate limits, and log redaction.
This server exposes read-only account and transaction tools. It does not expose payment or money-movement tools.
