Stripe MCP Server ↗
Stripe MCP Server is an officially published MCP server from Stripe. Anomity scores its risk at 20 out of 100 (low).
Analysis summary
Stripe MCP Server is an officially published MCP server from Stripe. Anomity scores its risk at 20 out of 100 (low).
Stripe's official MCP server exposes payments, customers, subscriptions, invoices, and the Stripe documentation as agent tools. It is designed both for building payment flows with an assistant and for answering operational questions about live billing data.
Money movement is the sharp edge. The server declares outbound network access and credential access, and the API key you connect determines whether an agent can only read charges or can also issue refunds and create subscriptions. Restricted keys exist for exactly this reason — use one. And remember that customer records are attacker-influenceable free text: an agent summarising support-adjacent data is reading strings written by strangers.
Why this entry scored 20 out of 100
This profile starts at the catalog's neutral base of 50. Because the entry is officially published, trust adjusts the score by -40. Declared high-risk capabilities add +10 (capped at +30). It matches no dangerous capability combinations. The clamped result is 20, placing it in the low band.
Findings
-
Published by the vendor Trust offset
-
1 high-risk capability: credentials:access High
Capabilities
Every capability the entry declares, with the security implication of each.
-
network:outboundOutbound networkCan make outbound network requests. Required for hosted model providers and remote APIs; also the path for data exfiltration if combined with read access. -
credentials:accessCredentials accessReads provider API keys, OAuth tokens, or other secrets from the host keychain or environment.