Skip to content
Back to JobsPipe

Card snapshot

jobspipe.dev · 2026-08-05 05:41:07 UTC · 27bcf6b40223c6ce028b213abd39b7737e6d00b991ea66b2cabdddc04bd8b8bd

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "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://mcp.jobspipe.dev/mcp",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://mcp.jobspipe.dev/mcp",
      "transport": "JSONRPC"
    }
  ],
  "provider": {
    "organization": "JobsPipe",
    "url": "https://jobspipe.dev"
  },
  "version": "1.0.0",
  "documentationUrl": "https://docs.jobspipe.dev",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "intentEndpoints": [
      "https://api.jobspipe.dev/v1/jobs/search",
      "https://api.jobspipe.dev/v1/stack/scan"
    ],
    "sessions": {
      "endpoint": "https://mcp.jobspipe.dev/mcp"
    },
    "auditLog": {
      "header": "X-Request-Id"
    },
    "sandbox": {
      "baseUrl": "https://jobspipe.dev/sandbox"
    },
    "toolSchemas": "/.well-known/skills/index.json"
  },
  "securitySchemes": {
    "apiKey": {
      "type": "apiKey",
      "in": "header",
      "name": "Authorization",
      "description": "JobsPipe API key as a Bearer token, prefixed jp_live_. Issued at https://jobspipe.dev/signup \u2014 there is no anonymous or OAuth credential issuance."
    }
  },
  "security": [
    {
      "apiKey": []
    }
  ],
  "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"
      ]
    }
  ]
}