JobsPipe MCP Server
OfficialProvides tools to search live Upwork postings, including filtering by budget, skills, and client signals.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@JobsPipe MCP ServerFind remote Python developer jobs posted in the last week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
JobsPipe MCP Server
The hosted Model Context Protocol server for JobsPipe: live job postings from 30+ ATS feeds and job boards, normalized into one schema, queryable by AI agents.
There are two servers. Live job results come only from the authenticated one.
Live endpoint (authenticated):
https://mcp.jobspipe.dev/mcp— remote, streamable HTTP; nothing to run locally. Requires a Bearer API key (free tier: 100 credits/month at jobspipe.dev/signup).Demo endpoint (no key):
https://jobspipe.dev/mcp— for trying the protocol out. Itssearch_jobsreturns the REST call to run for your query, not live postings.Server card:
/.well-known/mcp/server-card.jsonAgent skills:
npx skills add jobspipe/skills- the official JobsPipe skill collection (job search, stack scan, MCP setup, webhooks, agent discovery)
Tools
Live server (mcp.jobspipe.dev/mcp, Bearer key required):
Tool | What it does |
| Search live, normalized job postings by title, skill/tech, country, remote, seniority, employment type and recency. Returns the postings. |
| List JobsPipe plans with monthly USD price, request quota and features |
Demo server (jobspipe.dev/mcp, no key):
Tool | What it does |
| Returns the REST call to run for your query — not live postings |
| List the ATS and job-board sources JobsPipe normalizes, with coverage and freshness notes |
| List JobsPipe plans with monthly USD price, request quota and features |
| Search live Upwork postings with budget, skills and client signals |
Related MCP server: recruiting-jobs-mcp
Setup
Claude Code:
claude mcp add --transport http jobspipe https://mcp.jobspipe.dev/mcp \
--header "Authorization: Bearer jp_live_YOUR_KEY"Generic client config (Cursor, Windsurf, and others):
{
"mcpServers": {
"jobspipe": {
"url": "https://mcp.jobspipe.dev/mcp",
"headers": {
"Authorization": "Bearer jp_live_YOUR_KEY"
}
}
}
}Keys start with jp_live_ and come from the dashboard (Settings -> API Keys). An x-api-key header also works.
Trying it without a key
Point any MCP client at https://jobspipe.dev/mcp — the discovery tools work fully, and search_jobs hands back the exact REST request to run instead of the postings. For sample job data in the live schema without a key, use the REST sandbox instead:
curl -X POST https://api.jobspipe.dev/v1/sandbox/jobs/search \
-H "Content-Type: application/json" \
-d '{"job_title_or":["software engineer"],"remote":true}'Related
jobspipe-cli: CLI and agent skill wrapping the same API
jobspipe-python: official Python SDK
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceEnables searching over 1 million enriched job listings from 20,000+ companies directly from MCP-compatible AI tools. Provides tools for job search, company profiles, and AI-powered similar job recommendations with real-time data updates.4812MIT
- 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.
- FlicenseNot gradedqualityDmaintenanceTransforms job postings into qualified sales leads by searching for active jobs, enriching company data, and identifying decision-maker contact information.
- AlicenseAqualityCmaintenanceProvides job search, local resume parsing, and resume-to-job matching via official APIs and local file processing.5MIT
Related MCP Connectors
Search a live index of millions of open jobs from employer career sites and 100+ ATS platforms.
Unified jobs search over official feeds + ATS boards (USAJOBS, Adzuna, Muse, Greenhouse, Lever...)
Semantic search over 3.5M+ live US job postings pulled straight from company ATSes. Read-only.
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/jobspipe/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server