---
title: "Connection Scoped MCP Access"
method: POST
path: "/mcp/connections/{connectionId}"
tags: ["MCP"]
---

# Connection Scoped MCP Access

`POST /mcp/connections/{connectionId}`

## Path parameters

- `connectionId` string, uuid, required

## Query parameters

- `tools` string[]
- `ops` string[]

## Request body

- unknown

## Response `200`

JSON-RPC response or SSE stream, depending on the request.

- **`application/json`** — returned for a single request that includes an `id`.
  The body is a `JsonRpcResponse` object.
- **`text/event-stream`** — returned when the server needs to stream multiple
  messages back (for example, long-running tool calls, server-initiated notifications).
  Each SSE `data:` line is a JSON-encoded `JsonRpcResponse` object. The stream
  closes when the server has sent all messages for the request.

- unknown

---

[API](https://skmtc.dev/cdata/apis/cdata-connect-ai-rest-api-embedded.md) · [All operations](https://skmtc.dev/cdata/apis/cdata-connect-ai-rest-api-embedded/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cdata/cdata-connect-ai-rest-api-embedded/revisions/c13133ad66c0/schema)
