SerenQuantDocs
Sign up
Sign up
© 2026 SerenQuant. All rights reserved.
DocsPrivacyTermsStatusSupport
Docs
Documentation
Start here
Overview
Guide library
GuidesGetting Started: APIGetting Started: MCPAuth + Workspace ScopesAccount and Workspace ManagementMarkets workspaceMarkets Symbol WorkspaceMarket Guides and Beta ScopeFutures ReadinessResearch WorkflowResearch Workbench, Pipeline, and ExperimentsResearch Specialist MethodsResearch Context SurfacesBacktests Run LifecycleBacktests Run Detail and CompareStrategy Sweeps and OptimizerExecution WorkflowProviders and BenchmarkingSettings and Runtime ConfigAgent WorkbenchNews WorkflowDatasets WorkflowGlobal Language SelectionMFA Getting StartedMFA Recovery + Device LossMFA Trusted DevicesMFA API ReferenceLLM Market Analysis LoopStrategy Generation + Backtest LoopPromotion + Risk Guardrails
Reference
API ReferenceMCP Reference
Lifecycle
Changelog
  1. Docs/
  2. MCP Reference
Public docs

MCP Reference

Model Context Protocol resources, tools, and rollout status.

Bundled catalog
5 bundled tools and 3 bundled resources keep MCP docs usable while live catalog refreshes.

You are viewing the bundled MCP catalog, so the route stays useful even if the live catalog or bridge metadata cannot be fetched right now.

MCP quickstartAuth modelDownload artifacts
Source
Bundled MCP snapshot
The page is using the bundled MCP catalog so it remains useful even during live catalog failures.
Coverage
5 methods · 5 tools · 3 resources
Read-only context, searchable tools, and guarded action paths are all represented in the bundled catalog.
Next step
Filter by rollout status
Separate live items from beta and planned items before you spend time on schemas or bridge calls.
Refreshing the live MCP catalog
The bundled MCP snapshot is already available below, and the page will switch to the live catalog when the current metadata arrives.

Status Legend

live Production-ready and callable today.
beta Callable but still under controlled rollout.
planned Specified in roadmap, not executable yet.

MCP Methods

Protocol status is generated from live route detection + planned roadmap entries.

Generated: 2026-04-06T00:00:00Z · Version: 2026.04

initialize

live

Session bootstrap and capability negotiation.

Roles: viewer, researcher, ops

resources/list

live

Enumerate available SerenQuant MCP resources.

Roles: viewer, researcher, ops

resources/read

beta

Read workspace-scoped context payloads.

Roles: viewer, researcher, ops

tools/list

live

List callable MCP tools and their schemas.

Roles: viewer, researcher, ops

tools/call

beta

Execute tools after scope and policy checks succeed.

Roles: viewer, researcher, ops

Catalog browser

Filter tools and resources by rollout status, then inspect the selected item before you automate anything.

Tools

Resources

Selected item

liveTool

Search Instruments

market.search

Find instruments by ticker, venue, or natural-language match.

Risk class

low

Required roles

viewer

HTTP bridge

POST /api/v1/mcp/market/search

Schemas

Use the generated input and output contracts to validate bridge payloads and downstream agent assumptions.

Input Schema

type
object
properties
query
type
string
required
[ ]
query

Output Schema

type
object
properties
items
type
array

Bridge examples

Use these snippets as a starting point for calling the selected HTTP bridge outside the docs UI.

cURL
TypeScript
Python
curl --request POST \
  --url "$SERENQUANT_BASE_URL/api/v1/mcp/market/search" \
  --header "Accept: application/json" \
  --header "Authorization: Bearer $SERENQUANT_API_TOKEN" \
  --header "X-Workspace-Id: $SERENQUANT_WORKSPACE_ID" \
  --header "Content-Type: application/json" \
  --data '{
  "query": "string"
}'

MCP Try It

POST /api/v1/mcp/market/search

Execute a request to inspect response details.

Download Artifacts

Export live generated specs for API clients and MCP integration workflows.

Last updated

Apr 6, 2026, 12:00 AM

Feedback

Report unclear guidance, stale contracts, missing coverage, or broken docs UI on this page.

Open feedback issue
Previous
API Reference
Next
Changelog