Troubleshooting If requests fail, run or How to Use Jam exposes its API through an MCP (Model Context Protocol) server at . All interactions use JSON-RPC 2.0 over HTTP with Bearer token authentication. You need to initialize the MCP session first, then call tools. Base URL - MCP endpoint : 1. Initialize MCP Session Start an MCP session to get a session URL for subsequent requests. After initialization, check the response headers for the or use the session URL from the response. Save the session URL for subsequent calls: If no redirect location is returned, use the same endpoint with the sessi…