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:- Cursor (~/.cursor/mcp.json)
- Claude Code
search_marketplace, get_model). Publishing and subscribing require a QuantSpace account token.
Transport
| Property | Value |
|---|---|
| Protocol | MCP over Streamable HTTP |
| Base URL | https://quantx-marketplace.quantspace.io/mcp |
| Auth | Bearer token (required for subscribe_to_model, publish_model) |
| SSE endpoint | https://quantx-marketplace.quantspace.io/sse |
Tools
| Tool | Description | Auth required |
|---|---|---|
search_marketplace | Search the model registry by strategy type, asset class, tags, and performance filters | — |
get_model | Retrieve full metadata, performance stats, and schema for a specific model | — |
subscribe_to_model | Subscribe to a model to enable signal execution | ✓ |
publish_model | Publish a QuantLab-generated model to the marketplace | ✓ |
Common Flow
Error Codes
| Code | Meaning |
|---|---|
MODEL_NOT_FOUND | model_id does not exist in the registry |
ALREADY_SUBSCRIBED | Active subscription already exists for this model |
AUTH_REQUIRED | Bearer token missing or invalid |
MODEL_REVIEW_PENDING | Published model is awaiting review |