🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@infoinlet/mcp-stripe

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@infoinlet/mcp-stripe

Read-only Stripe access for AI agents — customers, charges, subscriptions, invoices, payment intents, balance. No charges/refunds/writes; use a restricted read key. MCP server.

latest
npmnpm
Version
0.1.1
Version published
Weekly downloads
25
-61.54%
Maintainers
1
Weekly downloads
 
Created
Source

@infoinlet/mcp-stripe

Read-only Stripe access for AI agents — list/inspect customers, charges, subscriptions, invoices, payment intents, and the account balance. No charges, refunds, or writes (only read/list calls are exposed). Use a restricted read-only key (rk_…) as defense-in-depth.

Tools: stripe_list_customers · stripe_get_customer · stripe_list_charges · stripe_list_subscriptions · stripe_list_invoices · stripe_list_payment_intents · stripe_balance.

{ "mcpServers": { "stripe": { "command": "npx", "args": ["-y", "@infoinlet/mcp-stripe"], "env": { "STRIPE_API_KEY": "rk_live_…" } } } }

FAQs

Package last updated on 31 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts