{ "name": "hiringindex-mcp", "version": "0.1.1", "mcpName": "io.github.starnikovoleg/hiringindex-mcp", "description": "MCP server for job market data: search live postings, get salary and demand aggregates, and see how long each listing has been open.", "keywords": [ "mcp", "modelcontextprotocol", "jobs", "job-search", "job-postings", "labor-market", "salary-data", "hiring", "recruiting", "ats", "ai-agents" ], "homepage": "https://hiringindex.org/products/mcp-server", "repository": { "type": "git", "url": "git+https://github.com/starnikov-oleg-org/hiringindex-mcp.git" }, "license": "MIT", "type": "module", "bin": { "hiringindex-mcp": "src/index.js" }, "main": "src/index.js", "files": [ "src", "README.md", "LICENSE" ], "engines": { "node": ">=18" }, "scripts": { "start": "node src/index.js", "test": "node test/smoke.js" }, "bugs": { "url": "https://hiringindex.org/feedback" } }