Google Workspace

Google Workspace MCP Server

Open Google Workspace SSE stream

get

Establishes a Server-Sent Events (SSE) connection to receive real-time notifications from the Google Workspace 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/google-workspace

Send JSON-RPC request to Google Workspace

post

Send a JSON-RPC 2.0 request to the Google Workspace 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/google-workspace

Terminate Google Workspace session

delete

Terminate an active MCP server session with the Google Workspace MCP server.

Authorizations
AuthorizationstringRequired

OAuth2 access token for authenticated requests

Header parameters
Mcp-Session-IdstringRequired

MCP session identifier

Responses
delete
/api/v1/mcps/google-workspace

No content

Open Google Workspace 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/google-workspace/{path}

Send JSON-RPC request with path to Google Workspace

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/google-workspace/{path}

Terminate Google Workspace 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/google-workspace/{path}

No content

Last updated