MCP.so
Sign In
Servers
N

New Zealand Payments Mcp

@junter1989k-ai

Overview

What is New Zealand Payments Mcp?

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 credentials.

How to use New Zealand Payments Mcp?

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.

Key features of New Zealand Payments Mcp

  • 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

Use cases of New Zealand Payments Mcp

  • AI agents generating payment links for customers in New Zealand
  • Automated payment status checks after a customer completes checkout
  • Integrating Stripe-hosted checkout into AI-powered workflows

FAQ from New Zealand Payments Mcp

What payment methods are supported?

Cards, Apple Pay, and Google Pay – whatever is enabled on the connected Stripe account.

Does the server store any payment data?

No. It is a stateless translation layer; funds flow directly from buyer to Stripe to merchant, and the server never holds funds or stores credentials.

How do I authenticate?

Pass your Stripe secret key (test or live) in the x-stripe-secret-key header when connecting to the MCP endpoint.

What tools does the server provide?

Two tools: create_payment_link (creates a NZD hosted-checkout link) and query_payment_status (checks if a payment is paid).

What are the runtime requirements?

Node.js 18 or higher. Zero runtime dependencies. MIT licensed.

More from the marketplace