PaymentsNZ MCP Server
How to Build
- Install Node.js version 22 or greater. Check version with
node --version. - Run
cd sdk && npm install && cd ../mcp-server && npm installto build the SDK and the server.
How to Run
If you are not familiar with how to setup MCP Servers with Claude Desktop, see this tutorial first.
Now add something like this to your Claude Desktop config:
{
"mcpServers": {
"PaymentsNZ": {
"command": "node",
"args": ["[YOUR-PATH-HERE]/paymentsnz-mcp-server/mcp-server/dist/index.js"],
"env": {
"ACCOUNT_AND_TRANSACTION_API_SPECIFICATION_LIB_ACCESS_TOKEN": "[YOUR-ACCESS-TOKEN-HERE]"
}
}
}
}
A claude_desktop_config.json file is also provided as reference.
Make sure to set the path to the location where your MCP Server is stored as well as the access token you got after authenticating.
How to Get Access Token
- Go to https://pnz-app.azurewebsites.net/
- Go to any endpoint such as https://pnz-app.azurewebsites.net/#/typescript/api-endpoints/statements/get-account-statement
- Click on
GET AUTH TOKENon the top-right of the page and wait for a window to pop-up for consent. - Enter
usernameandpasswordand approve everything - The access token should now be visible in the Authentication UI(See screenshot below). You can now copy it into your environment variables in your
claude_desktop_config.jsonfile.
NOTE: The access token does not last more than an hour. Please make sure that it is used in a timely manner.

Recommend MCP Servers 💡
Monzo
An MCP server that provides access to Monzo banking data through a Claude tool, enabling balance checks, pot management, and transaction listing.
mcp-yfinance-server
Real-time stock API with Python, MCP server example, yfinance stock analysis dashboard
sui-trader
An MCP server designed for AI agents to perform optimal token swaps on the Sui blockchain.
@kukapay/crypto-liquidations-mcp
An MCP server that streams real-time cryptocurrency liquidation events from Binance.
finbud-data-mcp
An MCP server providing comprehensive financial data tools, including analyst estimates, market overviews, financial statements, economic indicators, and options data, generated with Stainless.
@atharvagupta2003/mcp-stripe
An MCP server that integrates with Stripe to manage payments, customers, and refunds, providing a structured API for financial transactions.