Slack

Slack MCP Server

Open Slack SSE stream

get

Establishes a Server-Sent Events (SSE) connection to receive real-time notifications from the Slack MCP server. This endpoint acts as a proxy to the underlying MCP server.

Authorizations
AuthorizationstringRequired

OAuth2 access token for authenticated requests

Header parameters
Mcp-Session-IdstringOptional

Optional MCP session identifier

Responses
200

SSE stream established

text/event-stream
Responsestring
get
/api/v1/mcps/slack

Send JSON-RPC request to Slack

post

Send a JSON-RPC 2.0 request to the Slack MCP server. This endpoint acts as a proxy, forwarding your request to the underlying MCP server.

Authorizations
AuthorizationstringRequired

OAuth2 access token for authenticated requests

Header parameters
Mcp-Session-IdstringOptional

Optional MCP session identifier

Body
jsonrpcstring · enumRequired

JSON-RPC version

Possible values:
methodstringRequired

Method name

Example: tools/list
idone ofRequired

Request identifier

stringOptional
or
integerOptional
or
nullOptional
Responses
200

JSON-RPC response

application/json
post
/api/v1/mcps/slack

Terminate Slack session

delete

Terminate an active MCP server session with the Slack MCP server.

Authorizations
AuthorizationstringRequired

OAuth2 access token for authenticated requests

Header parameters
Mcp-Session-IdstringRequired

MCP session identifier

Responses
delete
/api/v1/mcps/slack

No content

Open Slack SSE stream with path

get
Authorizations
AuthorizationstringRequired

OAuth2 access token for authenticated requests

Path parameters
pathstringRequired

Additional path segments

Header parameters
Mcp-Session-IdstringOptional

Optional MCP session identifier

Responses
200

SSE stream established

text/event-stream
Responsestring
get
/api/v1/mcps/slack/{path}

Send JSON-RPC request with path to Slack

post
Authorizations
AuthorizationstringRequired

OAuth2 access token for authenticated requests

Path parameters
pathstringRequired

Additional path segments

Header parameters
Mcp-Session-IdstringOptional

Optional MCP session identifier

Body
jsonrpcstring · enumRequired

JSON-RPC version

Possible values:
methodstringRequired

Method name

Example: tools/list
idone ofRequired

Request identifier

stringOptional
or
integerOptional
or
nullOptional
Responses
200

JSON-RPC response

application/json
post
/api/v1/mcps/slack/{path}

Terminate Slack session with path

delete
Authorizations
AuthorizationstringRequired

OAuth2 access token for authenticated requests

Path parameters
pathstringRequired

Additional path segments

Header parameters
Mcp-Session-IdstringRequired

MCP session identifier

Responses
delete
/api/v1/mcps/slack/{path}

No content

Last updated