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.
| Operations | Credential |
|---|---|
| Account and user projects | skytells login or SKYTELLS_TOKEN |
| Linked-project resources | skytells link <key> or SKYTELLS_ACCESS_KEY |
| Models and predictions | skytells 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.
Interactive login and API-key entry must run in the user's terminal. Calling skytells_auth_setup returns the correct command and Console URL rather than attempting to collect credentials itself.
Related
- Local Installation — set up the local server that consumes these credentials.
- CLI: Auth — configure
login,link, andapi-key setfrom the terminal. - Tools Reference — which tools require which credential.
How is this guide?