S
Stable Baseline MCP server
Details
- Endpoint
-
https://api.stablebaseline.io/functions/v1/cloud-serve/mcp - Transport
- streamable-http, sse
- Docs
- https://stablebaseline.io/docs/mcp
Authentication
OAuth · resolves from well-known metadata Use an MCP client that supports OAuth 2.1 with Dynamic Client Registration and point it at the Stable Baseline MCP server. The machine-readable manifest is mcp.json, which advertises the OAuth endpoints and supported scopes. End users can also initiate this through hosts like ChatGPT by clicking Connect for Stable Baseline and authorizing at app.stablebaseline.io. Docs: Setup & auth, ChatGPT recipe.
Stable Baseline MCP/API key
Authorization: Bearer <credential> + Stable Baseline MCP/API key x-api-key: <credential> discovered In the Stable Baseline web app, go to Settings → MCP keys (project-scoped from Project settings → MCP keys, or personal/global from Account settings → MCP keys) and click Generate new key. Scope it to the needed workspaces/projects and capabilities, then copy the sta_… key when shown; it is shown once. Docs: MCP setup, Quickstart.