### Configure QuantToGo MCP for Claude Desktop Source: https://github.com/quanttogo/quanttogo-mcp/blob/main/README.md Configuration for Claude Desktop to use QuantToGo MCP. This setup involves specifying the command to run the MCP client. ```json { "mcpServers": { "quanttogo": { "command": "npx", "args": ["-y", "quanttogo-mcp"] } } } ``` -------------------------------- ### Configure QuantToGo MCP for Coze (Remote SSE) Source: https://github.com/quanttogo/quanttogo-mcp/blob/main/README.md Configuration for Coze (Remote SSE) to use QuantToGo MCP. This setup specifies the URL and transport type for the server connection. ```json { "mcpServers": { "quanttogo": { "url": "https://mcp.quanttogo.com/sse", "transportType": "sse" } } } ``` -------------------------------- ### Remote Streamable HTTP Endpoint for MCP Source: https://github.com/quanttogo/quanttogo-mcp/blob/main/README.md The endpoint URL for connecting to the QuantToGo MCP service via remote streamable HTTP. ```text https://mcp-us.quanttogo.com:8443/mcp ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.