{
  "markdown": "# hunaras-mcp\n\nMCP server for [Hunaras](https://hunaras.com) — an AI-native recruiting platform.\n\nConnect any MCP-compatible AI assistant (Claude, ChatGPT, etc.) to Hunaras and manage your entire recruiting workflow through natural language.\n\n## What You Can Do\n\n**Candidates** (17 tools):\n- Search and apply for jobs\n- Check AI interview assessments and scores\n- Manage your profile and LinkedIn sync\n- Respond to meeting proposals\n- Rate employers\n- Track notifications\n\n**Employers** (6 tools):\n- Post jobs and manage listings\n- Search the talent pool (semantic search)\n- Source candidates from LinkedIn\n- View candidate profiles and AI assessments\n\n**Shared** (1 tool):\n- Get market insights (job counts, salary ranges, demand data)\n\n## Setup\n\n### 1. Get an API key\n\nSign up at [hunaras.com](https://hunaras.com), then go to **Settings > API Keys** to create one.\n\n### 2. Configure your MCP client\n\n#### Claude Desktop / Claude Code\n\nAdd to your MCP config (`claude_desktop_config.json` or `.mcp.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"hunaras\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"hunaras-mcp\"],\n      \"env\": {\n        \"HUNARAS_API_KEY\": \"hnar_your_api_key_here\"\n      }\n    }\n  }\n}\n```\n\n#### Other MCP clients\n\n```json\n{\n  \"command\": \"npx\",\n  \"args\": [\"-y\", \"hunaras-mcp\"],\n  \"env\": {\n    \"HUNARAS_API_KEY\": \"hnar_your_api_key_here\"\n  }\n}\n```\n\n### Environment Variables\n\n| Variable | Required | Default | Description |\n|----------|----------|---------|-------------|\n| `HUNARAS_API_KEY` | Yes | — | Your API key (starts with `hnar_`) |\n| `HUNARAS_API_URL` | No | `https://hunaras.com` | API base URL (for self-hosted instances) |\n\n## Tools\n\n### Candidate Tools\n\n| Tool | Description |\n|------|-------------|\n| `search_jobs` | Search jobs using AI semantic search |\n| `get_job_details` | Get full job posting details |\n| `apply_to_job` | Submit a job application |\n| `get_my_profile` | View your candidate profile |\n| `get_my_applications` | List applications with statuses |\n| `update_profile` | Update profile fields |\n| `update_visibility` | Show/hide from talent pool |\n| `get_my_assessments` | List AI interview assessments |\n| `get_assessment_details` | Full assessment report with scores |\n| `get_my_appointments` | List meeting proposals |\n| `respond_to_appointment` | Accept, reschedule, or reject meetings |\n| `get_my_notifications` | List notifications |\n| `mark_notifications_read` | Mark notifications as read |\n| `get_my_ratings` | View ratings from employers |\n| `rate_employer` | Rate an employer |\n| `get_pending_ratings` | See which employers you can rate |\n| `sync_linkedin` | Sync profile with LinkedIn |\n\n### Employer Tools\n\n| Tool | Description |\n|------|-------------|\n| `create_job` | Post a new job listing |\n| `list_my_jobs` | List your job postings |\n| `search_candidates` | Semantic search across talent pool (Pro) |\n| `get_candidate_profile` | View candidate profile + assessment (Pro) |\n| `hunt_candidates` | Source candidates from LinkedIn (Pro) |\n| `invite_candidate` | Invite external candidate to platform |\n\n### Shared Tools\n\n| Tool | Description |\n|------|-------------|\n| `get_market_insights` | Job market data, salary ranges, demand |\n\n## Example Conversations\n\n**Find a job:**\n> \"Find me React developer jobs in Berlin\"\n> \"Show me details for the first one\"\n> \"Apply with a cover letter highlighting my 5 years of experience\"\n\n**Check interview results:**\n> \"How did I do on my interviews?\"\n> \"Show me the detailed assessment for the frontend role\"\n\n**Employer hiring:**\n> \"Post a senior backend engineer role, remote, $150k-$180k\"\n> \"Search for candidates with Python and AWS experience\"\n\n## Pricing\n\n- **Candidates**: Always free\n- **Employers Free**: 2 active jobs, 1 candidate reveal\n- **Employers Pro** ($200/mo): Unlimited jobs, reveals, talent pool search, scheduling\n\n## Links\n\n- [Hunaras](https://hunaras.com)\n- [Documentation](https://hunaras.com/docs)\n- [Issues](https://github.com/shaxbozaka/hunaras/issues)\n\n## License\n\nMIT\n",
  "bytes": 3996,
  "sha": "af839fef30a77acf53e4b5a48e3d8149bc54c5fc62bd8ae160252bda3758ac37",
  "repo_slug": "shaxbozaka/hunaras-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_shaxbozaka_hunaras_mcp_hunaras_b8f0c60d/readme"
}