AI Dev Jobs
https://aidevboard.com/mcpskills: {'id': 'search_jobs', 'name': 'search_jobs', 'description': 'Search curated AI/ML engineering roles. Filter by tags (e.g. llm, pytorch), workplace (remote/hybrid/onsite), experience level, salary range, or keyword. Results are ranked by quality score and recency.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_job', 'name': 'get_job', 'description': 'Fetch full job posting by ID or slug: title, description, requirements, salary, workplace, tags, apply URL. Use after search_jobs to read a specific listing.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_companies', 'name': 'list_companies', 'description': 'Returns top AI/ML companies by active role count, optionally with average salary. Useful for discovering who is hiring in AI.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_company', 'name': 'get_company', 'description': 'Get detailed profile for an AI company: total open roles, salary range, top tags/skills, workplace distribution, and apply URL. Use after list_companies or search_jobs to learn more about a specific employer.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_stats', 'name': 'get_stats', 'description': 'Current AI Dev Jobs index statistics: total active jobs, companies hiring, median salary, new jobs today / this week, and the top 10 trending tags across jobs posted in the last 7 days.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'match_jobs', 'name': 'match_jobs', 'description': 'Rank active AI/ML jobs against a candidate profile (skills, salary range, workplace, level). Scoring combines tag overlap (+2 per match), salary overlap (+3), workplace/level/type/location matches, and description keyword hits. Use this when an agent is choosing which role to surface to its user — it returns pre-ranked matches with scoring explanations.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_salary_data', 'name': 'get_salary_data', 'description': "Salary benchmarks for AI/ML roles. Filter by tag (e.g. 'llm', 'pytorch'), experience level, workplace type, or company. Returns average, median, p25, p75, min, max, and sample count. Useful for compensation research and negotiation.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_similar_jobs', 'name': 'get_similar_jobs', 'description': 'Given a job ID or slug, return active jobs that match on tag overlap, same workplace, level, and job type. Ranked by similarity score (tag overlap weighted 3x). Use after search_jobs to surface nearby roles — matches the /jobs/{id}/similar REST endpoint.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 295.2ms; conformance: pass
How to connect
https://aidevboard.com/mcp
curl -X POST https://aidevboard.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'