AI & Machine Learning
aidevboard.com
Search and retrieve AI/ML engineering job listings and company profiles.
ENDPOINT 1
https://aidevboard.com/mcp
MCP server metadata
- Name
- aidevjobs
- Version
- 1.0.0
Specialized job board for AI/ML engineers. Search and matching are free. Candidates may use analyze_application_readiness without identity for a transient gap analysis, or call compile_job_specific_resume without identity for a non-persisted $0 preview based only on candidate-verified evidence. A verified candidate key is required to save an immutable draft. After a saved compilation, the agent must stop, display the complete artifact verbatim, and ask the candidate_review approval question. Saved drafts are non-submitting; only after the email-verified human candidate explicitly approves that exact artifact and job may the agent call approve_compiled_application, then apply_to_job with the short-lived single-use authorization. Candidates may use record_my_application_outcome to create a $0 self-reported screening-progression receipt; it is not employer verification or an acceptance-rate claim. Employer-reported interviews require independent candidate confirmation through list_my_interview_outcomes and respond_to_interview_outcome; candidates and agents are never charged. The sole commercial model is an employer-funded, owner-reviewed outcome pilot that never affects organic search.
Known tools 20
get_jobFetch full job posting by ID or slug: title, description, requirements, salary, workplace, tags, apply URL.
Inferred read-onlylist_companiesReturns top AI/ML companies by active role count, optionally with average salary.
Inferred read-onlyget_companyGet detailed profile for an AI company: total open roles, salary range, top tags/skills, workplace distribution, and apply URL.
Inferred read-onlyget_statsCurrent 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.
Inferred read-onlyget_similar_jobsGiven a job ID or slug, return active jobs that match on tag overlap, same workplace, level, and job type.
Inferred read-onlylist_tagsReturns all available job tags/skills with the count of active jobs for each.
Inferred read-onlyanalyze_application_readinessAnalyze candidate-verified evidence against one active job for $0 without requiring identity.
Inferred read-onlycompile_job_specific_resumeCompile a $0 candidate-controlled ATS-oriented plain-text Markdown resume for one active job using only candidate-verified evidence.
Inferred read-onlyapprove_compiled_applicationCreate a short-lived, single-use authorization for one email-verified candidate, one exact compiled artifact hash, and one unchanged active job.
Potential side effectsapply_to_jobSubmit only the exact, visible compiled artifact after the email-verified human principal approves its hash.
Potential side effectsrecord_my_application_outcomeRecord one email-verified candidate's explicitly authorized, fixed-taxonomy application outcome for $0.
Potential side effectslist_my_interview_outcomesList employer-reported interview outcomes for applications submitted with the authenticated developer API key.
Inferred read-onlyrespond_to_interview_outcomeRecord the authenticated candidate's independent response to an employer-reported interview.
Inferred read-onlylist_productsReturns AI Dev Board's only agent-readable commercial offer: the employer-funded Verified Interview Pilot.
Inferred read-onlyquote_productReturns the deterministic, outcome-only terms for AI Dev Board's Verified Interview Pilot.
Inferred read-onlystart_checkoutReturns a non-charging owner-review request template for the Verified Interview Pilot only.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.aidevjobs]
url = "https://aidevboard.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aidevjobs": {
"type": "http",
"url": "https://aidevboard.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aidevjobs
Remote MCP URL: https://aidevboard.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"aidevjobs": {
"url": "https://aidevboard.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aidevjobs": {
"type": "http",
"url": "https://aidevboard.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aidevjobs",
"transport": "streamable-http",
"url": "https://aidevboard.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for aidevboard.com was fetched 2026-09-26T11:03:32.465Z.
aidevboard.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.