HireBase MCP Server
HireBase MCP サーバー
HireBase ジョブ API と対話するためのツールを提供するモデル コンテキスト プロトコル (MCP) サーバー。
利用可能な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、Web サイト、履歴書のテキスト) に基づいて構造化されたプロンプトを生成し、求職を支援します。パラメータ:
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 | shHireBase 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 経由でソースから実行する (代替):
リポジトリをクローンし、クローンした場所をメモします
Claude Desktop:
claude_desktop_config.jsonを編集する: GXP2
発達
このプロジェクトでは以下を使用します:
依存関係管理と仮想環境のための
uvリンティングとフォーマットのための
ruffビルドバックエンドとしての
hatch
一般的なタスク
# 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 キー。サーバーが求人データへの認証済みリクエストを行うために必要です。
テスト
このプロジェクトでunittest.mock 、コアツールロジックのテストに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