{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.trackly-app/trackly",
  "title": "Trackly CLI",
  "description": "Job search for Claude, ChatGPT, Cursor. 250K+ jobs, 5,400+ companies. OAuth or stdio.",
  "repository": {
    "url": "https://github.com/trackly-app/trackly-cli",
    "source": "github"
  },
  "websiteUrl": "https://usetrackly.app/cli",
  "icons": [
    {
      "src": "https://usetrackly.app/favicon-512x512.png?v=5",
      "mimeType": "image/png",
      "sizes": [
        "512x512"
      ]
    }
  ],
  "version": "0.18.6",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "trackly-cli",
      "version": "0.18.6",
      "runtimeHint": "npx",
      "runtimeArguments": [
        {
          "type": "named",
          "name": "-y"
        }
      ],
      "packageArguments": [
        {
          "type": "positional",
          "value": "mcp"
        }
      ],
      "transport": {
        "type": "stdio"
      }
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.usetrackly.app/api/mcp",
      "headers": [
        {
          "name": "Authorization",
          "description": "Optional. Leave blank to sign in with OAuth (recommended). For headless clients that cannot complete OAuth, send Bearer trk_... with an API key from https://usetrackly.app/settings",
          "isRequired": false,
          "isSecret": true
        }
      ]
    }
  ]
}
