← aidevboard.com
INDIVIDUAL MCP TOOL
quote_product
Returns a deterministic quote for an AI Dev Board product, including amount in cents, currency, supported payment mode, and checkout requirements.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent endpoint
CONNECT 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.
Related tools
search_jobs— Search curated AI/ML engineering roles.get_job— Fetch full job posting by ID or slug: title, description, requirements, salary, workplace, tags, apply URL.list_companies— Returns top AI/ML companies by active role count, optionally with average salary.get_company— Get detailed profile for an AI company: total open roles, salary range, top tags/skills, workplace distribution, and apply URL.get_stats— 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.match_jobs— Rank active AI/ML jobs against a candidate profile (skills, salary range, workplace, level).get_salary_data— Salary benchmarks for AI/ML roles.get_similar_jobs— Given a job ID or slug, return active jobs that match on tag overlap, same workplace, level, and job type.