From 5ec7eff6ca1d346fc3c9e35bc7ac9be447ff1631 Mon Sep 17 00:00:00 2001 From: unitedideas Date: Fri, 17 Apr 2026 07:41:21 -0700 Subject: [PATCH] Add AI Dev Jobs remote MCP server --- servers/aidevboard/readme.md | 20 ++++++++++++++++++++ servers/aidevboard/server.yaml | 21 +++++++++++++++++++++ servers/aidevboard/tools.json | 1 + 3 files changed, 42 insertions(+) create mode 100644 servers/aidevboard/readme.md create mode 100644 servers/aidevboard/server.yaml create mode 100644 servers/aidevboard/tools.json diff --git a/servers/aidevboard/readme.md b/servers/aidevboard/readme.md new file mode 100644 index 0000000000..ed918ea23b --- /dev/null +++ b/servers/aidevboard/readme.md @@ -0,0 +1,20 @@ +Docs: https://aidevboard.com/docs + +## Tools (4) + +- **search_jobs** — Search active AI/ML engineering jobs by role, tags, location, workplace (remote/hybrid/onsite), experience level, and salary range +- **get_job** — Get full details for a single job by ID or slug +- **list_companies** — List companies hiring for AI/ML roles, sorted by active job count +- **get_stats** — Get aggregate stats — total jobs, companies, workplace distribution, top tags, salary distribution + +## Data + +- 8,400+ active AI/ML engineering roles, refreshed daily from 580 ATS sources (Ashby, Greenhouse, Lever, Workable) +- AI-relevance filtered — roles must match AI/ML engineering criteria, not just mention AI in boilerplate +- Structured salary (where disclosed), tag taxonomy (llm, rag, fine-tuning, computer-vision, robotics, etc.), and company metadata + +## Also available + +- Public REST API: `https://aidevboard.com/api/v1/jobs` +- OpenAPI spec: `https://aidevboard.com/openapi.yaml` +- Embeddable widget: `https://aidevboard.com/widget-docs` diff --git a/servers/aidevboard/server.yaml b/servers/aidevboard/server.yaml new file mode 100644 index 0000000000..3a96e9ed2f --- /dev/null +++ b/servers/aidevboard/server.yaml @@ -0,0 +1,21 @@ +name: aidevboard +type: remote +dynamic: + tools: true +meta: + category: search + tags: + - jobs + - ai + - ml + - engineering + - search + - agents + - remote +about: + title: AI Dev Jobs + description: 'Structured data for 8,400+ active AI/ML engineering jobs from 580 company ATS boards (Anthropic, OpenAI, Meta FAIR, DeepMind, Scale, Cohere, and 475 more). Search by role, tags, location, workplace, salary, experience level. No auth required.' + icon: https://aidevboard.com/favicon.svg +remote: + transport_type: streamable-http + url: https://aidevboard.com/mcp diff --git a/servers/aidevboard/tools.json b/servers/aidevboard/tools.json new file mode 100644 index 0000000000..fe51488c70 --- /dev/null +++ b/servers/aidevboard/tools.json @@ -0,0 +1 @@ +[]