Transports
The MCP server is available over HTTP.
Streamable HTTP transport.
- URL:
https://mcp.campaignstack.io/mcp - Auth: Required —
Authorization: Bearer csu_...(user key) orcs_...(workspace key) - Protocol: JSON-RPC 2.0 over HTTP, with SSE for streaming
Session lifecycle
Section titled “Session lifecycle”- Initialize —
POST /mcpwithinitializemethod. Server returns a session ID in themcp-session-idheader. - Tool calls —
POST /mcpwithtools/callmethod, include session ID header. - Streaming —
GET /mcpwith session ID for SSE event stream. - Close —
DELETE /mcpwith session ID.
Health check
Section titled “Health check”curl https://mcp.campaignstack.io/healthReturns server version, status, and the complete list of available tools (no authentication required).
Not available. The MCP server is hosted — connect via the HTTP transport above.