Usa Payments Mcp

by junter1989k-ai

167 downloads
Not rated
GitHub Website

About

Usa Payments Mcp is a remote Model Context Protocol server that lets any AI agent accept payments in the United States via Stripe’s hosted checkout. It supports cards, Apple Pay, and Google Pay and acts as a stateless translation layer – funds flow directly from buyer to Stripe…

Details

Author
junter1989k-ai
Downloads
167

- Stateless, zero‑database design – no funds or credentials stored.
- Accepts cards, Apple Pay, and Google Pay via Stripe.
- Two simple tools: create payment link and check payment status.
- Streamable HTTP transport for real‑time agent communication.
- Part of a 20‑country payments family with a shared hub.
- No runtime dependencies; requires Node.js ≥ 18.

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 Usa 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-us.wishpool.app/mcp with the header x-stripe-secret-key set to your Stripe secret key (starting with sk_test_ for test mode or sk_live_ for production). The server exposes two tools: create_payment_link (creates a USD hosted-checkout link) and query_payment_status (pull-based status check, returns paid=true when complete). For local development, run node test/serve.js after cloning the repository.

Claude Desktop / Cursor

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

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

McpServers

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