Stripe Payment Link Creator

Stripe Payment Link Creator MCP Connector for Claude

A+

This MCP does exactly one thing: it generates custom Stripe Checkout URLs on the fly for any amount negotiated in chat. That's its only function. Incredible for turning your AI into a real-time closer.

1 tools Official Updated Jun 28, 2026 Official Vinkius Partner

We refused to build a bloated Stripe integration that gives an AI agent terrifying access to your financial dashboard, payout history, and customer subscriptions. Instead, this MCP server provides a surgical, zero-trust bridge: just generating a Checkout Session URL.

Your AI agent gains the immediate ability to close deals inside a conversation. If a customer agrees to pay $150 for a custom consulting session, the agent doesn't send them to a generic pricing page—it instantly creates a unique $150 checkout link and drops it in the chat.

The Superpowers

  • Real-Time Closing: End the friction of sending users to complex pricing pages. The AI negotiates the price and generates the exact payment link right then and there.
  • Zero-Bloat Integration: No massive SDKs. It uses a direct POST to the Stripe /v1/checkout/sessions API. You only need your Stripe Secret Key.
  • Absolute Containment: Because this is strictly a "Push-only" creation tool, the agent cannot read your Stripe dashboard, cannot issue refunds, and cannot see your bank account details. It only generates links. A completely secure, one-way funnel.
checkout-linkspayment-generationzero-trustsales-closingapi-integration

1 tools expose this connector's capabilities to your AI agent.

create_stripe_payment_link

Provide the product name, the amount in cents (e.g. 5000 for $50.00), and the currency code (e.g. "usd" or "brl"). Send the resulting checkoutUrl directly to the customer. Generates a unique Stripe Checkout Session URL for a custom amount

See how to talk to your AI agent using Stripe Payment Link Creator.

Create a payment link for $45.00 USD for 'Priority Support Ticket'.

I've generated the payment link. You can complete your purchase here: https://checkout.stripe.com/c/pay/cs_test_...

No. This MCP only accesses the endpoint to create a Checkout Session. It does not have functions to read balances, list transactions, or issue refunds.

Related Connectors