getonbrd-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@getonbrd-mcpFind remote Node.js jobs in LATAM published this month"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
getonbrd-mcp
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 |
| none | Full-text search. Results include the full description — enough to triage without a second call. |
| none | Open jobs in one category ( |
| none | Open jobs from one company, by its slug. |
| none | Category ids for |
|
| 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).
Related MCP server: @career-now/mcp
Install
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 / 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.
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