HireBase MCP Server
HireBase MCP 服务器
模型上下文协议 (MCP) 服务器提供与 HireBase Job API 交互的工具。
可用的 MCP 相互作用
该服务器公开以下 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。
Related MCP server: JobDataLake MCP Server
客户端设置(示例:Claude Desktop、Cursor)
要将此服务器与 Claude Desktop 或 Cursor 等 MCP 客户端一起使用,您需要配置客户端以运行服务器进程并选择性地提供 HireBase API 密钥。
确保已安装
uv:curl -LsSf https://astral.sh/uv/install.sh | sh**获取 HireBase API 密钥(可选):**从HireBase请求密钥您可以将其设置为环境变量(
HIREBASE_API_KEY)或将其留空。配置您的客户端:
使用
uvx:**Claude Desktop:**编辑您的
claude_desktop_config.json:{ "mcpServers": { "hirebase": { "command": "uvx", "args": [ "hirebase-mcp" ], "env": { "HIREBASE_API_KEY": "" } } } }**光标:**转到设置 > MCP > 添加服务器:
Mac/Linux 命令:
uvx hirebase-mcp(如有需要,调整包名称)Windows 命令:
cmdWindows 参数:
/c、uvx、hirebase-mcp(如果需要,调整包名称)在适当的部分设置
HIREBASE_API_KEY环境变量。
通过 Python 从源代码运行(替代方法):
克隆 repo 并记下克隆到的位置
**Claude Desktop:**编辑您的
claude_desktop_config.json:GXP2
发展
该项目使用:
uv用于依赖管理和虚拟环境用于 linting 和格式化的
ruffhatch构建后端
常见任务
# Setup virtual env
uv venv
# Install dependencies
uv pip install -e .
# install cli tools
uv tool install ruff
# Run linting
ruff check .
# Format code
ruff format .环境变量
HIREBASE_API_KEY(必需):用于访问 HireBase API 的 API 密钥。服务器需要此密钥才能发出经过身份验证的职位数据请求。
测试
该项目使用pytest测试核心工具逻辑。测试使用unittest.mock模拟外部 API 调用。
安装测试依赖项:
# Ensure you are in your activated virtual environment (.venv)
uv pip install -e '.[test]'运行测试:
# Example command
pytest贡献
欢迎投稿。
执照
该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅LICENSE文件。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides AI assistants with access to the Adzuna Job Search API to search millions of job listings, analyze salary data, and research top employers across 12 countries with comprehensive filtering options.715MIT
- AlicenseAqualityBmaintenanceEnables searching over 1 million enriched job listings from 20,000+ companies directly from MCP-compatible AI tools. Provides tools for job search, company profiles, and AI-powered similar job recommendations with real-time data updates.4812MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to pull live job listings from major ATS platforms (Greenhouse, Lever, Ashby, Workable), Hacker News hiring threads, and detect hiring signals on company career pages.
- AlicenseBqualityDmaintenanceEnables searching and retrieving job listings from the Active Jobs Db API with support for multiple filters like title, location, organization, and AI-based fields.6MIT
Related MCP Connectors
Search AI-native jobs, inspect application forms, and fetch free interview-prep resources.
Live job postings from 30+ ATS feeds and job boards, one schema. Live results need a Bearer key.
Search a live index of millions of open jobs from employer career sites and 100+ ATS platforms.
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/jhgaylor/hirebase-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server