New Zealand Payments Mcp

by junter1989k-ai

224 downloads
Not rated
GitHub Website

About

A remote MCP server that lets any AI agent (Claude, ChatGPT, Cursor, etc.) accept payments in New Zealand via Stripe’s hosted checkout. It acts as a stateless translation layer—funds flow directly from buyer to Stripe to merchant, and the server never holds funds or stores…

Details

Author
junter1989k-ai
Downloads
224

- Remote MCP server for AI agents (Claude, ChatGPT, Cursor, etc.)
- Accepts NZD payments via Stripe hosted checkout
- Supports cards, Apple Pay, Google Pay (as enabled on Stripe)
- Stateless – no database, no stored credentials
- Two tools: create payment link and query payment status
- Part of a 50-country family of payment MCP servers

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name New Zealand Payments Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Connect to the endpoint https://mcp-nz.wishpool.app/mcp using Streamable HTTP and pass your Stripe secret key in the x-stripe-secret-key header. Two tools are available: create_payment_link to generate a NZD hosted-checkout link, and query_payment_status to check whether a payment has been completed.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "new zealand payments mcp": {
            "new-zealand-payments": {
                "type": "http",
                "url": "https://mcp-nz.wishpool.app/mcp"
            }
        }
    }
}

McpServers

{
    "new-zealand-payments": {
        "type": "http",
        "url": "https://mcp-nz.wishpool.app/mcp"
    }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.