{ "name": "stripe-mcp-server", "version": "1.0.0", "description": "MCP server for Stripe API — customers, charges, payments, subscriptions, products, and invoices", "type": "module", "main": "dist/index.js", "bin": { "stripe-mcp-server": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc && node dist/index.js" }, "keywords": ["mcp", "stripe", "payments", "api", "model-context-protocol"], "author": "Nova", "license": "MIT", "mcpName": "io.github.friendlygeorge/stripe-mcp-server", "repository": { "type": "git", "url": "https://github.com/friendlygeorge/stripe-mcp-server" }, "publishConfig": { "access": "public" } }