GPT-5.6 (Sol / Terra / Luna) is now evaluated on TrustVector โ€” with day-1 independent verification, incl. METR's benchmark-cheating findings.

Read the evaluation
Evaluation record ยท mcp-server-stripe

Stripe MCP Server

v2026.7

Stripe

MCPpaymentsbillingfintechmcp
84
Strong
About This MCP

Stripe's official MCP server (repo renamed from stripe/agent-toolkit to stripe/ai). The hosted server at mcp.stripe.com (OAuth or restricted-key bearer token) exposes generic API search/read/write tools plus resource search, docs search, an implementation planner, refunds, and account info, spanning payments, subscriptions, invoices, products, disputes, and balance. Treasury/payout tools are in preview by request. Also available as the @stripe/mcp stdio package (v0.3.3).

Last Evaluated: July 9, 2026
Official Website

Trust Vector Analysis

Dimension Breakdown

๐Ÿš€Performance & Reliability
+
api reliability

API stability and uptime analysis of the underlying Stripe API

Evidence
Stripe Status โ€” Built directly on the Stripe API, which maintains historically high uptime backed by Stripe's production payments infrastructure
highVerified: 2026-07-09
operation success rate

Operation success testing across the documented tool set in test mode

Evidence
Stripe AI Repository (formerly agent-toolkit) โ€” Tools are thin, well-tested wrappers over stable Stripe API endpoints (customers, invoices, payment links, refunds, subscriptions)
highVerified: 2026-07-09
rate limit handling

Rate limiting behavior testing under sustained tool-call load

Evidence
Stripe Rate Limits Documentation โ€” Inherits Stripe API rate limits with standard 429 responses; limits are generous for typical agent workloads
mediumVerified: 2026-07-09
search accuracy

Relevance assessment of documentation search results for common integration queries

Evidence
Stripe MCP Documentation โ€” Includes a Stripe documentation search tool that returns relevant docs for integration questions alongside account-data tools
mediumVerified: 2026-07-09
error recovery

Error handling testing with invalid parameters, missing permissions, and declined operations

Evidence
Stripe AI Repository (formerly agent-toolkit) โ€” Surfaces Stripe's structured error objects (decline codes, validation errors) to the agent, enabling informed retries
mediumVerified: 2026-07-09
๐Ÿ›ก๏ธSecurity
+
authentication security

Authentication mechanism review for stdio and hosted transports

Evidence
Stripe MCP Documentation โ€” Local server authenticates with Stripe API keys (restricted keys supported); hosted server at https://mcp.stripe.com uses OAuth (recommended, with sessions viewable/revocable in Dashboard) or bearer tokens with restricted keys; sandbox and live MCP access are separately manageable by admins
highVerified: 2026-07-09
scope limitation

Permission scope testing with restricted keys across read and write tools

Evidence
Stripe Restricted API Keys Documentation โ€” Restricted API Keys allow per-resource read/write permissions, so the server can be limited to exactly the tools and access levels needed
highVerified: 2026-07-09
token exposure risk

Token storage and exposure-surface analysis for local configuration files

Evidence
Stripe MCP Documentation โ€” stdio mode requires placing a secret key in client configuration; a leaked unrestricted key grants full account access, making restricted keys essential
mediumVerified: 2026-07-09
action auditability

Audit logging review of API request logs and event history

Evidence
Stripe Dashboard Logs โ€” Every tool call is an API request visible in Stripe Dashboard request logs and events, attributable to the specific key or OAuth grant
highVerified: 2026-07-09
unauthorized action risk

Threat modeling of write-capable financial tools; strongest case among evaluated servers for read-only defaults and human-in-the-loop confirmation on writes

Evidence
Stripe MCP Documentation โ€” Tools include money-movement operations (refunds, generic stripe_api_write across invoices, subscriptions, payment links); Stripe's docs now explicitly recommend enabling client-side human confirmation of tools to mitigate prompt injection, but there is still no server-side confirmation step
highVerified: 2026-07-09
๐Ÿ”’Privacy & Compliance
+
payment data exposure

Data flow analysis of tool results containing customer and payment data

Evidence
Stripe MCP Documentation โ€” Customer records, invoice details, and payment metadata returned by tools flow into the LLM provider's context; raw card numbers are never exposed by the Stripe API
highVerified: 2026-07-09
sensitive data protection

Review of Stripe compliance posture and the data classes reachable via the tool surface

Evidence
Stripe Security Documentation โ€” Stripe is PCI-DSS Level 1 certified and SOC 2 audited; card data is tokenized server-side and not retrievable through MCP tools
highVerified: 2026-07-09
organization data control

Access control review of key management and OAuth grant administration

Evidence
Stripe Keys and Permissions Documentation โ€” Account owners control exposure via restricted keys, test vs live mode separation, and OAuth grant revocation
mediumVerified: 2026-07-09
third party data sharing

Analysis of downstream data sharing once tool results leave Stripe

Evidence
Stripe Privacy Policy โ€” Customer PII retrieved via tools is shared with the user's LLM provider under that provider's data policy, outside Stripe's compliance boundary
mediumVerified: 2026-07-09
๐Ÿ‘๏ธTrust & Transparency
+
documentation quality

Documentation completeness and accuracy review

Evidence
Stripe MCP Documentation โ€” First-class documentation page covering hosted and local setup, full tool list, permissions guidance, and security recommendations
highVerified: 2026-07-09
operation visibility

Logging and traceability assessment via Dashboard logs

Evidence
Stripe Dashboard Request Logs โ€” All operations appear in Dashboard request logs and the events stream with full request/response detail
highVerified: 2026-07-09
open source transparency

Source code review of the published toolkit and MCP package

Evidence
Stripe AI Repository (formerly agent-toolkit) โ€” MIT-licensed open source (1,650 stars); repository rename to stripe/ai is complete and tool implementations remain fully auditable, alongside new @stripe/ai-sdk and @stripe/token-meter packages
highVerified: 2026-07-09
api coverage clarity

Comparison of documented tool surface against the shipped package

Evidence
Stripe MCP Documentation โ€” Tool list restructured and explicitly enumerated: stripe_api_search/details/read/write meta-tools, search/fetch resources, documentation search, implementation planner, create_refund, and account info, with supported API methods listed (customers, charges, PaymentIntents, Checkout Sessions, invoices, subscriptions, coupons, promotion codes, products, prices, payment links, disputes, portal configurations, balance)
highVerified: 2026-07-09
โš™๏ธOperational Excellence
+
ease of setup

Setup complexity assessment for both stdio and hosted transports

Evidence
Stripe MCP Documentation โ€” One-line npx @stripe/mcp setup with selectable tools, or zero-install hosted server at https://mcp.stripe.com via OAuth
highVerified: 2026-07-09
api performance

Latency observation across representative tool calls

Evidence
Stripe API Documentation โ€” Stripe API responses are typically fast (low hundreds of milliseconds); tool wrappers add negligible overhead
mediumVerified: 2026-07-09
reliability

Uptime analysis of Stripe infrastructure

Evidence
Stripe Status โ€” Hosted MCP and underlying API ride on Stripe's production infrastructure with strong historical availability
highVerified: 2026-07-09
feature coverage

Feature completeness assessment against the full Stripe API surface

Evidence
Stripe MCP Documentation โ€” Coverage expanded to charges, PaymentIntents, Checkout Sessions, coupons, promotion codes, and portal configurations in addition to core billing objects; Treasury/payout tools are in preview by request (mcp@stripe.com), while Connect and Radar remain unexposed
highVerified: 2026-07-09
community adoption

Community activity and adoption analysis

Evidence
Stripe AI Repository (formerly agent-toolkit) โ€” 1,650 GitHub stars with active first-party maintenance (last push July 2026); widely referenced as the canonical payments MCP server
mediumVerified: 2026-07-09
Strengths
  • +First-party, MIT-licensed open source implementation maintained by Stripe
  • +Restricted API Keys enable precise per-resource, read-only or write scoping
  • +Hosted remote option with OAuth avoids placing secret keys in client config
  • +Full auditability via Stripe Dashboard request logs and events
  • +Backed by PCI-DSS Level 1 and SOC 2 compliant infrastructure
  • +Built-in Stripe documentation search alongside account tools
  • +Test mode allows safe end-to-end agent evaluation before live use
Limitations
  • !Money-movement tools (refunds, invoices, payment links, subscriptions) make misuse directly costly
  • !No built-in human confirmation step on write operations; must be enforced by the client
  • !Customer PII in tool results is shared with the LLM provider
  • !Unrestricted secret keys in stdio config are a severe single point of failure
  • !Tool coverage omits Connect and Radar; Treasury/payout tools are preview-only by request
  • !Agent errors in live mode can require manual financial remediation
Metadata
repository: https://github.com/stripe/ai
previous repository: https://github.com/stripe/agent-toolkit
package name: @stripe/mcp
package version: 0.3.3
license: MIT
maintained by: Stripe
github stars: 1650
remote endpoint: https://mcp.stripe.com
authentication: Stripe API keys / Restricted API Keys (stdio); OAuth (hosted)
transport types
0: stdio
1: streamable-http (hosted)
installation methods
0: npx @stripe/mcp
1: Remote MCP endpoint
compliance
0: PCI-DSS Level 1
1: SOC 2
mcp version: 1.0

Use Case Ratings

financial analysis

Strong for querying balances, disputes, subscriptions, and revenue objects directly from the source of truth

customer support

Excellent for support agents looking up customers, invoices, and issuing scoped refunds with proper guardrails

code generation

Doc search plus live test-mode tools make it very effective for building Stripe integrations

data analysis

Good for ad-hoc account analysis, though bulk analytics is better served by Stripe Sigma or data exports

legal compliance

Dispute and record access is useful, but PII flowing to LLM providers requires careful review