-
securityF
license-
qualityEnables searching for AI agents by keywords or categories, allowing users to discover tools like coding agents, GUI agents, or industry-specific assistants across marketplaces.
Last updated -
39
模型上下文协议 (MCP) 服务器提供与 HireBase Job API 交互的工具。
该服务器公开以下 MCP 交互:
search_jobs
:使用 HireBase API 根据各种标准(关键字、职位、地点、薪水等)搜索职位。query
、 and_keywords
、 or_keywords
、 not_keywords
、 title
、 category
、 country
、 city
、 location_type
、 company
、 salary_from
、 salary_to
、 salary_currency
、 years_from
、 years_to
、 visa
、 limit
。get_job
:使用 HireBase ID 检索有关特定工作的详细信息。job_id
。create_candidate_profile
:根据候选人详细信息(姓名、LinkedIn、网站、简历文本)生成结构化提示,以帮助指导求职。name
、 linkedin_url
、 personal_website
、 resume_text
。要将此服务器与 Claude Desktop 或 Cursor 等 MCP 客户端一起使用,您需要配置客户端以运行服务器进程并选择性地提供 HireBase API 密钥。
uv
: curl -LsSf https://astral.sh/uv/install.sh | sh
HIREBASE_API_KEY
)或将其留空。uvx
:claude_desktop_config.json
:uvx hirebase-mcp
(如有需要,调整包名称)cmd
/c
、 uvx
、 hirebase-mcp
(如果需要,调整包名称)HIREBASE_API_KEY
环境变量。claude_desktop_config.json
:GXP2该项目使用:
uv
用于依赖管理和虚拟环境ruff
hatch
构建后端HIREBASE_API_KEY
(必需):用于访问 HireBase API 的 API 密钥。服务器需要此密钥才能发出经过身份验证的职位数据请求。该项目使用pytest
测试核心工具逻辑。测试使用unittest.mock
模拟外部 API 调用。
欢迎投稿。
该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅LICENSE文件。
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
提供与 HireBase Job API 交互的工具,使用户能够使用各种标准搜索职位,并通过自然语言检索详细的职位信息。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jhgaylor/hirebase-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server