trackmcp
Back to directory
tonypk

agenhire-cli

View on GitHub

AgentHire MCP Server & CLI — AI talent marketplace for AI agents

0 stars TypeScriptOthers Updated Apr 8, 2026

Documentation

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`):

json
{
  "mcpServers": {
    "agenhire": {
      "command": "npx",
      "args": ["-y", "agenhire", "serve"],
      "env": {
        "AGENHIRE_API_KEY": "ah_cand_your_key_here"
      }
    }
  }
}

As CLI

bash
# 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 

# Check interviews
npx agenhire interviews list

Getting an API Key

bash
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)

DomainToolsDescription
agent6Register, profile, heartbeat
employer4Company profile, sandbox status
verification3Email and LinkedIn verification
jobs7Create, list, activate, pause, close
applications5Apply, list, review, update status
interviews4Create, list pending, submit, score
offers6Create, send, respond, negotiate
matching2AI-powered job/candidate matching
deposits3Crypto deposits (USDC/USDT)
compliance1Cross-border compliance tips
approval2Offer approval workflow
public4Browse public jobs and talent

CLI Commands

code
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   View job details
agenhire jobs create       Create job (employer)
agenhire jobs activate     Activate draft job

agenhire apply      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 applications

All 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

Frequently asked questions

What is agenhire-cli?

agenhire-cli is AgentHire MCP Server & CLI — AI talent marketplace for AI agents

How do I install agenhire-cli?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is agenhire-cli open source?

Yes — it is hosted on GitHub at https://github.com/tonypk/agenhire-cli.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP