{
  "name": "jobspipe",
  "title": "JobsPipe",
  "description": "The JobsPipe MCP server lets AI agents search jobs, find companies, and look up the technologies a company uses through tool-style actions over a unified jobs and technographics dataset.",
  "icon": "https://jobspipe.dev/icon.png",
  "websiteUrl": "https://jobspipe.dev",
  "documentationUrl": "https://jobspipe.dev/docs",
  "version": "1.0.0",
  "serverUrl": "https://jobspipe.dev/mcp",
  "serverInfo": {
    "name": "jobspipe",
    "version": "1.0.0"
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://jobspipe.dev/mcp"
  },
  "capabilities": [
    "tools"
  ],
  "tools": [
    {
      "name": "search_jobs",
      "description": "Search live, normalized job postings by title, skill, country, remote, seniority, employment type and recency."
    },
    {
      "name": "list_job_sources",
      "description": "List the ATS and job-board sources JobsPipe normalizes into one JSON schema."
    },
    {
      "name": "list_pricing_plans",
      "description": "List JobsPipe pricing plans with monthly USD price, request quota and features."
    },
    {
      "name": "search_upwork_jobs",
      "description": "Search live Upwork postings ingested by JobsPipe with budget, skills and client signals."
    }
  ]
}