MCP Endpoint
Streamable HTTP endpoint that speaks the Model Context Protocol — one server per space.
/api/v1/mcpBearer (Mgmt)Streamable HTTP MCP — JSON-RPC requests land here.
Authorization header carries an sbmcp_ token. The token's role gates which tools are exposed via tools/list and which are callable via tools/call.
Request
POST /api/v1/mcp
Authorization: Bearer sbmcp_xxx
Content-Type: application/json
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/list"
}Available tools
Create/read/update/delete for stories, components, datasources, entries, assets, tags, access tokens, preview URLs and languages. Plus helpers: get_space_summary, search_stories, get_integration_guide, get_sdk_config_snippet, list_example_stories. See the full list by calling tools/list against your space.