PaymentsNZ MCP Server
@apimatic
About PaymentsNZ MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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]"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is PaymentsNZ MCP Server?
A Model Context Protocol (MCP) server that integrates with Payments NZ APIs, enabling AI assistants like Claude to access account and transaction data from the Payments NZ system.
How to use PaymentsNZ MCP Server?
Install Node.js 22+, run cd sdk && npm install && cd ../mcp-server && npm install to build. Then configure Claude Desktop by adding the server to your claude_desktop_config.json with the command node, argument pointing to the built dist/index.js, and environment variable ACCOUNT_AND_TRANSACTION_API_SPECIFICATION_LIB_ACCESS_TOKEN set to a valid OAuth access token obtained from the Payments NZ authentication portal.
Key features of PaymentsNZ MCP Server
- Integrates with Payments NZ account and transaction APIs
- Uses OAuth-based access tokens for authentication
- Token expires after one hour; must be refreshed
- Requires Node.js version 22 or greater
- Built with a separate SDK directory (
sdk/)
Use cases of PaymentsNZ MCP Server
—
FAQ from PaymentsNZ MCP Server
Where do I get an access token?
Go to https://pnz-app.azurewebsites.net/, navigate to any API endpoint, click “GET AUTH TOKEN”, enter credentials, and approve. Copy the displayed token into your environment variable.
How long does the access token last?
The access token does not last more than an hour. It should be used in a timely manner.
What are the runtime requirements?
Node.js version 22 or greater is required. Verify with node --version.
How do I configure the server for Claude Desktop?
Add an entry to your claude_desktop_config.json with "command": "node", "args" pointing to the server’s dist/index.js, and the environment variable containing your access token.
Is there a reference configuration file?
Yes, a claude_desktop_config.json file is provided in the repository as a reference.
More Other MCP servers
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments