Skip to main content
Glama

QuantConnect MCP Server

test_quantconnect_api

Test QuantConnect API connectivity by sending requests to specified endpoints. Verify authentication and API functionality with customizable HTTP methods and endpoints.

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