Productivity
jobero.ai
Automates job searches by matching profiles to roles and emailing tailored CVs and cover letters.
ENDPOINT 1
https://jobero.ai/mcp
MCP server metadata
- Name
- jobero
- Version
- 1.1.0
Jobero runs paid job searches. There are two: start_job_search returns 7 matched roles in about an hour for €9.99, and quick_job_search returns the single best current role in a few minutes for $2.50. Both include a CV and cover letter tailored to each role, returned as markdown by get_search_status and emailed as PDFs. There are no free searches: call get_pricing, register with register_agent, then start a search and poll get_search_status. Credits are per product, so a quick credit does not pay for a full search. A wallet-equipped agent needs no separate purchase step — either tool answers with an x402 PaymentRequired and runs as soon as the call is retried with payment in _meta["x402/payment"].
Known tools 5
get_pricingWhat a Jobero search costs and how to pay for it, in card and stablecoin terms.
Potential side effectsstart_job_searchSpend one credit to run a full search: 7 roles matched to the profile, each with a tailored CV and cover letter returned as markdown by get_search_status and emailed as PDFs.
Inferred read-onlyquick_job_searchThe single best current role for a profile, with a tailored CV and cover letter, in minutes rather than an hour.
Inferred read-onlyget_search_statusProgress of a search, and the matched roles with the reason each was picked once it finishes.
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.jobero]
url = "https://jobero.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"jobero": {
"type": "http",
"url": "https://jobero.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: jobero
Remote MCP URL: https://jobero.ai/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": {
"jobero": {
"url": "https://jobero.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"jobero": {
"type": "http",
"url": "https://jobero.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "jobero",
"transport": "streamable-http",
"url": "https://jobero.ai/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 jobero.ai was fetched 2026-08-02T12:36:25.708Z.
jobero.ai 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.