getonbrd-mcp
getonbrd-mcp
Get on Board の公開 API 用 MCP サーバー — Claude Code、Claude Desktop、Cursor、または任意の Model Context Protocol クライアントからLATAMのテック求人を検索できます。
Get on Boardは、ラテンアメリカとスペインを代表するテック求人掲示板です。その公開APIは検索に認証が不要です。このサーバーはそのAPIを、AIエージェントが直接呼び出せる5つの型付きツールに変換します。エージェントは、1ページもスクレイピングすることなく、求人(給与帯、リモート形式、開催国、応募数、完全な説明文)をさばくことができます。
実在のシステムから生まれました。私は日々、求人の収集・スコアリング・応募を自動で行うエージェント型の求職パイプラインを運用しており、このサーバーはそのパイプラインがGet on Boardで利用するソーシング層です。
ツール
ツール | 認証 | 説明 |
| 不要 | フルテキスト検索。完全な説明文込みの結果が返るため、追加呼び出しなしで選別できます。 |
| 不要 | 指定カテゴリ( |
| 不要 | スラグ(slug)で指定した企業の募集中求人。 |
| 不要 |
|
|
| 指定IDの求人を1件取得。オプション — 検索結果には既に説明が含まれています。 |
すべての求人は、コンパクトかつ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のリモートTypeScript求人で、Claude CodeやAIエージェントに言及しているものを検索し、自分のプロフィールへの適合度で並べ替えて。」
このサーバーを利用するエージェントは、search_jobs を何度か呼び出して、結果に含まれる説明文を読むだけです。ブラウザに触れる必要はありません。
Notes
Get on Board APIのドキュメントはgetonbrd.com/apiにあります。このプロジェクトはGet on Boardとは無関係です。
給与帯は、求人企業が公開した場合のみ返されます。
published_atはYYYY-MM-DDに正規化されています。applications_countは求人競争度を示す便利なシグナルです。
ライセンス
MIT
ES · Get on Board の公開 API 用 MCP サーバー
Get on Board の公開 API(LATAM とスペインをリードするテック求人掲示板)を、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