{
  "version": "1.0",
  "name": "jobspipe",
  "displayName": "JobsPipe",
  "description": "Model Context Protocol servers for the JobsPipe jobs and technographics API: a product MCP for tool-style actions and a docs MCP for searching the developer documentation.",
  "icon": "https://jobspipe.dev/icon.png",
  "websiteUrl": "https://jobspipe.dev",
  "documentationUrl": "https://docs.jobspipe.dev",
  "servers": [
    {
      "name": "jobspipe",
      "description": "Do: search jobs, list sources and pricing, search Upwork postings. Resources expose the OpenAPI spec, pricing and source catalog.",
      "endpoint": "https://jobspipe.dev/mcp",
      "transport": "streamable-http",
      "auth": "none",
      "protocolVersion": "2025-06-18",
      "version": "1.0.0",
      "card": "https://jobspipe.dev/.well-known/mcp/server-card.json",
      "capabilities": [
        "tools",
        "resources"
      ],
      "tools": [
        {
          "name": "search_jobs",
          "description": "Search live, normalized job postings across 30+ sources by title, skill/tech, country, remote, seniority, employment type and recency. Returns guidance for calling the authenticated REST API that runs the query."
        },
        {
          "name": "list_job_sources",
          "description": "List the ATS and job-board sources JobsPipe normalizes into a single JSON schema, with coverage and freshness notes."
        },
        {
          "name": "list_pricing_plans",
          "description": "List JobsPipe pricing plans with monthly price in USD, request quota and included features."
        },
        {
          "name": "search_upwork_jobs",
          "description": "Search live Upwork job postings ingested by JobsPipe. Returns normalized rows with budget, skills and client signals."
        }
      ]
    },
    {
      "name": "jobspipe-docs",
      "description": "Learn: search and read the JobsPipe developer docs.",
      "endpoint": "https://docs.jobspipe.dev/mcp",
      "transport": "streamable-http",
      "auth": "none",
      "protocolVersion": "2025-06-18",
      "version": "1.0.0",
      "capabilities": [
        "tools",
        "resources"
      ]
    }
  ]
}