Skip to main content
Glama

MCP Ashby Connector

by thnico

MCP アシュビーコネクタ

Ashby 統合用のモデル コンテキスト プロトコル (MCP) サーバー実装。これにより、LLM は Ashby の応募者追跡システム (ATS) のデータおよび操作と対話できるようになります。

特徴

  • 候補者管理(作成、検索、リスト)
  • ジョブ管理(作成、検索、一覧表示)
  • アプリケーション管理(作成、一覧表示、更新)
  • 面接管理(作成、リスト、スケジュール)
  • 分析とレポート(パイプライン指標)
  • バッチ操作(一括作成/更新/スケジュール)

構成

モデルコンテキストプロトコル

このサーバーをモデルコンテキストプロトコルで使用するには、 claude_desktop_config.jsonファイルで設定する必要があります。mcpServers セクションに次のエントリmcpServers追加してください。

{ "mcpServers": { "ashby": { "command": "uvx", "args": [ "--from", "mcp-ashby-connector", "ashby" ], "env": { "ASHBY_API_KEY": "YOUR_ASHBY_API_KEY" } } } }

YOUR_ASHBY_API_KEYを Ashby API キーに置き換えます。

プロジェクト構造

src/ ashby/ server.py # Main MCP server implementation

依存関係

このプロジェクトには次の Python パッケージが必要です。

  • マクピー
  • リクエスト
  • Python-dotenv
-
security - not tested
-
license - not tested
-
quality - not tested

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 の応募者追跡システムと対話できるようにし、モデル コンテキスト プロトコルを通じて候補者、求人、応募、面接、分析を管理できるようにするサーバー実装。

  1. 特徴
    1. 構成
      1. モデルコンテキストプロトコル
    2. プロジェクト構造
      1. 依存関係

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          A 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 -
          10
          77
          Python
          MIT License
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that gives LLMs the ability to interact with Ethereum networks, manage wallets, query blockchain data, and execute smart contract operations through a standardized interface.
          Last updated -
          31
          323
          2
          TypeScript
          MIT License
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that enables LLMs to interact directly with MongoDB databases, allowing users to query collections, inspect schemas, and manage data through natural language.
          Last updated -
          340
          TypeScript
          MIT License
          • Apple
        • -
          security
          F
          license
          -
          quality
          Enables LLMs to perform statistical analysis and generate ML predictions on user data from databases or CSV files through a Model Context Protocol server.
          Last updated -
          Python

        View all related MCP servers

        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/thnico/mcp-ashby'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server