← Registry

Productivity

jobherder.com

Automates job searches by matching roles to a profile and generating tailored CVs and cover letters for each match.

x402 supported1 endpoint5 known toolsFirst detected September 12, 2026Last detected September 12, 2026

ENDPOINT 1

https://jobherder.com/mcp

No auth detected

MCP server metadata

Name
jobherder
Version
1.1.0
Capabilities
tools.listChanged
Server instructions

Jobherder 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 Jobherder 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.jobherder]
url = "https://jobherder.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "jobherder": {
      "type": "http",
      "url": "https://jobherder.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: jobherder
Remote MCP URL: https://jobherder.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": {
    "jobherder": {
      "url": "https://jobherder.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "jobherder": {
      "type": "http",
      "url": "https://jobherder.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "jobherder",
  "transport": "streamable-http",
  "url": "https://jobherder.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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