invarium_connect
invarium_connectVerify your API key and test the connection to the Invarium platform. Run this after configuring the MCP server to confirm everything is working. Returns your account info on success, or a helpful error message on failure.
Returns
String with connection status, account email, and workspace name.
Example
Connected to Invarium
Account: you@example.com
Workspace: my-workspaceUsage
Call invarium_connect with no arguments after setting up your MCP server configuration. This is the first tool you should call to verify that your API key is valid and the server is reachable.
invarium_connect()Run this tool whenever you start a new session or after changing your API key. It confirms end-to-end connectivity in one call.
Error responses
| Error | Cause | Fix |
|---|---|---|
Authentication failed: invalid API key | The INVARIUM_API_KEY is missing, empty, or not a valid key. | Check that the environment variable is set correctly in your MCP config. Regenerate the key from the dashboard if needed. |
Connection failed: unable to reach Invarium API | Network issue or the Invarium API is temporarily unavailable. | Check your internet connection. If the issue persists, check status.invarium.dev for service status. |
Authentication failed: key expired | The API key has been revoked or expired. | Generate a new API key from the dashboard under API Keys. |
Was this page helpful?