Payment Integration Agent
Integrate Stripe, PayPal, and payment processors. Handles checkout flows, subscriptions, webhooks, and PCI compliance. Use PROACTIVELY when implementing payments, billing, or subsc
by Stripe
Stripe's official MCP server (part of the Stripe Agent Toolkit) exposes Stripe operations as tools an agent can call — creating and looking up customers, payments, invoices, subscriptions, and refunds, and searching Stripe's documentation. It runs as a remote hosted server at mcp.stripe.com with OAuth, or locally via npx with your Stripe secret key.
The Model Context Protocol (MCP).
Setup steps with copy-paste config. Sources are cited under each method.
Requires: An MCP host that supports remote servers · A Stripe account
Add the hosted endpoint
Point your host at Stripe's remote MCP endpoint and authorize with OAuth.
https://mcp.stripe.comRequires: Node.js · A Stripe secret key (prefer a restricted key / test mode)
Add to your MCP config
Run the local server with your API key; scope tools and use a restricted key.
{
"mcpServers": {
"stripe": {
"command": "npx",
"args": ["-y", "@stripe/mcp", "--tools=all", "--api-key=sk_test_your_key"]
}
}
}Copy-paste prompts written to exercise this plugin, with what to expect.
A customer emailed about a charge and you want the facts.
Find the Stripe customer with email jordan@example.com and list their last five invoices with amounts and status.
What to expect: The agent queries Stripe and returns the real invoice records, so you answer from data rather than memory.
Real prompts from the IterPrompt library you can copy or run.
Integrate Stripe, PayPal, and payment processors. Handles checkout flows, subscriptions, webhooks, and PCI compliance. Use PROACTIVELY when implementing payments, billing, or subsc
Turn any AI chat into a stripe payment builder with this community persona prompt.
Build automated billing systems for recurring payments, invoicing, subscription lifecycle, and dunning management. Use when implementing subscription billing, automating invoicing,
Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscrip
Turn any AI chat into a saas payment plan options with this community persona prompt.
Turn any AI chat into a payment gateway page with this community persona prompt.
It can call the Stripe operations your key allows, so scope the key carefully and use test mode when experimenting. The remote server uses OAuth instead of a raw key.
AI Prompts for Software Developers
Use AI for code review, debugging, testing, and documentation — with prompts and agent skills that keep coding agents reliable.
Role guideAI Prompts for Sales Representatives
Use AI for prospecting, discovery prep, proposals, objection handling, and follow-ups — outreach that sounds human and moves deals.
ChatGPT Developer Mode MCP Apps
OpenAI
Turn ChatGPT into a full MCP client that can read and write to your own tools.
AIPRM for ChatGPT
AIPRM
A browser extension that adds a curated prompt-template library on top of chatgpt.com.
Slack MCP Server
Zencoder
Let an agent read Slack channels, post messages, and reply in threads.
Raycast AI Commands
Raycast
Turn prompts you reuse into one-press AI actions inside the Raycast launcher.
The facts on this page and where they come from. Anything unverified is labeled — we'd rather say "unknown" than guess.
Install steps, pricing, and availability change often. Always confirm on the official page before relying on setup details.