We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gmen1057/headhunter-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# HeadHunter API Credentials
# Get your credentials at: https://dev.hh.ru/admin
HH_CLIENT_ID=your_client_id_here
HH_CLIENT_SECRET=your_client_secret_here
HH_APP_TOKEN=your_app_token_here
HH_REDIRECT_URI=https://your-domain.com/oauth/callback
# OAuth tokens (obtained after authorization)
# Run: python examples/oauth_flow.py
HH_ACCESS_TOKEN=
HH_REFRESH_TOKEN=