All MCP servers

Mcp

Official
by Api.AirforceStreamable HTTPFinance & Payments01,601MIT

MCP server integrating with Stripe - tools for customers, products, payments, and more.

mcpopen-sourcefinance-payments

Endpoint

POST https://mcp.stripe.com

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "mcp-imp9bfad": {
      "url": "https://mcp.stripe.com",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}