Skip to main content
Glama

MCP Ashby Connector

by thnico

MCP Ashby 连接器

用于 Ashby 集成的模型上下文协议 (MCP) 服务器实现,允许 LLM 与 Ashby 的申请人跟踪系统 (ATS) 数据和操作进行交互。

特征

  • 候选人管理(创建、搜索、列出)
  • 工作管理(创建、搜索、列出)
  • 应用程序管理(创建、列出、更新)
  • 面试管理(创建、列表、安排)
  • 分析和报告(管道指标)
  • 批量操作(批量创建/更新/计划)

配置

模型上下文协议

要将此服务器与模型上下文协议 (MCP) 一起使用,您需要在claude_desktop_config.json文件中进行配置。在mcpServers部分添加以下条目:

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

用您的 Ashby API 密钥替换YOUR_ASHBY_API_KEY

项目结构

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