← pirchjobs.com

INDIVIDUAL MCP TOOL

get_jobs_overview

Snapshot of the verified pool: how many jobs are live right now, counts by work mode, and the occupations (role slugs) with jobs today.

pirchjobs.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://pirchjobs.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_jobs_overview and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

pirchjobs.com

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_verified_jobs — Search pirch's pool of verified-live job listings.
  • get_verified_job — Full record for one verified job by `id` (from search_verified_jobs): complete summary, the pirch page `url` to cite, the original posting `apply_url` (applications happen there — pirch never sits between applicant and employer), verification timestamps, and the matching career-guide link.