INDIVIDUAL MCP TOOL
get_backtest
Retrieve a previous backtest by run_id — the full record, including why it was rejected.
LIVE ENDPOINT
https://mcp.twmarketdata.com/mcp
Connect to this endpoint to inspect the live schema for get_backtest and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.tw-market-data]
url = "https://mcp.twmarketdata.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tw-market-data": {
"type": "http",
"url": "https://mcp.twmarketdata.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tw-market-data
Remote MCP URL: https://mcp.twmarketdata.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tw-market-data": {
"url": "https://mcp.twmarketdata.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tw-market-data": {
"type": "http",
"url": "https://mcp.twmarketdata.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tw-market-data",
"transport": "streamable-http",
"url": "https://mcp.twmarketdata.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_datasets— List available Taiwan-market datasets (discovery entry point).describe_dataset— FULL semantics of one dataset: grain (what a row is), field meanings+units, ★TIME-CORRECTNESS rules (knowledge_time_field / point_in_time_safe — read before backtesting), relations for cross-table reasoning, agent_hints (when to use), quant_use (which factors).query_dataset— Query rows with built-in look-ahead protection.find_related— Traverse the knowledge graph for cross-table / supply-chain reasoning.search_filings— Semantic search over MOPS filings, financial-statement notes and company news.explain_provenance— Where did this number come from, and when could anyone have known it?get_inclusion_proof— Prove a row was in the snapshot TWMD published — and check it yourself.cite_this— Produce a bibliographic citation for TWMD data — APA, BibTeX, and a re-verifiable token.