MCP

Authentication

How the Skytells MCP maps CLI credentials to tools, and why credential values are never returned to the client.

The MCP never returns credential values. The Skytells CLI supports three independent credentials, and the local MCP server uses whichever ones are already configured for the CLI on your machine.

OperationsCredential
Account and user projectsskytells login or SKYTELLS_TOKEN
Linked-project resourcesskytells link <key> or SKYTELLS_ACCESS_KEY
Models and predictionsskytells api-key set or SKYTELLS_API_KEY

Models and predictions require the separate Skytells API key — it is not interchangeable with the personal access token or project access key.


  • Local Installation — set up the local server that consumes these credentials.
  • CLI: Auth — configure login, link, and api-key set from the terminal.
  • Tools Reference — which tools require which credential.

How is this guide?

On this page