pirch
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/mcpTools
tool | what it does |
| pool stats: how many verified jobs, by role/region |
| search the verified pool (role, location, workmode) |
| full detail for one listing, incl. direct apply URL |
Related MCP server: RecruitData
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 elseDocker — same bridge, containerised:
docker build -t pirch-mcp . && docker run -i --rm pirch-mcpWhy "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.
This server cannot be installed
Maintenance
Related MCP Servers
AlicenseNot gradedqualityCmaintenanceEnables AI agents to search and explore a large database of tech job listings with filtering options.MIT- AlicenseNot gradedqualityCmaintenanceUnified job search MCP server that aggregates live listings from multiple job boards with deduplication, enabling AI agents to find and filter jobs by keyword and location.MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to pull live job listings from major ATS platforms (Greenhouse, Lever, Ashby, Workable), Hacker News hiring threads, and detect hiring signals on company career pages.
- AlicenseAqualityAmaintenanceLive tech-hiring intelligence for AI agents. Search 130K+ open jobs collected daily from ~500 tech companies' own career sites â plus company hiring profiles, tech stacks, salary benchmarks, and skill trends. Five tools work with no account.31219MIT
Related MCP Connectors
Live job postings from 30+ ATS feeds and job boards, one schema. Live results need a Bearer key.
Semantic search over 3.5M+ live US job postings pulled straight from company ATSes. Read-only.
Search a live index of millions of open jobs from employer career sites and 100+ ATS platforms.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rinohed/pirch-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server