AgentPMT
Stripe Direct Connection

Stripe Direct Connection

Connector

Available ActionsEach successful request consumes credits as outlined below.

search_stripe_documentation5crget_stripe_account_info5crcreate_customer5crlist_customers5crcreate_product5crlist_products5crcreate_price5crlist_prices5crcreate_payment_link5crcreate_invoice5crlist_invoices5crcreate_invoice_item5crfinalize_invoice5crretrieve_balance5crcreate_refund5crlist_payment_intents5crlist_subscriptions5crcancel_subscription5crupdate_subscription5crlist_coupons5crcreate_coupon5crupdate_dispute5crlist_disputes5crsearch_stripe_resources5crfetch_stripe_resources5crstripe_integration_recommender5crsend_stripe_mcp_feedback5cr

Details

Connect your AI agents to Stripe in seconds. The Stripe Direct Connection plugs straight into Stripe's official hosted MCP server, giving agents full read/write control over customers, products, prices, subscriptions, invoices, refunds, payment links, coupons, and disputes — no SDK install, no integration code, just one credential. Use it to launch SaaS subscription billing with recurring monthly or annual prices, automate accounts receivable by issuing and finalizing invoices, generate hosted Stripe Checkout payment links for e-commerce orders, run customer-support refund flows with reason tracking, manage promotional coupon campaigns, and retrieve real-time account balances. The integration also supports Stripe's full query syntax for searching payment intents, charges, customers, and invoices, plus an interactive integration recommender that maps your business requirements to the right Stripe products (Checkout, Elements, Billing, Connect). Built for agentic workflows in SaaS billing, e-commerce, marketplace payments, donation processing, and finance automation.

Use Cases

Launch SaaS subscription billing with recurring prices and hosted payment links, Automate customer onboarding and CRM-to-Stripe sync, Generate Stripe Checkout payment links for e-commerce orders, Run customer-support refund workflows with reason tracking, Issue and finalize invoices for accounts receivable automation, Resolve Stripe disputes and submit evidence to the bank, Manage promotional coupons and discount campaigns, Retrieve real-time Stripe account balances and payment intent history, Search customers, charges, invoices, and subscriptions with Stripe's query syntax, Audit recent refunds and payment intents for finance reporting, Plan new Stripe integrations with the interactive integration recommender, Update or cancel subscriptions mid-cycle with proration control

Dynamic MCP Setup

Connect once through AgentPMT Dynamic MCP, then use approved tools from the same agent connection.

30 Second Setup

STDIO connector for Claude Code, Codex, Cursor, Zed, and other LLMs that require STDIO or custom connections.

npm install -g @agentpmt/mcp-routeragentpmt-setup

Hosted Streamable HTTPS

MCP endpoint for browser-based apps like ChatGPT, Claude, Grok, or any time you want a streamable connection with no local install.

https://api.agentpmt.com/mcp

Config Example

Use the hosted endpoint directly in clients that support remote MCP. Store your Bearer token in the client config or secret field.

Full connection guide
{
  "mcpServers": {
    "agentpmt": {
      "type": "streamable-http",
      "url": "https://api.agentpmt.com/mcp",
      "headers": {
        "Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
        "x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
      }
    }
  }
}

Need client videos, organization controls, audit details, and the full feature overview?

More About Dynamic MCP

Frequently Asked Questions

How do I connect this tool to an external agent?

Install commands

npm install -g @agentpmt/mcp-router
agentpmt-setup

Hosted MCP config

{
  "mcpServers": {
    "agentpmt": {
      "type": "streamable-http",
      "url": "https://api.agentpmt.com/mcp",
      "headers": {
        "Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
        "x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
      }
    }
  }
}

How does an external agent use this tool?

Agent prompt

Use the AgentPMT-Tool-Search-and-Execution tool. First call action 'get_instructions' so you know how to use the tool search interface. Then call action 'get_schema' with tool_id 6962caed5d4cf4d4b6af40f5 ("Stripe Direct Connection"). After reading the schema and any returned instructions, tell me what this tool can do, we are going to be using it

Looking for help integrating AI into your business? Set up a free consultation.