# Payment Link Creator MCP

> Stripe Payment Link Creator lets your AI client generate unique, secure Stripe Checkout URLs instantly within a conversation. It handles the moment a deal closes—when you need to send an immediate payment link for a negotiated amount and currency. This MCP eliminates friction by giving your agent real-time closing power without granting access to sensitive financial dashboards.

## Overview
- **Category:** money-moves
- **Price:** Free
- **Tags:** checkout-links, payment-generation, zero-trust, sales-closing, api-integration

## Description

When a customer agrees on a price, you don't want to paste a generic pricing page link or force them into a clunky checkout flow. This MCP solves that problem. It provides an immediate, secure way for your AI agent to generate a custom payment link the second a deal is agreed upon—whether it’s $150 for consulting or $45 for a specific product ticket. Because this connector only generates URLs and nothing else, you maintain total control. Your agent can negotiate the price and then drop the exact, unique Stripe Checkout Session URL directly into the chat window. This surgical approach ensures your AI client has closing power without ever needing to read your payout history or access internal dashboards. Connect it through Vinkius to give any MCP-compatible client this essential one-way funnel.

## Tools

### create_stripe_payment_link
Generates a unique Stripe Checkout Session URL by requiring the product name, amount (in cents), and currency code.

## Prompt Examples

**Prompt:** 
```
Create a payment link for $45.00 USD for 'Priority Support Ticket'.
```

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

## Capabilities

### Generate checkout links
The agent can create a unique Stripe Checkout URL using specific product details, an exact dollar amount, and the required currency code.

### Handle price negotiation results
It converts conversational agreements (e.g., 'Yes, let's do $150') into actionable payment URLs instantly.

### Ensure secure data isolation
The MCP only writes outbound links; it cannot read any of your Stripe account data or execute refunds.

## Use Cases

### A consultant needs to bill for an emergency audit.
The client agrees on a $1,200 fee. Instead of saying, 'Check your email,' the agent uses `create_stripe_payment_link` with the amount and currency code to instantly provide the secure payment URL in the chat.

### A small business sells customized merchandise.
The buyer selects a product, and the sales bot needs to finalize the purchase. The agent uses `create_stripe_payment_link`, providing the specific product name and the total cost in cents, ensuring the link is accurate.

### An agency handles international clients.
The client agrees on a price in Brazilian Reais (BRL). The agent uses `create_stripe_payment_link` to ensure the payment URL is correctly formatted with 'brl' as the currency code, avoiding conversion errors.

## Benefits

- Close deals faster. Instead of sending a customer to a generic pricing page, your agent uses the `create_stripe_payment_link` tool to generate and deliver an exact payment URL right when the deal is done.
- Maintain absolute security. Because this MCP only generates links using a 'Push-only' method, your AI client can never read sensitive data like bank account details or payout history.
- Eliminate workflow friction. You bypass manual steps of copying product codes and amounts into an external dashboard, letting the conversation flow directly to payment.
- Support multi-currency sales. The tool accepts currency codes (like 'usd' or 'eur'), allowing your AI client to handle international negotiations without switching context.
- Focus on selling, not systems. You get a direct API connection that requires only your Stripe Secret Key, keeping the integration lightweight and fast.

## How It Works

The bottom line is that you tell your AI what payment link you need, and it delivers a ready-to-use, secure URL for immediate action.

1. You prompt your AI client to generate a payment link, specifying the product name, amount in cents, and currency.
2. The MCP executes the `create_stripe_payment_link` tool, communicating these three required parameters to Stripe's API.
3. Your agent receives the resulting unique checkout URL and sends it directly back to your customer in the chat.

## Frequently Asked Questions

**Does Stripe Payment Link Creator MCP generate links for recurring subscriptions?**
No, this MCP is designed only for one-time checkout sessions. For complex, recurring billing models, you'll need a different payment integration tool.

**Can I use create_stripe_payment_link if the customer pays in Euros?**
Yes. You must provide the correct currency code (e.g., 'eur') along with the amount when calling `create_stripe_payment_link`.

**Is this MCP safe, or can it access my customer list?**
It's highly secure. The tool only generates links and has absolutely no ability to read your Stripe dashboard, customer lists, or financial data.

**What information does create_stripe_payment_link need from me?**
The `create_stripe_payment_link` function requires three pieces of information: the product name, the amount in cents (not dollars), and the currency code.

**Does using Stripe Payment Link Creator MCP cost extra money?**
No. This MCP only connects to your existing Stripe account via API calls; it doesn't introduce new fees or require new accounts beyond what you already use with Stripe.