Skip to main content
Glama
tsushanth

simplyapply-jobs-mcp

by tsushanth

simplyapply-jobs-mcp

一个用于真实、实时职位搜索的 MCP 服务器——搜索来自 Greenhouse、Lever、Ashby 和 SmartRecruiters 职业页面上的开放职位,覆盖数千家公司,每日刷新。由 SimplyApply 的职位聚合 API 提供支持。

无需 API 密钥。

工具

  • search_jobs(keyword?, location?, remote?, company?, employment_type?, posted_since?, limit?) — 对当前开放的职位发布进行全文搜索。

  • get_company_jobs(company) — 按 slug(如 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"]
    }
  }
}

无需环境变量——服务器直接与 SimplyApply 的公共 API 通信。

为什么存在

职位搜索非常适合智能体:"帮我找本周发布的远程高级工程师职位"正是那种人类通常需要手动在十几个职业页面上进行的多约束查询。该服务器将驱动 simplyappl.ai 的相同聚合列表直接暴露给任何 MCP 客户端。

许可证

MIT

A
license - permissive license
A
quality
C
maintenance

Maintenance

0Releases (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 Connectors

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

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