Australia Payments Mcp
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Australia Payments McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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"
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


