MCP アシュビーコネクタ
Ashby 統合用のモデル コンテキスト プロトコル (MCP) サーバー実装。これにより、LLM は Ashby の応募者追跡システム (ATS) のデータおよび操作と対話できるようになります。
特徴
- 候補者管理(作成、検索、リスト)
- ジョブ管理(作成、検索、一覧表示)
- アプリケーション管理(作成、一覧表示、更新)
- 面接管理(作成、リスト、スケジュール)
- 分析とレポート(パイプライン指標)
- バッチ操作(一括作成/更新/スケジュール)
構成
モデルコンテキストプロトコル
このサーバーをモデルコンテキストプロトコルで使用するには、 claude_desktop_config.json
ファイルで設定する必要があります。mcpServers セクションに次のエントリmcpServers
追加してください。
YOUR_ASHBY_API_KEY
を Ashby API キーに置き換えます。
プロジェクト構造
依存関係
このプロジェクトには次の Python パッケージが必要です。
- マクピー
- リクエスト
- Python-dotenv
This server cannot be installed
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.
LLM が Ashby の応募者追跡システムと対話できるようにし、モデル コンテキスト プロトコルを通じて候補者、求人、応募、面接、分析を管理できるようにするサーバー実装。
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that enables LLMs to interact with Salesforce data through SOQL queries, SOSL searches, and various API operations including record management.Last updated -10128PythonMIT License
- AsecurityFlicenseAqualityA server that implements the Model Context Protocol to connect LLMs to Brightsy AI agents, allowing users to pass messages to and receive responses from these agents.Last updated -10JavaScript
- -securityFlicense-qualityA Model Context Protocol server that enables LLMs to interact with Databricks workspaces through natural language, allowing SQL query execution and job management operations.Last updated -40Python
- -securityAlicense-qualityA Model Context Protocol server that enables LLMs to interact with databases (currently MongoDB) through natural language, supporting operations like querying, inserting, deleting documents, and running aggregation pipelines.Last updated -TypeScriptMIT License