getonbrd-mcp
getonbrd-mcp
Get on Board 공개 API용 MCP 서버 — Claude Code, Claude Desktop, Cursor 또는 모든 Model Context Protocol 클라이언트에서 LATAM 기술 일자리를 검색할 수 있습니다.
Get on Board는 라틴아메리카와 스페인의 대표적인 기술 채용 플랫폼입니다. 공개 API는 검색에 인증이 필요 없는 API이며, 이 서버는 그 API를 AI 에이전트가 직접 호출할 수 있는 다섯 개의 타입 도구로 변환합니다. 따라서 에이전트는 어떤 페이지 하나도 스크레이핑하지 않고 구인 공고(급여 밴드, 원격 근무 방식과 지역, 국가, 지원자 수, 전체 설명)를 선별할 수 있습니다.
실제로 구동되는 시스템을 바탕으로 탄생했습니다. 매일 공고를 발굴(source)하고, 점수를 매기고(scoring), 지원하는 에이전트형 구직 파이프라인을 운영 중이며, 이 서버는 그 파이프라인이 Get on Board에서 공고를 가져오는 소싱 계층입니다.
도구
도구 | 인증 | 기능 |
| 없음 | 전체 텍스트 검색. 결과에 전문(全文) 설명이 포함되어 있어 추가 호출 없이 선별하기에 충분합니다. |
| 없음 | 한 카테고리( |
| 없음 | 한 회사의 slug로 채용 중인 공고를 검색합니다. |
| 없음 |
|
|
| 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 buildClaude Code
claude mcp add getonbrd -- node /path/to/getonbrd-mcp/dist/index.jsClaude Desktop 또는 기타 MCP 클라이언트
{
"mcpServers": {
"getonbrd": {
"command": "node",
"args": ["/path/to/getonbrd-mcp/dist/index.js"]
}
}
}get_job을 활성화하려면 getonbrd.com/api에서 받은 토큰을 가진 환경 변수를 추가하세요:
"env": { "GETONBRD_API_TOKEN": "..." }예
"LATAM에서 Claude Code 또는 AI 에이전트를 언급하는 원격 TypeScript 일자리를 찾고, 이번 달에 게시된 이력을 내 프로필에 얼마나 맞는지에 따라 순위를 매겨 줘."
이 서버를 가진 에이전트는 search_jobs를 몇 번 호출해 결과의 설명을 읽을 뿐, 브라우저를 건드리지 않습니다.
참고 사항
Get on Board API의 문서는 getonbrd.com/api에서 확인할 수 있습니다. 이 프로젝트는 Get on Board에 대한 제휴의.
급여 밴드는 기업이 공개한 경우에만 반환됩니다.
published_at은YYYY-MM-DD로 정규화하며,applications_count는 경쟁 강도를 판단하는 유용한 지표입니다.
라이선스
MIT
ES · Get 공개 API용 MCP 서버 — Get on Board
Get on Board의 공개 API(라틴아메리카와 스페인의 대표적인 기술 채용 플랫폼)를 AI 에이전트가 사영할 수 있는 다섯 가지 5타입 도구로 변환합니다: 전체 설명이 포함된 전체 텍스트 검색, 카테고리 및 회사별 채용 공고, 선택적 토큰을 위한 상세 조회. 실제로 실행되는 에이전트 구직 시스템에서 차용한 서버로, 이 서버가 바로 그 소싱 계층입니다.
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 Servers
FlicenseNot gradedqualityFmaintenanceEnables AI assistants to search for jobs across multiple platforms (Indeed, LinkedIn, Glassdoor, etc.) using the JobSpy tool, with filtering and structured output.104
@career-now/mcpofficial
AlicenseNot gradedqualityCmaintenanceEnables AI agents to search and explore a large database of tech job listings with filtering options.MIT- 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.
- FlicenseNot gradedqualityCmaintenanceEnables 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.
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...)
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/JRM-Global/getonbrd-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server