ashby
mcp-ashby
Ashby MCP Pack — kapselt die Ashby-ATS-API
Teil von Pipeworx — ein MCP-Gateway, das KI-Agenten mit über 1476 Live-Datenquellen verbindet.
Tools
Tool | Beschreibung |
| Durchsuche Kandidaten in deinem ATS. Gibt Namen, E-Mails und Bewerbungsmetadaten zurück. Verwende ashby_get_candidate mit der ID für vollständige Profildetails. |
| Rufe das vollständige Kandidatenprofil anhand der ID ab. Gibt Kontaktdaten, Lebenslauf, Interviewverlauf und aktuellen Bewerbungsstatus zurück. |
| Durchsuche offene Stellen. Filtere nach Status (offen, geschlossen, Entwurf, archiviert). Gibt Stellenbezeichnung, Abteilung und Ausschreibungsdetails zurück. |
| Rufe die vollständige Stellenausschreibung anhand der ID ab. Gibt Beschreibung, Anforderungen, Einstellungsphase und Anzahl der Bewerber zurück. |
| Durchsuche Bewerbungen über alle Positionen hinweg. Gibt Kandidatenname, beworbene Stelle, Bewerbungsphase und Einreichungsdatum zurück. |
Related MCP server: MCP Ashby Connector
Quick Start
Füge es zu deinem MCP-Client hinzu (Claude Desktop, Cursor, Windsurf usw.):
{
"mcpServers": {
"ashby": {
"url": "https://gateway.pipeworx.io/ashby/mcp"
}
}
}Was dieser Endpunkt tatsächlich bereitstellt
tools/list unter https://gateway.pipeworx.io/ashby/mcp gibt die Tools in der obigen Tabelle zurück plus die gemeinsamen Pipeworx-Meta-Tools — ask_pipeworx, discover_tools, search_within, remember/recall und den Rest des Gateway-weiten Satzes. Die Anzahl der Tools, die du siehst, ist also größer als diese Tabelle: Ein Einzel-Pack-Endpunkt listet derzeit etwa 30 gemeinsame Tools neben den eigenen des Packs auf. Die initialize-Antwort der Verbindung gibt den genauen Umfang an und ist die maßgebliche Antwort für einen bestimmten Tag.
Das ist beabsichtigt, kein versehentliches Multiplexing. Die Meta-Tools ermöglichen es einer eingeschränkten Verbindung, eine Frage zu beantworten, die dieses Pack nicht abdeckt — über ask_pipeworx, das über den gesamten Katalog routet — ohne dass du einen zweiten MCP-Server hinzufügen musst. Es gibt derzeit keine Möglichkeit, einen Pack-Endpunkt ohne sie zu mounten; wenn die zusätzlichen Schemas mehr Kontext kosten, als das Routing wert ist, verbinde dich einmal mit dem vollständigen Gateway, anstatt mit mehreren Pack-Endpunkten.
Oder verbinde dich mit dem vollständigen Pipeworx-Gateway, um die Tools jedes Packs direkt aufgelistet zu bekommen, anstatt nur die dieses Packs:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Beide URLs erreichen dasselbe Gateway und dieselben über 1476 Datenquellen. Der einzige Unterschied besteht darin, welche Pack-Tools direkt aufgelistet sind; ask_pipeworx erreicht alle von beiden aus.
Verwendung mit ask_pipeworx
Anstatt Tools direkt aufzurufen, kannst du Fragen in einfachem Englisch stellen — das funktioniert sowohl auf dem Pack-Endpunkt oben als auch auf dem vollständigen Gateway:
ask_pipeworx({ question: "your question about Ashby data" })Das Gateway wählt das richtige Tool aus und füllt die Argumente automatisch aus.
More
License
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.
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
Ashby ATS job scraper pulls live postings via API with team filtering.
Manage job applications — jobs, companies, boards, notes, and profile — from your AI client.
Query professional profiles, search candidates, and get AI-powered summaries and job fit analysis.
Ashby job boards with employer-published salary data, via an Apify Actor, hosted MCP.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA 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.16MIT
- 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.16MIT
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/pipeworx-io/mcp-ashby'
If you have feedback or need assistance with the MCP directory API, please join our Discord server