Skip to main content
Glama
pipeworx-io

ashby

by pipeworx-io

mcp-ashby

Ashby MCP Pack — Ashby ATS API をラップします

Pipeworx の一部 — AI エージェントを 1476 以上のライブデータソースに接続する MCP ゲートウェイです。

ツール

ツール

説明

ashby_list_candidates

ATS 内の候補者を検索します。名前、メール、応募メタデータを返します。完全なプロフィール詳細は ID を指定して ashby_get_candidate を使用してください。

ashby_get_candidate

ID で完全な候補者プロフィールを取得します。連絡先情報、履歴書、面接履歴、現在の応募ステータスを返します。

ashby_list_jobs

公開中のポジションを検索します。ステータス(公開、クローズ、下書き、アーカイブ)でフィルタリングできます。職種、部署、掲載詳細を返します。

ashby_get_job

ID で完全な求人情報を取得します。説明、要件、採用ステージ、応募者数を返します。

ashby_list_applications

全ポジションの応募を検索します。候補者名、応募職種、応募ステージ、提出日を返します。

Related MCP server: MCP Ashby Connector

クイックスタート

MCP クライアント(Claude Desktop、Cursor、Windsurf など)に追加します:

{
  "mcpServers": {
    "ashby": {
      "url": "https://gateway.pipeworx.io/ashby/mcp"
    }
  }
}

このエンドポイントが実際に提供するもの

tools/listhttps://gateway.pipeworx.io/ashby/mcp で、上記の表のツールに加えて、共有の Pipeworx メタツールask_pipeworxdiscover_toolssearch_withinremember/recall およびゲートウェイ全体のその他のツールを返します。したがって、表示されるツール数はこの表よりも多くなります。単一パックのエンドポイントには、現在、パック独自のツールに加えて約 30 の共有ツールがリストされています。接続の initialize レスポンスは正確なスコープを示し、その日の権威ある回答となります。

これは意図的なものであり、偶然の多重化ではありません。メタツールにより、スコープされた接続が、このパックがカバーしない質問に回答できるようになります — ask_pipeworx を介して、カタログ全体にルーティングされます — 2 つ目の MCP サーバーを追加することなく。現在、メタツールなしでパックエンドポイントをマウントする方法はありません。追加のスキーマがルーティングの価値よりも多くのコンテキストを消費する場合は、複数のパックエンドポイントに接続するのではなく、フルゲートウェイに一度接続してください。

または、フル Pipeworx ゲートウェイに接続して、このパックだけでなく、すべてのパックのツールを直接リスト表示することもできます:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

両方の URL は同じゲートウェイと同じ 1476 以上のデータソースに到達します。唯一の違いは、どのパックのツールが直接リストされるかです。ask_pipeworx はどちらからでもすべてのツールに到達できます。

ask_pipeworx での使用

ツールを直接呼び出す代わりに、平易な英語で質問できます。これは上記のパックエンドポイントでもフルゲートウェイでも機能します:

ask_pipeworx({ question: "your question about Ashby data" })

ゲートウェイが適切なツールを選択し、引数を自動的に入力します。

詳細

ライセンス

MIT

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    A server implementation that enables LLMs to interact with Ashby's Applicant Tracking System, allowing management of candidates, jobs, applications, interviews, and analytics through the Model Context Protocol.
    16
    MIT
  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    An MCP server that enables LLMs to interact with Ashby's Applicant Tracking System for managing candidates, jobs, applications, and interviews. It supports data operations, batch processing, and access to pipeline analytics and reporting.
    -
  • A
    license
    Not graded
    quality
    D
    maintenance
    Connects your Ashby recruiting data to Claude, enabling natural language queries and management of candidates, applications, jobs, interviews, offers, and team information.
    16
    MIT

Latest Blog Posts

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

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