← Registry

Productivity

jobero.ai

Automates job searches by matching profiles to roles and emailing tailored CVs and cover letters.

x402 supported1 endpoint5 known toolsFirst detected August 1, 2026Last detected August 7, 2026

ENDPOINT 1

https://jobero.ai/mcp

No auth detected

MCP server metadata

Name
jobero
Version
1.1.0
Capabilities
tools.listChanged
Server instructions

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_pricing

What a Jobero search costs and how to pay for it, in card and stablecoin terms.

Potential side effects
register_agent

Create an agent identity and receive an API key.

Potential side effects
start_job_search

Spend 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-only
quick_job_search

The single best current role for a profile, with a tailored CV and cover letter, in minutes rather than an hour.

Inferred read-only
get_search_status

Progress of a search, and the matched roles with the reason each was picked once it finishes.

Inferred read-only

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.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.

Trust status Neutral

jobero.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.