Skip to main content
Version: Next

Send a Model Context Protocol message

POST 

/v1/mcp

Send a JSON-RPC message to the Spice MCP server using the MCP Streamable HTTP transport. The response is either a single JSON-RPC response (application/json) or an SSE stream (text/event-stream), selected via the Accept header. Session continuity is carried via the Mcp-Session-Id header.

Request​

Responses​

JSON-RPC response. Returned as application/json for a single response or text/event-stream when the server streams additional messages.