Skip to main content
Glama
tsushanth

simplyapply-jobs-mcp

by tsushanth

simplyapply-jobs-mcp

MCP-сервер для реального поиска работы — поиск открытых вакансий на страницах карьеры Greenhouse, Lever, Ashby и SmartRecruiters среди тысяч компаний, обновляется ежедневно. Работает на основе агрегационного API вакансий SimplyApply.

API-ключ не требуется.

Инструменты

  • search_jobs(keyword?, location?, remote?, company?, employment_type?, posted_since?, limit?) — полнотекстовый поиск по текущим открытым вакансиям.

  • get_company_jobs(company) — профиль компании и все текущие открытые вакансии по слагу (как в https://www.simplyappl.ai/companies/{slug}).

Related MCP server: recruiting-jobs-mcp

Установка

git clone https://github.com/tsushanth/simplyapply-jobs-mcp.git
cd simplyapply-jobs-mcp
npm install
npm run build

Добавьте в конфигурацию вашего MCP-клиента:

{
  "mcpServers": {
    "simplyapply-jobs": {
      "command": "node",
      "args": ["/absolute/path/to/simplyapply-jobs-mcp/dist/index.js"]
    }
  }
}

Переменные окружения не нужны — сервер напрямую обращается к публичному API SimplyApply.

Зачем это существует

Поиск работы — действительно хорошая задача для агента: «найди мне удалённые вакансии старшего инженера, опубликованные на этой неделе» — это именно тот тип запроса с множеством ограничений, который человеку пришлось бы выполнять вручную на дюжине страниц карьеры. Этот сервер предоставляет те же агрегированные списки, которые питают simplyappl.ai, напрямую любому MCP-клиенту.

Лицензия

MIT

A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Enables 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.
    4
    73
    2
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables 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.
  • A
    license
    A
    quality
    B
    maintenance
    Search and read public Ashby job boards for named companies, with filtering, full job details, and side-by-side compensation comparison. No API key required.
    6
    5
    352
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables 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.

View all related MCP servers

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...)

View all MCP Connectors

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/tsushanth/simplyapply-jobs-mcp'

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