UNPKG

heyreach-mcp-server

Version:

Production-ready Model Context Protocol server for HeyReach LinkedIn automation with comprehensive validation

67 lines (66 loc) 1.55 kB
{ "name": "heyreach-mcp-server", "version": "1.2.3", "description": "Production-ready Model Context Protocol server for HeyReach LinkedIn automation with comprehensive validation", "type": "module", "main": "dist/index.js", "bin": { "heyreach-mcp-server": "dist/index.js" }, "files": [ "dist/", "README.md", "LICENSE", "CHANGELOG.md", "API_ENDPOINT_STATUS.md" ], "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "prepublishOnly": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "model-context-protocol", "heyreach", "linkedin", "automation", "social-media", "outreach", "ai", "llm", "claude", "cursor", "windsurf", "chatgpt", "n8n", "lead-generation", "sales-automation", "agentic-ai" ], "author": "Brandon Charleson <170791+bcharleson@users.noreply.github.com>", "license": "MIT", "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/bcharleson/heyreach-mcp-server.git" }, "bugs": { "url": "https://github.com/bcharleson/heyreach-mcp-server/issues" }, "homepage": "https://github.com/bcharleson/heyreach-mcp-server#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "axios": "^1.9.0", "zod": "^3.25.30" }, "devDependencies": { "@types/node": "^22.15.21", "tsx": "^4.19.4", "typescript": "^5.8.3" } }