Example — MCP connect
Before creating a key, you can paste https://mcp.scaliq.ai/ (or /llms.txt) into an LLM for a short no-key overview. Full schemas need an MCP client (tools/list). Calling tools still requires X-API-Key in headers.
For Claude.ai / ChatGPT OAuth (paste key on ScaliQ’s consent page), see Connect Claude / ChatGPT.
ChatGPT mcp.json
{
"mcpServers": {
"scaliq": {
"url": "https://mcp.scaliq.ai",
"headers": {
"X-API-Key": "sk_live_..."
}
}
}
}
Create keys at app.scaliq.ai/api-mcp. Put the key in client config — do not paste it into chat.
See MCP for Inspect without a key and Auth.