{ "name": "@flowcheck/mcp-server", "version": "0.2.4", "mcpName": "io.github.eliaskress/flowcheck", "description": "MCP server for the FlowCheck API — connect Stripe payouts, Shopify orders, and bank data to Claude, Cursor, or any MCP client", "keywords": [ "mcp", "flowcheck", "stripe", "shopify", "plaid", "reconciliation", "ai-agent", "claude", "financial-api" ], "license": "MIT", "type": "module", "main": "dist/index.js", "bin": { "flowcheck-mcp": "./dist/index.js" }, "files": [ "dist" ], "engines": { "node": ">=18.0.0" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.27.0", "zod": "^3.23.0" }, "devDependencies": { "tsup": "^8.0.0", "typescript": "^5.0.0" } }