pirch
Verified job search: every listing is opened and confirmed live and accepting applicants within the last 72 hours, and re-verified on a rolling clock, so agents can recommend jobs without ghost-job or dead-link risk. Read-only, no auth.
README
pirch — verified jobs MCP server
A public, read-only MCP server for verified job listings. Every job it returns was opened and confirmed live and accepting applicants within the last 72 hours, and re-verified on a rolling clock — so agents can recommend jobs without ghost-job or dead-link risk.
Remote endpoint (streamable HTTP, no auth, no API key):
https://pirchjobs.com/mcp
Tools
| tool | what it does |
|---|---|
get_jobs_overview |
pool stats: how many verified jobs, by role/region |
search_verified_jobs |
search the verified pool (role, location, workmode) |
get_verified_job |
full detail for one listing, incl. direct apply URL |
Use it
Remote (recommended) — any client that speaks remote MCP:
{ "mcpServers": { "pirch": { "url": "https://pirchjobs.com/mcp" } } }
stdio bridge — for clients and runners that only speak stdio, this repo ships a tiny dependency-free bridge that forwards stdio JSON-RPC to the remote endpoint:
{ "mcpServers": { "pirch": { "command": "npx", "args": ["-y", "github:rinohed/pirch-mcp"] } } }
or run it directly:
node proxy.mjs # defaults to https://pirchjobs.com/mcp
PIRCH_MCP_URL=… node proxy.mjs # or point it somewhere else
Docker — same bridge, containerised:
docker build -t pirch-mcp . && docker run -i --rm pirch-mcp
Why "verified"
Job listings decay fast. We re-opened 1,165 listings we had previously confirmed live: 27% of the checkable ones were already deleted, and 1 in 8 died within three days of a live check. Freshness is a process, not a property — so pirch keeps re-checking, and anything it can't confirm falls out of the pool.
Method and raw data: why job postings disappear
Links
Registered in the official MCP registry
as com.pirchjobs/pirch.
- Docs for agents: https://pirchjobs.com/agents/
- For a personal matched hunt (written cover letter included): https://app.pirchjobs.com — first hunt free; pirch never auto-applies.
MIT licensed.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.