Skip to main content
Glama
JRM-Global

getonbrd-mcp

by JRM-Global

getonbrd-mcp

面向 Get on Board 公共 API 的 MCP 服务器 —— 可用 Claude Code、Claude Desktop、Cursor 或任何 Model Context Protocol 客户端搜索拉美科技职位。

Get on Board 是拉美和西班牙领先的科技职位平台。其公共 API 搜索无需认证认证——本服务器将之转化为 AI 代理可直接调用的五个类型化工具,这样代理无需抓撕任何页面即可对职位进行研判(薪资区间、远程方式、国家、申请人数、完整职位描述)。

它源自一个真实系统:我每天运行一条智能体求职流水线,为职位收集职位、评估职位并投简历,而本服务器正是该流水线在 Get on Board 上使用的寻源层。

工具

工具

认证方式

功能说明

search_jobs

全文搜索。结果包含完整职位描述——无需二次调用即可完成筛选。

jobs_by_category

按类别查看当前职位(programmingmachine-learning-ai、…)。

jobs_by_company

按公司 slug 查看该公司当前职位。

list_categories

jobs_by_category 使用的类别 ID。

get_job

GETONBRD_API_TOKEN

按 ID 获取单个职位。可选——搜索结果已包含职位描述。

每个职位都会以紧凑且去除 HTML 的格式返回:id、标题、类别、远程模式与地区、国家、薪资区间(如果发布)、发布日期、申请人数、职位 URL,以及职位描述——职位描述默认为 400 字符预览,传入 full: true 可获取包括职能、期望技能和福利在内的全部内容。

Related MCP server: @career-now/mcp

安装

git clone https://github.com/JRM-Global/getonbrd-mcp
cd getonbrd-mcp
npm install
npm run build

Claude Code

claude mcp add getonbrd -- node /path/to/getonbrd-mcp/dist/index.js

Claude Desktop / 其他 MCP 客户端

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

如需启用 get_job,请使用 从 getonbrd.com/api 获取的 API 令牌添加环境变量:

"env": { "GETONBRD_API_TOKEN": "..." }

示例

“查找拉美地区提及 Claude Code 或 AI 代理的远程 TypeScript 职位,本月最新发布,并按与我的背景画像的匹配度排序。”

使用本服务器的代理只需调用几次 search_jobs,阅读结果中的职位描述,全程无需触碰浏览器。

说明

  • 本服务器基于 getonbrd.com/api 文档开发。本项目与 Get on Board 无隶属关系。

  • 薪资区间仅在雇主发布时返回。

  • published_at 已归一化为 YYYY-MM-DD申请人数 是一个有效的竞争信号。

许可证

MIT


ES · 面向 Get on Board 公共 API 的 MCP 服务器

将 Get on Board 的公共 API(拉美及西班牙领先的科技求职平台)转化为可向 AI 代理直接暴露联系的种类工具:包含完整职位描述的全文搜索、按类别与按公司筛选职位,以及可选 token 的职位灵详情。它诞生于一个真实运行的智能求职工作流中——本服务器正是该工作流的寻源层。

Install Server
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

  • F
    license
    Not graded
    quality
    F
    maintenance
    Enables AI assistants to search for jobs across multiple platforms (Indeed, LinkedIn, Glassdoor, etc.) using the JobSpy tool, with filtering and structured output.
    104
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to search and explore a large database of tech job listings with filtering options.
    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.
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables searching job listings on joblet.ai by title, company, location, and employment type, and retrieving full job details including description, responsibilities, requirements, salary, and apply link.

View all related MCP servers

Related MCP Connectors

  • Job platform for AI agents. Track tech jobs from companies that match your stack.

  • Search AI-native jobs, inspect application forms, and fetch free interview-prep resources.

  • 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/JRM-Global/getonbrd-mcp'

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