{ "name": "@codespar/mcp-rd-station", "version": "0.2.2", "description": "MCP server for RD Station — contacts, events, funnels, deals, segmentations, lead scoring, webhooks", "type": "module", "main": "./dist/index.js", "bin": { "mcp-rd-station": "./dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" }, "devDependencies": { "@types/node": "^25.5.0", "typescript": "^5.8.0" }, "license": "MIT", "keywords": [ "mcp", "rd-station", "crm", "marketing", "brazil" ], "mcpName": "io.github.codespar/mcp-rd-station" }