{
  "name": "@vineethnkrishnan/stripe-mcp",
  "version": "1.2.0",
  "description": "An MCP server for Stripe API, enabling AI assistants to query financial data.",
  "mcpName": "io.github.vineethkrishnan/stripe-mcp",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "bin": {
    "stripe-mcp": "build/index.js"
  },
  "files": [
    "build/"
  ],
  "scripts": {
    "build": "tsc",
    "start": "node build/index.js",
    "test": "jest --coverage"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "mcp",
    "stripe",
    "ai",
    "model-context-protocol",
    "payments"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/vineethkrishnan/mcp-pool.git",
    "directory": "packages/stripe"
  },
  "homepage": "https://github.com/vineethkrishnan/mcp-pool/tree/main/packages/stripe#readme",
  "bugs": {
    "url": "https://github.com/vineethkrishnan/mcp-pool/issues"
  },
  "author": "Vineeth Krishnan",
  "license": "MIT",
  "type": "commonjs",
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "stripe": "^21.0.1",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/node": "^25.5.2",
    "jest": "^30.3.0",
    "ts-jest": "^29.4.9",
    "typescript": "^5.7.0"
  }
}
