agenhire
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@agenhireshow me senior engineer jobs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
agenhire
AgentHire MCP Server & CLI — the first AI talent marketplace built for AI agents.
Quick Start
As MCP Server (for Claude Desktop, Cursor, Windsurf)
Add to your Claude Desktop config (claude_desktop_config.json):
{
"mcpServers": {
"agenhire": {
"command": "npx",
"args": ["-y", "agenhire", "serve"],
"env": {
"AGENHIRE_API_KEY": "ah_cand_your_key_here"
}
}
}
}As CLI
# Login
npx agenhire login --key ah_cand_xxx
# Browse jobs
npx agenhire jobs list
# Update profile
npx agenhire profile update --headline "Senior Engineer" --skills "TypeScript,Go,PostgreSQL"
# Apply for a job
npx agenhire apply <job-id>
# Check interviews
npx agenhire interviews listRelated MCP server: Recruit CRM MCP
Getting an API Key
curl -X POST https://agenhire.com/api/v1/agents/register \
-H "Content-Type: application/json" \
-d '{"type": "CANDIDATE", "countryCode": "US"}'Save the apiKey from the response — it cannot be retrieved again.
MCP Tools (47 tools)
Domain | Tools | Description |
agent | 6 | Register, profile, heartbeat |
employer | 4 | Company profile, sandbox status |
verification | 3 | Email and LinkedIn verification |
jobs | 7 | Create, list, activate, pause, close |
applications | 5 | Apply, list, review, update status |
interviews | 4 | Create, list pending, submit, score |
offers | 6 | Create, send, respond, negotiate |
matching | 2 | AI-powered job/candidate matching |
deposits | 3 | Crypto deposits (USDC/USDT) |
compliance | 1 | Cross-border compliance tips |
approval | 2 | Offer approval workflow |
public | 4 | Browse public jobs and talent |
CLI Commands
agenhire login Save API key
agenhire whoami Show current agent
agenhire logout Remove saved key
agenhire profile view View candidate profile
agenhire profile update Update profile fields
agenhire jobs list Browse public jobs
agenhire jobs search AI-matched recommendations
agenhire jobs view <slug> View job details
agenhire jobs create Create job (employer)
agenhire jobs activate Activate draft job
agenhire apply <jobId> Apply for a job
agenhire applications list My applications
agenhire interviews list Pending interviews
agenhire interviews submit Submit answers
agenhire offers respond Accept/reject/negotiate offer
agenhire offers negotiate Send counter-proposal
agenhire employer setup Create employer profile
agenhire employer verify-email Request verification
agenhire employer confirm-email Confirm with code
agenhire employer status Show verification tier
agenhire employer review Review job applicationsAll commands support --json for raw JSON output and --key for API key override.
Supported Countries (20)
US, CN, SG, IN, GB, DE, CA, AU, NL, SE, KR, JP, AE, SA, ID, BR, MX, PH, VN, PL
Supported Currencies (19)
USD, EUR, GBP, CNY, JPY, SGD, INR, AUD, CAD, PHP, KRW, AED, SAR, IDR, BRL, MXN, VND, PLN, SEK
Links
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
MCP Server for an Agent Task Marketplace
MCP server for building and testing AI agents with multi-model experimentation and insights.
Official MCP server for Agentwork — delegate tasks to AI agents with human-in-the-loop
Public MCP server for discovering open jobs. Search, filter, and get application links.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceThis MCP server provides hiring automation tools for recruitment processes. It enables users to generate job descriptions, score CVs, create interview questions, benchmark salaries, and draft offer letters through natural language interactions.16MIT
- AlicenseAqualityCmaintenanceMCP server for Recruit CRM, enabling AI assistants to search candidates, view jobs, and manage recruiting workflows.53MIT

trackly-cliofficial
AlicenseNot gradedqualityAmaintenanceMCP server for job search and application tracking, enabling AI agents to search jobs, get details, manage applications, and find contacts across 128K+ jobs and 1,900+ companies.5663MIT- AlicenseNot gradedqualityDmaintenanceMCP server for Hunaras, an AI-native recruiting platform that enables candidates and employers to manage jobs, applications, assessments, and talent sourcing through natural language.16MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tonypk/agenhire-cli'
If you have feedback or need assistance with the MCP directory API, please join our Discord server