Skip to main content

Overview

The Marketplace Server is the core discovery layer of QuantX. It exposes tools to search the curated model registry, retrieve model details, manage subscriptions, and publish your own models. All models in the registry are reviewed and validated against institutional-grade standards before listing.

Connection

Add to your MCP client configuration:
{
  "mcpServers": {
    "quantx-marketplace": {
      "url": "https://quantx-marketplace.quantspace.io/mcp"
    }
  }
}
Restart your client. The four marketplace tools will appear automatically. No token required for read-only tools (search_marketplace, get_model). Publishing and subscribing require a QuantSpace account token.

Transport

PropertyValue
ProtocolMCP over Streamable HTTP
Base URLhttps://quantx-marketplace.quantspace.io/mcp
AuthBearer token (required for subscribe_to_model, publish_model)
SSE endpointhttps://quantx-marketplace.quantspace.io/sse

Tools

ToolDescriptionAuth required
search_marketplaceSearch the model registry by strategy type, asset class, tags, and performance filters
get_modelRetrieve full metadata, performance stats, and schema for a specific model
subscribe_to_modelSubscribe to a model to enable signal execution
publish_modelPublish a QuantLab-generated model to the marketplace

Common Flow


Error Codes

CodeMeaning
MODEL_NOT_FOUNDmodel_id does not exist in the registry
ALREADY_SUBSCRIBEDActive subscription already exists for this model
AUTH_REQUIREDBearer token missing or invalid
MODEL_REVIEW_PENDINGPublished model is awaiting review