simplyapply-jobs-mcp
simplyapply-jobs-mcp
Un servidor MCP para búsqueda de empleo real y en vivo: busca ofertas abiertas en las páginas de carreras de Greenhouse, Lever, Ashby y SmartRecruiters en miles de empresas, actualizadas a diario. Respaldado por la API de agregación de empleos de SimplyApply.
No se requiere clave de API.
Herramientas
search_jobs(keyword?, location?, remote?, company?, employment_type?, posted_since?, limit?)— búsqueda de texto completo sobre ofertas de empleo actualmente abiertas.get_company_jobs(company)— el perfil de una empresa y todos los roles actualmente abiertos, por slug (como se usa enhttps://www.simplyappl.ai/companies/{slug}).
Related MCP server: recruiting-jobs-mcp
Instalación
git clone https://github.com/tsushanth/simplyapply-jobs-mcp.git
cd simplyapply-jobs-mcp
npm install
npm run buildAñade a la configuración de tu cliente MCP:
{
"mcpServers": {
"simplyapply-jobs": {
"command": "node",
"args": ["/absolute/path/to/simplyapply-jobs-mcp/dist/index.js"]
}
}
}No se necesitan variables de entorno: el servidor se comunica directamente con la API pública de SimplyApply.
Por qué existe esto
La búsqueda de empleo es un caso de uso realmente adecuado para un agente: "encuentra roles de ingeniero staff remotos publicados esta semana" es exactamente el tipo de consulta con múltiples restricciones que un humano haría manualmente en una docena de páginas de carreras. Este servidor expone los mismos listados agregados que impulsan simplyappl.ai directamente a cualquier cliente MCP.
Licencia
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityBmaintenanceEnables searching over 1 million enriched job listings from 20,000+ companies directly from MCP-compatible AI tools. Provides tools for job search, company profiles, and AI-powered similar job recommendations with real-time data updates.4732MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to pull live job listings from major ATS platforms (Greenhouse, Lever, Ashby, Workable), Hacker News hiring threads, and detect hiring signals on company career pages.
- AlicenseAqualityBmaintenanceSearch and read public Ashby job boards for named companies, with filtering, full job details, and side-by-side compensation comparison. No API key required.65352MIT
- FlicenseNot gradedqualityCmaintenanceEnables users to retrieve live job postings from any iCIMS career site, providing structured data including title, requisition ID, employer, locations, employment type, dates, salary, and apply links.
Related MCP Connectors
Live job postings from 30+ ATS feeds and job boards, one schema. Live results need a Bearer key.
Search a live index of millions of open jobs from employer career sites and 100+ ATS platforms.
Unified jobs search over official feeds + ATS boards (USAJOBS, Adzuna, Muse, Greenhouse, Lever...)
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/tsushanth/simplyapply-jobs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server