{
  "name": "com.moxlade/buyer",
  "title": "Moxlade — Upwork buyer intelligence",
  "description": "Upwork buyer intelligence for your own agent, over MCP. Not affiliated with, endorsed by, or sponsored by Upwork Inc. Upwork is a trademark of Upwork Inc. Data is compiled from public postings and public profiles and is provided as-is.",
  "version": "0.1.0",
  "websiteUrl": "https://buyer.moxlade.com",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://buyer.moxlade.com/mcp/",
      "headers": [
        {
          "name": "Authorization",
          "description": "Bearer <token> — mint one at https://buyer.moxlade.com/connect",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ],
  "authorization": {
    "oauth2": {
      "protectedResourceMetadata": "https://buyer.moxlade.com/.well-known/oauth-protected-resource",
      "dynamicClientRegistration": true,
      "pkce": "S256",
      "resourceIndicatorRequired": true,
      "scopes": [
        "profile",
        "email",
        "mcp:tools",
        "offline_access"
      ]
    },
    "bearerToken": {
      "description": "A mxt_ token minted at https://buyer.moxlade.com/connect"
    }
  },
  "protocolVersion": "2026-07-28",
  "tools": [
    "search_jobs",
    "get_job",
    "get_buyer",
    "get_buyer_quality",
    "get_job_score",
    "rate_benchmark",
    "skill_demand",
    "get_prefilter_catalog",
    "check_prefilter",
    "save_search",
    "list_saved_searches",
    "delete_saved_search",
    "get_plan",
    "get_activity"
  ],
  "toolsNeedingActivePlan": [
    "search_jobs",
    "get_job",
    "get_buyer",
    "get_buyer_quality",
    "get_job_score",
    "rate_benchmark",
    "skill_demand"
  ],
  "documentation": "https://buyer.moxlade.com/llms.txt",
  "disclaimer": "Not affiliated with, endorsed by, or sponsored by Upwork Inc. Upwork is a trademark of Upwork Inc. Data is compiled from public postings and public profiles and is provided as-is."
}
