Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions servers/aidevboard/readme.md
Original file line number Diff line number Diff line change
@@ -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`
21 changes: 21 additions & 0 deletions servers/aidevboard/server.yaml
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions servers/aidevboard/tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]