Getonbrd
БесплатноНе проверенEnables AI agents to search and triage LATAM tech job vacancies from the Get on Board public API, with tools for full-text search, filtering by category or comp
Описание
Enables AI agents to search and triage LATAM tech job vacancies from the Get on Board public API, with tools for full-text search, filtering by category or company, and optional job detail retrieval.
README
MCP server for the Get on Board public API — search LATAM tech jobs from Claude Code, Claude Desktop, Cursor, or any Model Context Protocol client.
Get on Board is the leading tech job board for Latin America and Spain. Its public API needs no authentication for search — this server turns it into five typed tools an AI agent can call directly, so an agent can triage vacancies (salary band, remote modality, countries, application count, full description) without scraping a single page.
Born from a real system: I run an agentic job-search pipeline that sources, scores and applies to vacancies daily, and this server is the sourcing layer it uses for Get on Board.
Tools
| Tool | Auth | What it does |
|---|---|---|
search_jobs |
none | Full-text search. Results include the full description — enough to triage without a second call. |
jobs_by_category |
none | Open jobs in one category (programming, machine-learning-ai, …). |
jobs_by_company |
none | Open jobs from one company, by its slug. |
list_categories |
none | Category ids for jobs_by_category. |
get_job |
GETONBRD_API_TOKEN |
One job by id. Optional — search results already carry descriptions. |
Every job is returned compact and HTML-stripped: id, title, category, remote modality and zone,
countries, salary band (when published), publication date, application count, public URL, and the
description (400-char preview by default, full: true for everything including functions,
desirable skills and benefits).
Install
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 / other MCP clients
{
"mcpServers": {
"getonbrd": {
"command": "node",
"args": ["/path/to/getonbrd-mcp/dist/index.js"]
}
}
}
To enable get_job, add an env var with your token from getonbrd.com/api:
"env": { "GETONBRD_API_TOKEN": "..." }
Example
"Find remote TypeScript jobs in LATAM that mention Claude Code or AI agents, published this month, and rank them by fit against my profile."
An agent with this server calls search_jobs a few times, reads the descriptions in the results,
and never touches a browser.
Notes
- The Get on Board API is documented at getonbrd.com/api. This project is not affiliated with Get on Board.
- Salary bands are returned only when the employer publishes them.
published_atis normalized toYYYY-MM-DD;applications_countis a useful competition signal.
License
MIT
ES · Servidor MCP para la API pública de Get on Board
Convierte la API pública de Get on Board (el board tech líder de LATAM y España) en cinco herramientas tipadas para agentes de IA: búsqueda full-text con descripción completa incluida, vacantes por categoría y por empresa, y detalle con token opcional. Nació de un sistema real de búsqueda laboral agéntica que corre a diario — este servidor es su capa de sourcing.
Установить Getonbrd в Claude Desktop, Claude Code, Cursor
unyly install getonbrd-mcpСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add getonbrd-mcp -- npx -y github:JRM-Global/getonbrd-mcpПошаговые гайды: как установить Getonbrd
FAQ
Getonbrd MCP бесплатный?
Да, Getonbrd MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Getonbrd?
Нет, Getonbrd работает без API-ключей и переменных окружения.
Getonbrd — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Getonbrd в Claude Desktop, Claude Code или Cursor?
Открой Getonbrd на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Getonbrd with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
