PaymentsNZ MCP Server
@apimatic
关于 PaymentsNZ MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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]"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
评论