Assignar MCP ServerBeta

Minimal Model Context Protocol server that proxies read-only endpoints of the Assignar Public API. Credentials are supplied per-request by the MCP client via three custom HTTP headers.

Endpoint

POST https://mcp.assignar.com/api/mcp

Required headers

Claude Desktop / Cursor config

{
  "mcpServers": {
    "assignar": {
      "url": "https://mcp.assignar.com/api/mcp",
      "headers": {
        "X-Assignar-Client-Id": "<client-id>",
        "X-Assignar-Client-Secret": "<client-secret>",
        "X-Assignar-Region": "au"
      }
    }
  }
}

Obtain your OAuth2 client credentials from the Assignar dashboard under Settings → API. Contact your Assignar administrator if you need access.