@chinchillaenterprises/mcp-stripe
Version:
Multi-tenant Stripe MCP server with account management and credential persistence
41 lines • 844 B
JSON
{
"name": "@chinchillaenterprises/mcp-stripe",
"version": "2.0.0",
"description": "Multi-tenant Stripe MCP server with account management and credential persistence",
"type": "module",
"main": "dist/index.js",
"bin": {
"mcp-stripe": "dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"prepare": "npm run build"
},
"keywords": [
"mcp",
"stripe",
"multi-tenant",
"payment",
"billing",
"api"
],
"author": "Chinchilla Enterprises",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.3",
"stripe": "^16.12.0",
"zod": "^3.22.0",
"keytar": "^7.9.0"
},
"devDependencies": {
"@types/node": "^24.0.0",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
}
}