Skip to content

Error codes

Aurora MCP returns errors as standard MCP tool errors. Most MCP clients will surface the message to you and usually retry once.

These are produced by the Envoy gateway before a tool ever runs.

StatusMeaningWhat to do
401Missing or invalid access tokenRe-authorise the connector in your client. Usually means the token expired.
403Token valid but scope insufficientContact Consilio support — your user is missing a required scope.
429Rate limitRetry after the Retry-After header value. The client will back off automatically.
503Upstream Consilio API unavailableTransient. Retry after a minute.

These are produced by the MCP server itself.

CodeWhenRecovery
INVALID_ALPHA_CODEalpha_code argument doesn’t match ^[A-Z]\d{5,6}$.Correct the matter code. A12345, not a-12345.
MATTER_NOT_FOUNDNo matter matches the alpha-code for this user.Confirm the matter exists in your portal access.
WORKSPACE_AMBIGUOUSsearchDocuments called without workspace_id on a multi-ws matter.Retry with an explicit workspace_id. The error payload lists options.
UPSTREAM_TIMEOUTConsilio API took longer than the per-request deadline.Narrow the query (more specific terms, smaller matter).
UPSTREAM_UNAVAILABLEUpstream API returned 5xx.Retry. If persistent, email support@consilio.com.

Most MCP clients will retry once on transient errors (429, 503, UPSTREAM_TIMEOUT, UPSTREAM_UNAVAILABLE). On a second failure it will ask you what to do next rather than looping.

If an error persists, email support@consilio.com with the subject line “MCP error” and include:

  • The approximate timestamp (UTC is fine).
  • The MCP client you were using.
  • The request-id from the error message, if present.