{
"name": "@kody/stripe-mcp",
"version": "1.0.0",
"license": "MIT",
"private": false,
"description": "Inspect Stripe through the official Stripe MCP server.",
"type": "module",
"exports": {
".": "./src/index.ts",
"./smoke-test": "./src/smoke-test.ts",
"./list-customers": "./src/list-customers.ts"
},
"files": [
"src",
"README.md",
"LICENSE",
"community-icon.svg"
],
"kody": {
"id": "stripe-mcp",
"name": "Stripe MCP",
"description": "Inspect Stripe through the official Stripe MCP server.",
"category": "integrations",
"logo": "./community-icon.svg",
"tags": [
"stripe",
"mcp",
"customers",
"invoices",
"payments"
],
"searchText": "stripe-mcp kody.mcp stripe mcp.stripe.com customers invoices payments official remote"
}
}