{
  "name": "tbjb",
  "displayName": "The Best Job Board",
  "description": "Search 1.5M+ active U.S. jobs from corporate ATSes (Workday, Greenhouse, Lever, custom). Recency-paywalled: free accounts see listings 7+ days old; subscribers see day-0 listings.",
  "version": "0.1.0",
  "vendor": {
    "name": "The Best Job Board",
    "url": "https://www.thebestjobboard.com",
    "contact": "support@thebestjobboard.com"
  },
  "transport": {
    "type": "streamable_http",
    "url": "https://www.thebestjobboard.com/api/v2/mcp"
  },
  "authentication": {
    "type": "bearer",
    "tokenUrl": "https://www.thebestjobboard.com/dashboard/mcp",
    "instructions": "Sign in at thebestjobboard.com, visit /dashboard/mcp, and generate a personal Bearer token. Token format: tbjb_<random>. Send as 'Authorization: Bearer <token>'."
  },
  "capabilities": ["tools"],
  "tools": [
    {
      "name": "search_jobs",
      "description": "Search 1.5M+ active U.S. job listings by free-text query plus filters: industry, function, location, remote, salary band, employment type, experience level."
    },
    {
      "name": "get_job",
      "description": "Fetch full details for a single listing by slug, including description and apply URL (if unlocked for the requesting account)."
    }
  ],
  "documentation": "https://www.thebestjobboard.com/mcp",
  "llmsTxt": "https://www.thebestjobboard.com/llms.txt",
  "termsOfService": "https://www.thebestjobboard.com/terms",
  "rateLimits": {
    "perToken": {
      "calls": 1000,
      "window": "daily",
      "resetUtc": "00:00"
    },
    "autoRevoke": "Tokens whose call pattern matches enumeration heuristics (broad-filter scraping or deep pagination) are automatically revoked. Intended for end-user agentic job search, not data extraction."
  },
  "pricing": {
    "model": "freemium",
    "freeTier": "Free accounts see listings 7+ days old.",
    "paidTier": "$8/mo subscription unlocks day-0 listings the moment they're posted. 14-day free trial.",
    "subscribeUrl": "https://www.thebestjobboard.com/dashboard/subscriptions"
  }
}
