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 クライアントからLATAMのテック求人を検索できます。

Get on Boardは、ラテンアメリカとスペインを代表するテック求人掲示板です。その公開APIは検索に認証が不要です。このサーバーはそのAPIを、AIエージェントが直接呼び出せる5つの型付きツールに変換します。エージェントは、1ページもスクレイピングすることなく、求人(給与帯、リモート形式、開催国、応募数、完全な説明文)をさばくことができます。

実在のシステムから生まれました。私は日々、求人の収集・スコアリング・応募を自動で行うエージェント型の求職パイプラインを運用しており、このサーバーはそのパイプラインが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の求人を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 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 から取得したトークンを環境変数として追加してください:

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

「今月公開されたLATAMのリモートTypeScript求人で、Claude CodeやAIエージェントに言及しているものを検索し、自分のプロフィールへの適合度で並べ替えて。」

このサーバーを利用するエージェントは、search_jobs を何度か呼び出して、結果に含まれる説明文を読むだけです。ブラウザに触れる必要はありません。

Notes

  • Get on Board APIのドキュメントはgetonbrd.com/apiにあります。このプロジェクトはGet on Boardとは無関係です。

  • 給与帯は、求人企業が公開した場合のみ返されます。

  • published_atYYYY-MM-DD に正規化されています。applications_count は求人競争度を示す便利なシグナルです。

ライセンス

MIT


ES · Get on Board の公開 API 用 MCP サーバー

Get on Board の公開 API(LATAM とスペインをリードするテック求人掲示板)を、AIエージェントのための5つの型付きツールに変換します。完全な説明を含むフルテキスト検索、カテゴリ別・企業別の求人、トークンオプション付きの詳細取得。現役のエージェント型求人検索パイプラインから生まれました。毎日稼働しており、このサーバーはそのソーシング層です。

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