{
  "protocolVersion": "0.3.0",
  "name": "JobsPipe",
  "description": "Universal Jobs API agent. Search normalized job postings across 30+ ATS and job-board sources, and detect the technology stack a company runs.",
  "url": "https://jobspipe.dev/api/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://jobspipe.dev/api/a2a",
      "transport": "JSONRPC"
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://jobspipe.dev/api/a2a",
      "transport": "JSONRPC"
    }
  ],
  "provider": {
    "organization": "JobsPipe",
    "url": "https://jobspipe.dev"
  },
  "version": "1.0.0",
  "documentationUrl": "https://jobspipe.dev/docs",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "securitySchemes": {
    "oauth2": {
      "type": "oauth2",
      "flows": {
        "authorizationCode": {
          "authorizationUrl": "https://jobspipe.dev/api/auth/mcp/authorize",
          "tokenUrl": "https://jobspipe.dev/api/auth/mcp/token",
          "scopes": {
            "openid": "OpenID Connect identity",
            "offline_access": "Refresh tokens"
          }
        }
      }
    },
    "apiKey": {
      "type": "apiKey",
      "in": "header",
      "name": "Authorization",
      "description": "JobsPipe API key as a Bearer token, prefixed jp_live_."
    }
  },
  "security": [
    {
      "apiKey": []
    },
    {
      "oauth2": [
        "openid"
      ]
    }
  ],
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "search-job-postings",
      "name": "Search job postings",
      "description": "Query normalized job postings with filters for sort order, pagination, budget, and client attributes.",
      "tags": [
        "jobs",
        "search",
        "ats",
        "hiring"
      ],
      "examples": [
        "Find the 50 most recent job postings",
        "List postings sorted by budget descending"
      ]
    },
    {
      "id": "scan-company-tech-stack",
      "name": "Scan company tech stack",
      "description": "Detect the technologies a company runs by scanning its website domain.",
      "tags": [
        "technographics",
        "tech-stack",
        "enrichment"
      ],
      "examples": [
        "Scan stripe.com for its technology stack"
      ]
    }
  ]
}