Canada Payments Mcp

by junter1989k-ai

280 downloads
Not rated
GitHub Website

About

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

Details

Author
junter1989k-ai
Downloads
280

- Remote MCP server for AI agents
- Accepts cards, Apple Pay, Google Pay via Stripe
- Stateless translation layer – no database
- Funds flow buyer → Stripe → merchant directly
- Supports test and live Stripe keys
- Part of a 50-country family of 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 Canada 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

Point your MCP client to the endpoint https://mcp-ca.wishpool.app/mcp and include the header x-stripe-secret-key with your Stripe secret key (test or live). Two tools are available: create_payment_link (creates a CAD hosted-checkout link) and query_payment_status (pull-based status check).

Claude Desktop / Cursor

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

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

McpServers

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