Skip to main content
Glama

QuantConnect MCP Server

test_quantconnect_api

Test connectivity to the QuantConnect API by verifying authentication and endpoint functionality. Specify endpoints and HTTP methods to validate API responses.

Instructions

Test QuantConnect API connectivity with current authentication. Args: endpoint: API endpoint to test (default: authenticate) method: HTTP method to use (default: POST) Returns: Dictionary containing API test results

Input Schema

NameRequiredDescriptionDefault
endpointNoauthenticate
methodNoPOST

Input Schema (JSON Schema)

{ "properties": { "endpoint": { "default": "authenticate", "title": "Endpoint", "type": "string" }, "method": { "default": "POST", "title": "Method", "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/taylorwilsdon/quantconnect-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server