How MCP Auth Works
- Your MCP client connects to this server.
- The auth tool receives your credentials (or bearer token).
- The tool calls Rocks API at
https://preprod-api.fullscale.rocks/auth/token. - The response token is cached using your MCP
session_id. - Other tools reuse that token for Rocks API calls until expiration.