NewSearch millions of jobs from your AI agent with MCP

MCP

JobsPipe MCP server

The hosted Model Context Protocol server for JobsPipe. AI agents call live job search, source and pricing lookups as native tools over streamable HTTP at https://jobspipe.dev/mcp - nothing to run locally. Authenticate with your JobsPipe API key (jp_live_ prefix), 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.

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 live Upwork postings with budget, skills and client signals.

Connect

Claude Code, one command:

claude
$ claude mcp add --transport http jobspipe https://jobspipe.dev/mcp

Generic client config (Cursor, Windsurf, and any MCP client):

mcp.json
$ {"mcpServers":{"jobspipe":{"url":"https://jobspipe.dev/mcp","headers":{"Authorization":"Bearer jp_live_YOUR_KEY"}}}}

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.