MCP Ashby Connector
Conector Ashby MCP
Una implementación de servidor de Protocolo de Contexto Modelo (MCP) para la integración de Ashby, que permite a los LLM interactuar con los datos y operaciones del Sistema de Seguimiento de Solicitantes (ATS) de Ashby.
Características
Gestión de candidatos (crear, buscar, listar)
Gestión de trabajos (crear, buscar, listar)
Gestión de aplicaciones (crear, listar, actualizar)
Gestión de entrevistas (crear, enumerar, programar)
Análisis e informes (métricas del pipeline)
Operaciones por lotes (creación/actualización/programación masiva)
Related MCP server: MCP Ashby Connector
Configuración
Protocolo de contexto modelo
Para usar este servidor con el Protocolo de Contexto de Modelo, debe configurarlo en el archivo claude_desktop_config.json . Agregue la siguiente entrada a la sección mcpServers :
{
"mcpServers": {
"ashby": {
"command": "uvx",
"args": [
"--from",
"mcp-ashby-connector",
"ashby"
],
"env": {
"ASHBY_API_KEY": "YOUR_ASHBY_API_KEY"
}
}
}
}Reemplace YOUR_ASHBY_API_KEY con su clave API de Ashby.
Estructura del proyecto
src/
ashby/
server.py # Main MCP server implementationDependencias
El proyecto requiere los siguientes paquetes de Python:
mcp
solicitudes
python-dotenv
This server cannot be installed
Maintenance
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
Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration. More information https://www.apideck.com/mcp-server
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
Enable secure connectivity between Sentry issues and debugging data, and LLM clients, using a Model Context Protocol (MCP) server.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA server implementation that enables interaction with Greenhouse's recruitment and applicant tracking system through Model Context Protocol, providing tools for job listings, candidate management, application filtering, and stage transitions.1
- FlicenseNot gradedqualityNot gradedmaintenanceAn 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.
- AlicenseAqualityFmaintenanceConnects Claude to the Ashby ATS to manage the hiring pipeline through natural conversation. It enables users to browse jobs, manage candidate profiles, track applications, and coordinate interview stages.245MIT
- AlicenseNot gradedqualityDmaintenanceConnects your Ashby recruiting data to Claude, enabling natural language queries and management of candidates, applications, jobs, interviews, offers, and team information.60MIT
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/thnico/mcp-ashby'
If you have feedback or need assistance with the MCP directory API, please join our Discord server