cyberneticlibrary

Manage Stripe payments via AI agents

mcpmcp_serversetup L20
stripe/ai
What it does

Manage Stripe resources and payments via MCP

Best for

Integrating Stripe payment operations into AI agents with permission control via Restricted API Keys.

Inputs
  • · Stripe API key (secret or restricted)
  • · Stripe object operations (create, update, list customers/charges/invoices)
Outputs
  • · Stripe resource responses (customer objects, invoice PDFs, payment status)
  • · Tool list from Stripe MCP documentation
Requires
  • · Stripe API key (secret or restricted)
  • · Optional: Stripe connected account ID
Preconditions
  • · Stripe account with API key
  • · Restricted API Key (RAK) for fine-grained permissions
  • · Claude Desktop, Gemini CLI, or other MCP host
Failure modes
  • · RAK permission mismatch → tool calls silently fail
  • · API key leaked → immediate account compromise
  • · Connected account ID required for multi-tenant operations
Trust signals
  • · Official Stripe MCP server (mcp.stripe.com remote endpoint)
  • · Docker and npm distributions
  • · MCP Inspector support for debugging
  • · Hosted at https://docs.stripe.com/mcp with tool list