MCP

Errors

What the failures mean.

What you seeWhat it means
401 Authorization header is requiredThe client isn't sending the token. Check the header made it into the config.
401 Access token has expiredTokens last an hour. Mint a new one.
401 Access token has been revokedThe API client was revoked on the API page.
403 ... missing required scope(s)The token wasn't granted that scope. Create a client that has it.
401 Company has outstanding chargesBilling is locked; the whole API is closed until it's settled.
429 Too Many RequestsThe company's API rate limit. Wait for the window named in the response.
A tool you expected isn't listedThe token lacks its scope — whoami names the ones it has.

Anything else comes straight from the underlying API endpoint, with its status code, so it means what it means in the API reference.