Skip to main content
Glama
jobspipe

JobsPipe MCP Server

Official
by jobspipe

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.

Tools

Tool

What it does

search_jobs

Search live, normalized job postings by title, skill/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

Related MCP server: recruiting-jobs-mcp

Setup

Claude Code:

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

Generic client config (Cursor, Windsurf, and others):

{
  "mcpServers": {
    "jobspipe": {
      "url": "https://jobspipe.dev/mcp"
    }
  }
}

Discovery tools work without a key. For authenticated job-search results, pass your API key (free tier: 100 credits/month at jobspipe.dev/signup):

{
  "mcpServers": {
    "jobspipe": {
      "url": "https://jobspipe.dev/mcp",
      "headers": {
        "Authorization": "Bearer jp_live_YOUR_KEY"
      }
    }
  }
}
F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    B
    maintenance
    Enables 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.
    Last updated
    4
    83
    2
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Transforms job postings into qualified sales leads by searching for active jobs, enriching company data, and identifying decision-maker contact information.
    Last updated
  • A
    license
    A
    quality
    C
    maintenance
    Provides job search, local resume parsing, and resume-to-job matching via official APIs and local file processing.
    Last updated
    5
    MIT

View all related MCP servers

Related MCP Connectors

  • Job platform for AI agents. Track tech jobs from companies that match your stack.

  • Search 6.3M+ live jobs from companies' own career pages, plus resume tailoring & cover letters.

  • AI job search for Claude, ChatGPT, Cursor. 128K+ jobs, 1,900+ companies. OAuth or stdio.

View all MCP Connectors

Latest Blog Posts

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