UNPKG

heyreach-mcp-server

Version:

Modern MCP server for HeyReach LinkedIn automation with dual transport support (stdio + HTTP streaming) and header authentication

75 lines (74 loc) 1.85 kB
{ "name": "heyreach-mcp-server", "version": "2.0.5", "description": "Modern MCP server for HeyReach LinkedIn automation with dual transport support (stdio + HTTP streaming) and header authentication", "type": "module", "main": "dist/index.js", "bin": { "heyreach-mcp-server": "dist/index.js", "heyreach-mcp-http": "dist/http-index.js" }, "files": [ "dist/", "README.md", "LICENSE", "CHANGELOG.md", "API_ENDPOINT_STATUS.md" ], "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "dev:http": "tsx src/http-index.ts", "start": "node dist/index.js", "start:http": "node dist/http-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.17.0", "axios": "^1.9.0", "express": "^4.21.2", "cors": "^2.8.5", "zod": "^3.25.30", "zod-to-json-schema": "^3.24.5" }, "devDependencies": { "@types/node": "^22.15.21", "@types/express": "^5.0.0", "@types/cors": "^2.8.17", "tsx": "^4.19.4", "typescript": "^5.8.3" } }