MCP
JobsPipe MCP server
The hosted Model Context Protocol server for JobsPipe. AI agents call live job search as a native tool over streamable HTTP at https://mcp.jobspipe.dev/mcp - nothing to run locally, no API key to configure. Sign in with your JobsPipe account when your client prompts - free at https://jobspipe.dev/signup.
search_jobs
Search live, normalized job postings by title, skill or tech, country, remote, seniority, employment type and recency. Returns the postings themselves.
list_pricing_plans
List JobsPipe plans with monthly USD price, request quota and max results per call.
Connect
Claude Code, one command:
$ claude mcp add --transport http jobspipe https://mcp.jobspipe.dev/mcp
Generic client config (Cursor, Windsurf, and any MCP client):
$ {"mcpServers":{"jobspipe":{"url":"https://mcp.jobspipe.dev/mcp"}}}
Free, no key required
There is also an unauthenticated server at https://jobspipe.dev/mcp for trying things out. It exposes the catalog tools below. Its search_jobs returns the REST call to run rather than the postings themselves - for live results use the authenticated server above.
list_job_sources
List the ATS and job-board sources JobsPipe normalizes, with coverage and freshness notes.
list_pricing_plans
List JobsPipe plans with monthly USD price, request quota and features.
search_upwork_jobs
Search the public Upwork sample - budget, skills and client signals on the first 100 rows.
search_jobs
Returns the REST call to run for a live job search. It does not return postings - use the authenticated server above for that.
$ claude mcp add --transport http jobspipe-free https://jobspipe.dev/mcp
Where it is listed
The MCP server sits alongside the REST API described in the JobsPipe OpenAPI specification and every other resource on the developer resources hub. Agent skills install with npx skills add jobspipe/skills.