Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

AI Dev Jobs

REMOTE · AIDEVBOARD.COM · SCANNED SEP 24

MCP for 8,700+ current AI jobs. 13 tools: search, match, salaries, companies, commerce quotes.

Available components

0 this week 79 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability74
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2546 tokens (~127/item across 20 items; 20 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage97
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 90% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 20 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 21 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the AI Dev Jobs MCP server?

AI Dev Jobs is a hosted endpoint at https://aidevboard.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · aidevboard.com

# add to Claude Code
claude mcp add --transport http com-aidevboard-jobs 'https://aidevboard.com/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-aidevboard-jobs": {
      "url": "https://aidevboard.com/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-aidevboard-jobs": {
      "type": "http",
      "url": "https://aidevboard.com/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.com-aidevboard-jobs]
url = "https://aidevboard.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-aidevboard-jobs": {
      "type": "remote",
      "url": "https://aidevboard.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-aidevboard-jobs --url 'https://aidevboard.com/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-aidevboard-jobs:
    url: "https://aidevboard.com/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-aidevboard-jobs": {
      "Transport": "http",
      "Url": "https://aidevboard.com/mcp"
    }
  }
}
# add to Vellum
assistant mcp add com-aidevboard-jobs -t streamable-http -u 'https://aidevboard.com/mcp'
// mcp.json
{
  "mcpServers": {
    "com-aidevboard-jobs": {
      "type": "http",
      "url": "https://aidevboard.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 8 Sept 26 +1
    • Stability: fail → pass security
  • 1 Sept 26 −1
    • Stability: pass → fail security
  • 26 Aug 26 79
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 0
    • Stability: 0.97 → pass security
  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 9 Aug 26 0
    • A breaking change shipped without a version bump: still 1.0.0 security
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “apply_to_job” rewrote its description, which is the text the model reads security
    • Tool “get_stats” rewrote its description, which is the text the model reads security
    • Tool “list_products” rewrote its description, which is the text the model reads security
    • Tool “match_jobs” rewrote its description, which is the text the model reads security
    • Tool “quote_product” rewrote its description, which is the text the model reads security
    • Tool “search_jobs” rewrote its description, which is the text the model reads security
    • Tool “start_checkout” rewrote its description, which is the text the model reads security
    • “apply_to_job” made “compiled_artifact_hash” required, so existing callers break functional
    • “apply_to_job” made “compiled_artifact_id” required, so existing callers break functional
    • “apply_to_job” made “compiled_authorization_id” required, so existing callers break functional
    • Schema quality: 150 → 127 functional
    • Tool coverage: 83% → 90% functional
    • Schema quality: fair → good functional
    • “apply_to_job” reworded the description of “compiled_artifact_id” cosmetic
    • “quote_product” reworded the description of “product_id” cosmetic
    • “apply_to_job” dropped the optional parameter “cover_letter” cosmetic
    • “apply_to_job” dropped the optional parameter “email” cosmetic
    • “apply_to_job” dropped the optional parameter “experience_years” cosmetic
    • “apply_to_job” dropped the optional parameter “github_url” cosmetic
    • “apply_to_job” dropped the optional parameter “linkedin_url” cosmetic
    • “apply_to_job” dropped the optional parameter “name” cosmetic
    • “apply_to_job” dropped the optional parameter “portfolio_url” cosmetic
    • “apply_to_job” dropped the optional parameter “resume_url” cosmetic
    • “apply_to_job” dropped the optional parameter “skills” cosmetic
    • “quote_product” dropped the optional parameter “sku” cosmetic
    • “quote_product” dropped the optional parameter “tier” cosmetic
    • “start_checkout” dropped the optional parameter “buyer_email” cosmetic
    • “start_checkout” dropped the optional parameter “demand_category” cosmetic
    • “start_checkout” dropped the optional parameter “job_id” cosmetic
    • “start_checkout” dropped the optional parameter “payment_mode” cosmetic
    • “start_checkout” dropped the optional parameter “sku” cosmetic
    • “start_checkout” dropped the optional parameter “source_tool” cosmetic
    • “start_checkout” dropped the optional parameter “visible_job_results” cosmetic
    • Tool “list_products” changed its title: List Paid Products → List Outcome-Based Employer Pilot cosmetic
    • Tool “start_checkout” changed its title: Start Checkout → Request Outcome-Based Employer Pilot Review cosmetic
  • 4 Aug 26 0
    • Tool “start_checkout” rewrote its description, which is the text the model reads security
    • Schema quality: good → fair functional
    • “start_checkout” reworded the description of “buyer_email” cosmetic
  • 3 Aug 26 0
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “list_products” rewrote its description, which is the text the model reads security
    • Tool “match_jobs” rewrote its description, which is the text the model reads security
    • Tool “search_jobs” rewrote its description, which is the text the model reads security
    • Tool “start_checkout” rewrote its description, which is the text the model reads security
    • Schema quality: 116 → 148 functional
    • Tool coverage: 77% → 83% functional
    • New tool “analyze_application_readiness” functional
    • New tool “approve_compiled_application” functional
    • New tool “compile_job_specific_resume” functional
    • New tool “record_my_application_outcome” functional
    • “apply_to_job” added an optional parameter “compiled_artifact_hash” cosmetic
    • “apply_to_job” added an optional parameter “compiled_artifact_id” cosmetic
    • “apply_to_job” added an optional parameter “compiled_authorization_id” cosmetic
    • “start_checkout” added an optional parameter “company” cosmetic
    • “start_checkout” added an optional parameter “demand_category” cosmetic
    • “start_checkout” added an optional parameter “employer_name” cosmetic
    • “start_checkout” added an optional parameter “pilot_authority_asserted” cosmetic
    • “start_checkout” added an optional parameter “pilot_role_reference” cosmetic
    • “start_checkout” added an optional parameter “pilot_terms_acknowledged” cosmetic
    • “start_checkout” added an optional parameter “source_tool” cosmetic
    • “start_checkout” added an optional parameter “visible_job_results” cosmetic
    • “start_checkout” added an optional parameter “work_email” cosmetic
    • “quote_product” reworded the description of “product_id” cosmetic
    • “start_checkout” reworded the description of “buyer_email” cosmetic
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 24 Sept 2026 · Probed https://aidevboard.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=aidevboard.com CN=YE2,O=Let's Encrypt,C=US 2 Aug 2026 31 Oct 2026 ECDSA 256 ECDSA-SHA384 62698184d4c65f5d9ca229e946b806a7dc2
SANs: aidevboard.com
CN=YE2,O=Let's Encrypt,C=US (CA) CN=Root YE,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 ECDSA 384 ECDSA-SHA384 4df3b15dd6c0784c507cd37b58e6f115
CN=Root YE,O=ISRG,C=US (CA) CN=ISRG Root X2,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 ECDSA-SHA384 872165fc34b6e5fba8add5b3705fb53a
CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 SHA256-RSA 6c8f1dc727c7117f7baf853ac980f9cd

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of aidevboard.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
aidevboard.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=31536000; includeSubDomains
x-content-type-options nosniff
x-frame-options DENY
referrer-policy strict-origin-when-cross-origin
permissions-policy geolocation=(), microphone=(), camera=()

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://aidevboard.com/mcp Verified 200
http (plaintext) http://aidevboard.com/mcp HTTPS enforced 301 https://aidevboard.com/mcp
MCP tools · 20 exposed · ~2,327 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
analyze_application_readiness ~135

Analyze candidate-verified evidence against one active job for $0 without requiring identity. The transient response reports covered and unsupported public job signals without an acceptance probability, does not persist candidate evidence, does not submit an application, and rejects hidden screening-model instructions.

NameTypeReqDescription
candidate_skillsarrayCandidate-declared skills used to identify relevant public job language. Only verified evidence counts as coverage.
evidence_bulletsarrayCandidate-owned factual evidence. Raw text is processed transiently and is not retained in MCP analytics.
job_idstringyesActive job UUID or slug returned by search_jobs or get_job.

No output schema declared.

No examples provided.

apply_to_job ~152

Submit only the exact, visible compiled artifact after the email-verified human principal approves its hash. Requires the single-use approval authorization, an API key, and principal_authorized=true. Candidates and agents are never charged.

NameTypeReqDescription
compiled_artifact_hashstringyesExact SHA-256 hash of the candidate-approved compiled artifact.
compiled_artifact_idstringyesPrivate artifact ID returned by compile_job_specific_resume.
compiled_authorization_idstringyesShort-lived single-use authorization returned by approve_compiled_application.
job_idstringyesActive job UUID returned by search_jobs or get_job.
principal_authorizedbooleanyesTrue only after the named candidate explicitly authorizes this exact application.

No output schema declared.

No examples provided.

approve_compiled_application ~119

Create a short-lived, single-use authorization for one email-verified candidate, one exact compiled artifact hash, and one unchanged active job. Requires principal_authorized=true, costs the candidate $0, and does not submit an application.

NameTypeReqDescription
artifact_hashstringyesExact SHA-256 artifact hash returned by compile_job_specific_resume.
artifact_idstringyesPrivate artifact ID returned by compile_job_specific_resume.
principal_authorizedbooleanyesTrue only after the named candidate reviews and authorizes this exact artifact for its exact job.

No output schema declared.

No examples provided.

compile_job_specific_resume ~165

Compile a $0 candidate-controlled ATS-oriented plain-text Markdown resume for one active job using only candidate-verified evidence. Without identity, returns a transient non-persisted preview that cannot be approved or submitted. With a verified candidate key, saves an immutable draft hash plus a machine-readable candidate_review handoff and requires the agent to pause for explicit human review. Never submits or authorizes an application.

NameTypeReqDescription
candidate_skillsarrayCandidate-declared skills. The draft lists a skill as evidence-backed only when verified evidence supports it.
evidence_bulletsarrayyesCandidate-owned factual evidence. Raw text is processed transiently and is not retained in MCP analytics.
job_idstringyesActive job UUID or slug returned by search_jobs or get_job.

No output schema declared.

No examples provided.

get_company ~87

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.

NameTypeReqDescription
slugstringyesCompany slug (e.g. 'anthropic', 'openai', 'deepmind'). Use the slug from search_jobs or list_companies results.

No output schema declared.

No examples provided.

get_job ~56

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.

NameTypeReqDescription
idstringyesJob ID (UUID) or slug

No output schema declared.

No examples provided.

get_salary_data ~129

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.

NameTypeReqDescription
companystringCompany slug (e.g. 'anthropic', 'openai')
levelstringExperience level
tagstringFilter by tag (e.g. 'llm', 'pytorch', 'agents')
workplacestringWorkplace type

No output schema declared.

No examples provided.

get_similar_jobs ~104

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.

NameTypeReqDescription
idstringyesJob ID (UUID) or slug — same identifier get_job accepts
limitintegerMax results (default 5, max 20)

No output schema declared.

No examples provided.

get_stats ~63

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. This is free index data and does not create a payment handoff.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_trending_companies ~106

Companies posting the most AI/ML jobs in the last N days. Complements get_stats trending_tags_7d — while that answers 'what skills are trending', this answers 'who's hiring most aggressively'. Returns company name/slug/logo plus the count of new jobs in the window.

NameTypeReqDescription
daysintegerLook-back window in days (default 7, max 30)
limitintegerMax results (default 10, max 25)

No output schema declared.

No examples provided.

list_companies ~51

Returns top AI/ML companies by active role count, optionally with average salary. Useful for discovering who is hiring in AI.

NameTypeReqDescription
limitintegerMax companies (default 20, max 50)

No output schema declared.

No examples provided.

list_my_interview_outcomes ~35

List employer-reported interview outcomes for applications submitted with the authenticated developer API key. No candidate fee is ever created.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_products ~77

Returns AI Dev Board's only agent-readable commercial offer: the employer-funded Verified Interview Pilot. Candidates and agents pay $0; job discovery and the evidence-backed application workflow are free. The pilot is billable only after an owner-approved program, a verified candidate-authorized application, and independent employer and candidate interview confirmation. It never changes organic ranking.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_tags ~36

Returns all available job tags/skills with the count of active jobs for each. Use to discover what tags are available for search_jobs filtering.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

match_jobs ~189

Rank active AI/ML jobs against a candidate profile for free. Scoring combines tag overlap (+2 per match), salary overlap (+3), workplace/level/type/location matches, and description keyword hits. After selecting a role, candidates may use compile_job_specific_resume for a $0 transient ATS-oriented preview without identity; a verified key is required only to save an approval-bound artifact. The employer outcome pilot never affects these matches.

NameTypeReqDescription
job_typestring
levelstring
limitintegerMax results (default 10)
locationstringLocation substring (e.g. 'San Francisco')
salary_maxintegerMaximum salary USD
salary_minintegerMinimum salary USD
skillsarrayyesCandidate skills/tags (e.g. ['python','llm','pytorch'])
workplacestring

No output schema declared.

No examples provided.

quote_product ~68

Returns the deterministic, outcome-only terms for AI Dev Board's Verified Interview Pilot. No candidate or agent is charged; legacy package, sponsorship, and Dossier product IDs are retired from agent commerce.

NameTypeReqDescription
product_idstringThe only active value is aidevboard_verified_interview_pilot.

No output schema declared.

No examples provided.

record_my_application_outcome ~97

Record one email-verified candidate's explicitly authorized, fixed-taxonomy application outcome for $0. The receipt is candidate-reported, not employer-verified, creates no acceptance-rate claim, and never changes organic ranking.

NameTypeReqDescription
application_idstringyesApplication ID returned by apply_to_job.
outcomestringyes
principal_authorizedbooleanyesTrue only after the named candidate authorizes this exact self-report.

No output schema declared.

No examples provided.

respond_to_interview_outcome ~86

Record the authenticated candidate's independent response to an employer-reported interview. Requires explicit principal authorization. Confirmation can make a fixed employer fee billable; candidates and agents pay $0.

NameTypeReqDescription
candidate_confirms_interviewbooleanyes
outcome_idstringyes
principal_authorizedbooleanyesTrue only after the candidate authorizes this attestation.

No output schema declared.

No examples provided.

search_jobs ~327

Search curated AI/ML engineering roles for free. Filter by tags (e.g. llm, pytorch), workplace (remote/hybrid/onsite), global remote eligibility, experience level, salary range, or keyword. After selecting a role, candidates may use compile_job_specific_resume for a $0 transient ATS-oriented preview without identity; a verified key is required only to save an approval-bound artifact. The employer outcome pilot never affects organic results.

NameTypeReqDescription
companystringCompany slug (e.g. 'openai', 'anthropic') — returns only that company's jobs
global_remotebooleanOnly roles explicitly open to candidates worldwide. Ambiguous or region-restricted remote jobs are excluded.
job_typestringEmployment type
levelstringExperience level
limitintegerMax results (default 10, max 25)
locationstringLocation substring (e.g. 'San Francisco')
posted_within_daysintegerOnly return jobs posted within the last N days. Useful for polling agents that check for new listings — try 1 for daily, 7 for weekly.
querystringKeyword query — matches title, description, company name, and tags
salary_minintegerMinimum salary in USD. Matches if job's max salary >= this value (range overlap).
tagsarrayTag filter (e.g. ['llm', 'pytorch']). Returns jobs with ANY of these tags.
workplacestringFilter by workplace type

No output schema declared.

No examples provided.

start_checkout ~245

Returns a non-charging owner-review request template for the Verified Interview Pilot only. It creates no request, program, candidate action, invoice, or charge. Employer identity, exact-role authority, and acknowledgement of the capped 30-day terms are required before a separate review request may be submitted.

NameTypeReqDescription
companystringVerified Interview Pilot employer company.
employer_namestringVerified Interview Pilot employer contact name. Included only in the returned review-request template; this MCP call does not submit it.
pilot_authority_assertedbooleanTrue only after the principal explicitly authorizes requesting owner review for this exact employer and role.
pilot_role_referencestringPublic job URL, requisition ID, or exact role reference for the pilot.
pilot_terms_acknowledgedbooleanTrue only after the employer principal acknowledges the canonical 30-day, $99-per-mutually-confirmed-interview, three-interview/$297-cap terms.
product_idstringProduct ID from list_products.
work_emailstringVerified Interview Pilot work email. Included only in the returned review-request template; this MCP call does not submit it.

No output schema declared.

No examples provided.

Common questions

What is the AI Dev Jobs MCP server?

AI Dev Jobs is an MCP server listed in the public MCP registry as com.aidevboard/jobs. MCP for 8,700+ current AI jobs. 13 tools: search, match, salaries, companies, commerce quotes. This page covers its hosted endpoint (https://aidevboard.com/mcp).

Is the AI Dev Jobs MCP server safe to use?

AI Dev Jobs scores 79 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the AI Dev Jobs MCP server expose?

AI Dev Jobs exposes 20 tools: search_jobs, get_job, list_companies, get_company, get_stats, and 15 more. Their descriptions and schemas cost roughly 2,327 tokens of context every time the server is loaded.

Does the AI Dev Jobs MCP server require authentication?

No. We connected to AI Dev Jobs without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the AI Dev Jobs MCP server still maintained?

AI Dev Jobs is still listed as active in the MCP registry. We last reached this channel on 24 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.