{
  "name": "assignary",
  "description": "The assigner's system of record, as MCP tools: one organization's schedule, crew coverage and open seats, an official's own offers, availability and payouts, and the answers an official gives about their own commitments. Every tool is a procedure of the same API a browser calls, reached with the same credential and answered from the caller's role in the organization they name.",
  "websiteUrl": "https://app.assignary.com",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://app.assignary.com/api/mcp",
      "headers": [
        {
          "name": "authorization",
          "description": "`Bearer <token>`: a person's Cognito access token from an interactive sign-in, or a capability token an assigner issued. A credential is issued to you rather than obtained by you — a request without one is answered 401 pointing at the protected-resource metadata.",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ],
  "documentation": {
    "authorization": "https://app.assignary.com/auth.md",
    "metadata": "https://app.assignary.com/api/.well-known/oauth-protected-resource",
    "surface": "https://app.assignary.com/.well-known/assignary.json"
  }
}
