curl --request POST \
--url https://ai.wisepilot.app/api/v1/mcp \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{}Streamable HTTP transport for MCP protocol messages (tool calls, initialization). Stateless — a new MCP server is created per request. Exposes the same 26 tools as the REST API.
curl --request POST \
--url https://ai.wisepilot.app/api/v1/mcp \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{}API key prefixed with cr_ (e.g. cr_a1b2c3...)
MCP JSON-RPC message
MCP response
MCP JSON-RPC response