Australia Payments Mcp

by junter1989k-ai

272 downloads
Not rated
GitHub Website

About

Australia Payments Mcp is a remote MCP server that enables AI agents (such as Claude, ChatGPT, or Cursor) to accept payments in Australia. It integrates with Stripe’s hosted checkout to process cards, Apple Pay, Google Pay, and other methods enabled on the merchant’s Stripe…

Details

Author
junter1989k-ai
Downloads
272

- Direct Stripe integration for Australian-hosted payments
- Stateless, no database – never stores funds or credentials
- Supports cards, Apple Pay, Google Pay via Stripe
- Remote MCP server, no local installation required
- Two dedicated tools: create_payment_link and query_payment_status
- Part of a 50-country family, hub at mcp.wishpool.app

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 Australia 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 your AI agent to the endpoint https://mcp-au.wishpool.app/mcp (Streamable HTTP, stateless JSON-RPC). Pass your Stripe secret key as the header x-stripe-secret-key (test mode: sk_test_..., production: sk_live_...). Two tools are available: create_payment_link to generate an AUD checkout link and query_payment_status to pull-based check if a payment is completed.

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "australia payments mcp": {
            "australia-payments": {
                "type": "http",
                "url": "https://mcp-au.wishpool.app/mcp"
            }
        }
    }
}

McpServers

{
    "australia-payments": {
        "type": "http",
        "url": "https://mcp-au.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.