{ "name": "herohunt-mcp", "version": "1.0.2", "description": "HeroHunt People Search MCP server. Search for talent across LinkedIn, GitHub, and StackOverflow from any MCP-compatible AI agent.", "license": "MIT", "type": "module", "bin": { "herohunt-mcp": "dist/index.js" }, "main": "dist/index.js", "files": [ "dist", "README.md" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('dist/index.js', '755')\"", "prepare": "npm run build", "start": "node dist/index.js", "dev": "tsx src/index.ts" }, "mcpName": "io.github.herohunt-ai/herohunt-mcp", "repository": { "type": "git", "url": "https://github.com/herohunt-ai/herohunt-mcp" }, "homepage": "https://www.herohunt.ai/people-search-api", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^3.25.0" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.8.0" }, "engines": { "node": ">=20" }, "keywords": [ "mcp", "herohunt", "people-search", "recruitment", "talent-sourcing", "linkedin", "ai-agent", "model-context-protocol", "recruiter", "enrichment" ] }