{"id":232128,"date":"2025-10-09T11:47:54","date_gmt":"2025-10-09T15:47:54","guid":{"rendered":"https:\/\/ibkrcampus.com\/campus\/?p=232128"},"modified":"2025-10-10T05:53:00","modified_gmt":"2025-10-10T09:53:00","slug":"reproducible-quantitative-research-beyond-pure-mcp-workflows","status":"publish","type":"post","link":"https:\/\/www.interactivebrokers.com\/campus\/ibkr-quant-news\/reproducible-quantitative-research-beyond-pure-mcp-workflows\/","title":{"rendered":"Reproducible Quantitative Research \u2013 Beyond Pure MCP Workflows"},"content":{"rendered":"\n<p><em>The article &#8220;Reproducible Quantitative Research \u2013 Beyond Pure MCP Workflows&#8221; was originally published on <a href=\"https:\/\/blog.deltaray.io\/reproducible-research-beyond-mcp-workflows\/\">Deltaray<\/a> blog.<\/em><\/p>\n\n\n\n<p>Reproducibility is the cornerstone of credible quantitative research. In both academic papers and proprietary trading strategy development, results mean little if others cannot replicate them. Yet in quantitative finance, reproducibility remains challenging due to proprietary data, complex methodologies, and now, increasingly autonomous AI agents.<\/p>\n\n\n\n<p>The latest AI coding assistants like&nbsp;<strong><a href=\"https:\/\/www.anthropic.com\/claude-code\" target=\"_blank\" rel=\"noreferrer noopener\">Claude Code<\/a><\/strong>,&nbsp;<strong><a href=\"https:\/\/gemini.google.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Google Gemini<\/a><\/strong>&nbsp;and&nbsp;<strong><a href=\"https:\/\/openai.com\/research\/codex\" target=\"_blank\" rel=\"noreferrer noopener\">OpenAI&#8217;s Codex<\/a><\/strong>&nbsp;using&nbsp;<strong><a href=\"https:\/\/en.wikipedia.org\/wiki\/Model_Context_Protocol\" target=\"_blank\" rel=\"noreferrer noopener\">Model Context Protocol (MCP)<\/a><\/strong>&nbsp;have revolutionized research workflows.<\/p>\n\n\n\n<p>They can compress weeks of development into hours.<\/p>\n\n\n\n<p>But this power comes with a hidden cost: when AI agents operate autonomously, they can undermine the very reproducibility that makes research credible.<\/p>\n\n\n\n<p>In this post, we&#8217;ll explore how modern AI tools are transforming quantitative research, why pure agentic workflows threaten reproducibility, and a better approach to address these challenges.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"the-evolution-from-text-generator-to-active-researcher\">The Evolution: From Text Generator to Active Researcher<\/h2>\n\n\n\n<p>AI assistants have rapidly evolved from simple code completion tools into active research partners.&nbsp;<a href=\"https:\/\/github.blog\/news-insights\/product-news\/introducing-github-copilot-ai-pair-programmer\/?utm_source=chatgpt.com\" target=\"_blank\" rel=\"noreferrer noopener\">Early large language models<\/a>&nbsp;could only suggest text based on their training.<\/p>\n\n\n\n<p>Today&#8217;s AI Agents can autonomously:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Fetch and analyze historical market data<\/li>\n\n\n\n<li>Execute complex multi-step research workflows<\/li>\n\n\n\n<li>Run backtests and do statistical tests<\/li>\n\n\n\n<li>Generate visualizations and reports<\/li>\n\n\n\n<li>Commit results to version control<\/li>\n<\/ul>\n\n\n\n<p>This transformation was enabled by giving LLMs&nbsp;<strong>tool-use capabilities<\/strong>. Claude Code was the first to achieve this: since its initial version, it has not just suggested code but actively taken actions on your behalf. It maintains project-wide awareness, navigates documentation, and performs complex tasks from natural language prompts.<\/p>\n\n\n\n<p>By now, both OpenAI and Google have caught up\u2014with Codex and Gemini Code\u2014matching the functionality of Claude Code.<\/p>\n\n\n\n<p>To generalize tool use, Anthropic introduced the&nbsp;<strong>Model Context Protocol (MCP)<\/strong>&nbsp;in late 2024<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"understanding-mcp-power-and-pitfalls\">Understanding MCP: Power and Pitfalls<\/h2>\n\n\n\n<p>The&nbsp;<strong>Model Context Protocol (MCP)<\/strong>&nbsp;is&nbsp;<a href=\"https:\/\/www.anthropic.com\/news\/model-context-protocol\" target=\"_blank\" rel=\"noreferrer noopener\">Anthropic&#8217;s open-source standard<\/a>&nbsp;for providing uniform API that allows AI models to interact with external tools and services. Instead of hard-coding specific integrations, MCP servers expose tools that AI agents can invoke as needed.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"mcp-in-quantitative-research\">MCP in Quantitative Research<\/h3>\n\n\n\n<p>Common MCP applications include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Query financial databases for market data (like Polygon.io&#8217;s&nbsp;<a href=\"https:\/\/polygon.io\/blog\/querying-financial-markets-with-the-polygon-io-mcp-server-claude-4-and-pydantic-ai\" target=\"_blank\" rel=\"noreferrer noopener\">recent MCP connector<\/a>)<\/li>\n\n\n\n<li>Execute trades through broker APIs:&nbsp;<a href=\"https:\/\/github.com\/alpacahq\/alpaca-mcp-server\" target=\"_blank\" rel=\"noreferrer noopener\">Alpaca<\/a>,&nbsp;<a href=\"https:\/\/github.com\/ferdousbhai\/tasty-agent\" target=\"_blank\" rel=\"noreferrer noopener\">Tasty<\/a>&nbsp;or&nbsp;<a href=\"https:\/\/github.com\/ArjunDivecha\/ibkr-mcp-server\" target=\"_blank\" rel=\"noreferrer noopener\">IBKR<\/a>, etc.<\/li>\n\n\n\n<li>Fetch social sentiment from&nbsp;<a href=\"https:\/\/github.com\/ferdousbhai\/wsb-analyst-mcp\" target=\"_blank\" rel=\"noreferrer noopener\">Reddit<\/a>&nbsp;or&nbsp;<a href=\"https:\/\/github.com\/LuniaKunal\/mcp-twitter\" target=\"_blank\" rel=\"noreferrer noopener\">Twitter<\/a><\/li>\n\n\n\n<li>Screen and analyze indicators for trading signals:&nbsp;<a href=\"https:\/\/github.com\/atilaahmettaner\/tradingview-mcp\" target=\"_blank\" rel=\"noreferrer noopener\">TradingView MCP<\/a><\/li>\n\n\n\n<li>Read and analyze research papers from&nbsp;<a href=\"https:\/\/github.com\/andybrandt\/mcp-simple-arxiv\" target=\"_blank\" rel=\"noreferrer noopener\">arXiv<\/a><\/li>\n\n\n\n<li>And&nbsp;<a href=\"https:\/\/github.com\/punkpeye\/awesome-mcp-servers\" target=\"_blank\" rel=\"noreferrer noopener\">many more<\/a><\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"zen-mcp-the-multi-model-orchestrator\">Zen-MCP: The Multi-Model Orchestrator<\/h4>\n\n\n\n<p>While not strictly related to quantitative finance,&nbsp;<a href=\"https:\/\/github.com\/BeehiveInnovations\/zen-mcp-server\" target=\"_blank\" rel=\"noreferrer noopener\">zen-mcp<\/a>&nbsp;is worth menitioning (and using).<\/p>\n\n\n\n<p>This open-source orchestrator extends agentic coding tools to enable&nbsp;<strong>multi-model AI workflows<\/strong>. What this means in practice is that you can use OpenAI&#8217;s, Google&#8217;s and Anthropic&#8217;s (and many other) models in the same session. For example, one model can design the task, the other can implement it and the third can review it.<\/p>\n\n\n\n<p>The different models can&nbsp;<a href=\"https:\/\/github.com\/BeehiveInnovations\/zen-mcp-server\/blob\/8749b4c6a8bdf438236b3f955c5f5878b8862938\/docs\/ai-collaboration.md\" target=\"_blank\" rel=\"noreferrer noopener\">collaborate and chat with each other<\/a>, which is impressive to see in action.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"the-reproducibility-problem\">The Reproducibility problem<\/h2>\n\n\n\n<p>While powerful, autonomous AI agents introduce several reproducibility challenges.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"1-the-opacity-problem\">1. The Opacity Problem<\/h3>\n\n\n\n<p>When AI agents autonomously fetch data, perform analysis, and generate results, the exact steps often remain hidden. Unlike executing a script &#8211; where every transformation is visible &#8211; AI agent workflows can be black boxes. You might get results, but understanding&nbsp;<em>how<\/em>&nbsp;those results were obtained becomes difficult or impossible.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"2-non-deterministic-execution\">2. Non-Deterministic Execution<\/h3>\n\n\n\n<p>AI models may take different approaches to solving the same problem across runs. This non-determinism means:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The same research question might yield different methodologies<\/li>\n\n\n\n<li>Data processing steps may vary<\/li>\n\n\n\n<li>Rate limits or tier changes can trigger model fallbacks (e.g., Opus \u2192 Sonnet), altering tool choices and outputs<\/li>\n<\/ul>\n\n\n\n<p>Note: Read more about defeating nondeterminism in LLM inference on the&nbsp;<a href=\"https:\/\/thinkingmachines.ai\/blog\/defeating-nondeterminism-in-llm-inference\/\" target=\"_blank\" rel=\"noreferrer noopener\">Thinking Machines blog<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"3-hidden-state-and-dependencies\">3. Hidden State and Dependencies<\/h3>\n\n\n\n<p>Similar to the notorious&nbsp;<a href=\"https:\/\/scicomp.aalto.fi\/scicomp\/jupyter-pitfalls\/#hidden-state-is-opposed-to-reproducibility\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;hidden state&#8221; problem<\/a>&nbsp;in Jupyter notebooks where cell execution order affects results, AI agents compound this by:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Dynamically choosing data sources without documentation<\/li>\n\n\n\n<li>Using different libraries or methods without explicit tracking<\/li>\n\n\n\n<li>Making assumptions that aren&#8217;t recorded<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"danger-zone-agentic-trading\">Danger-zone: Agentic Trading<\/h2>\n\n\n\n<p>Several open-source projects use MCP for quantitative analysis and trading:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/github.com\/wshobson\/mcp-trader\" target=\"_blank\" rel=\"noreferrer noopener\">Maverick MCP<\/a>: &#8220;financial data analysis, technical indicators, and portfolio optimization tools directly to your Claude Desktop&#8221;<\/li>\n\n\n\n<li><a href=\"https:\/\/github.com\/ivebotunac\/PrimoAgent\/\" target=\"_blank\" rel=\"noreferrer noopener\">PrimoAgent<\/a>: &#8220;multi agent AI stock analysis system &#8230; to provide comprehensive daily trading insights and next-day price predictions&#8221;<\/li>\n\n\n\n<li><a href=\"https:\/\/alpaca.markets\/learn\/mcp-trading-with-claude-alpaca-google-sheets\" target=\"_blank\" rel=\"noreferrer noopener\">Alpaca&#8217;s example<\/a>&nbsp;on building MCP-Based Trading workflow<\/li>\n<\/ul>\n\n\n\n<p>As teaching demos, they are excellent: they reduce integration friction and demonstrate how quickly you can reach a working prototype. In practice, however, running trading strategies this way is too risky.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-danger-zone\">Danger Zone<\/h3>\n\n\n\n<p>In these projects, the trading logic relies on the model\u2019s output, which is inherently non-deterministic and can change over time. To make things worse, you may get downgraded to a cheaper model mid-session due to rate limits or quota exhaustion.<\/p>\n\n\n\n<p>This means the exact same results cannot be reproduced, even if the rules, data, and environment are fixed.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"a-simple-solution\">A simple solution<\/h2>\n\n\n\n<p>Instead of relying on MCP agents to research and trade, use them to&nbsp;<strong>generate code<\/strong>&nbsp;that you review, version-control, and run in a controlled environment. Over time, the accumulated code can be curated into a strategy or research library.<\/p>\n\n\n\n<p>Based on our experience with hundreds of hours of AI-assisted strategy and product development, we recommend:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"1-treat-ai-as-a-code-generator-not-an-autonomous-agent\">1. Treat AI as a Code Generator, Not an Autonomous Agent<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use AI to generate reproducible scripts and analysis code<\/li>\n\n\n\n<li>Review AI-generated plans and code before execution<\/li>\n\n\n\n<li>Maintain human oversight of critical decisions<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"2-version-control-everything\">2. Version Control Everything<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Regularly commit all analysis scripts, strategies, and utilities to version control<\/li>\n\n\n\n<li>Include the models and the prompts used to generate the code (e.g., in Pull Request description)<\/li>\n\n\n\n<li>Document data sources, extraction timestamps, and filters in a data catalog<\/li>\n\n\n\n<li>Persist backtest results, metrics, and visualizations in structured storage<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"3-use-the-right-model-for-the-task\">3. Use the right model for the task<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use the most capable model to create a detailed plan for the task (e.g. Anthropic Opus or GPT-5 at the time of writing)<\/li>\n\n\n\n<li>Review the plan using different models to gain confidence (e.g. OpenAI&#8217;s o3-pro, Gemini-2.5-pro)<\/li>\n\n\n\n<li>Use the detailed implementation plan to generate the code. A less capable model can be used here. (e.g. Anthropic Sonnet)<\/li>\n\n\n\n<li>Review the generated code using different models (e.g.: gemini-2.5-pro, r1 and o3-pro)<\/li>\n\n\n\n<li>Conduct the final review of the generated code using human expertise<\/li>\n<\/ul>\n\n\n\n<p><strong>Note<\/strong>:<\/p>\n\n\n\n<p>Over time, we hope every MCP server and agentic tool will generate audit logs of every tool call, including inputs, outputs, model IDs, and timestamps. This would resolve several reproducibility issues.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"conclusion\">Conclusion<\/h2>\n\n\n\n<p>Pure MCP agentic workflows are productivity rockets\u2014but but also reproducibility traps. For credible research, treat agents as compilers and planners rather than autonomous researchers. Generate code, pin environments and data, and log every run.<\/p>\n\n\n\n<p>If a result can\u2019t be reproduced from code, config, data snapshot, and a manifest, it\u2019s not research\u2014it\u2019s a demo.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In both academic papers and proprietary trading strategy development, results mean little if others cannot replicate them.<\/p>\n","protected":false},"author":186,"featured_media":218921,"comment_status":"open","ping_status":"closed","sticky":true,"template":"","format":"standard","meta":{"_acf_changed":true,"footnotes":""},"categories":[339,338,341],"tags":[20620,16038,4873,20618,20619,7375,20617,14715,20616,20615],"contributors-categories":[20614],"class_list":{"0":"post-232128","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-data-science","8":"category-ibkr-quant-news","9":"category-quant-development","10":"tag-agentic-workflows","11":"tag-ai-agents","12":"tag-backtesting","13":"tag-claude-code","14":"tag-google-gemini","15":"tag-jupyter","16":"tag-model-context-protocol-mcp","17":"tag-openai","18":"tag-quantitative-research","19":"tag-reproducibility","20":"contributors-categories-deltaray"},"pp_statuses_selecting_workflow":false,"pp_workflow_action":"current","pp_status_selection":"publish","acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.9 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Reproducible Quantitative Research \u2013 Beyond Pure MCP Workflows<\/title>\n<meta name=\"description\" content=\"In both academic papers and proprietary trading strategy development, results mean little if others cannot replicate them.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.interactivebrokers.com\/campus\/wp-json\/wp\/v2\/posts\/232128\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Reproducible Quantitative Research \u2013 Beyond Pure MCP Workflows\" \/>\n<meta property=\"og:description\" content=\"In both academic papers and proprietary trading strategy development, results mean little if others cannot replicate them.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.interactivebrokers.com\/campus\/ibkr-quant-news\/reproducible-quantitative-research-beyond-pure-mcp-workflows\/\" \/>\n<meta property=\"og:site_name\" content=\"IBKR Campus US\" \/>\n<meta property=\"article:published_time\" content=\"2025-10-09T15:47:54+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-10T09:53:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.interactivebrokers.com\/campus\/wp-content\/uploads\/sites\/2\/2025\/02\/trade-stocks-screen-quant.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"562\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Contributor Author\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Contributor Author\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\n\t    \"@context\": \"https:\\\/\\\/schema.org\",\n\t    \"@graph\": [\n\t        {\n\t            \"@type\": \"NewsArticle\",\n\t            \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/ibkr-quant-news\\\/reproducible-quantitative-research-beyond-pure-mcp-workflows\\\/#article\",\n\t            \"isPartOf\": {\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/ibkr-quant-news\\\/reproducible-quantitative-research-beyond-pure-mcp-workflows\\\/\"\n\t            },\n\t            \"author\": {\n\t                \"name\": \"Contributor Author\",\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/#\\\/schema\\\/person\\\/e823e46b42ca381080387e794318a485\"\n\t            },\n\t            \"headline\": \"Reproducible Quantitative Research \u2013 Beyond Pure MCP Workflows\",\n\t            \"datePublished\": \"2025-10-09T15:47:54+00:00\",\n\t            \"dateModified\": \"2025-10-10T09:53:00+00:00\",\n\t            \"mainEntityOfPage\": {\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/ibkr-quant-news\\\/reproducible-quantitative-research-beyond-pure-mcp-workflows\\\/\"\n\t            },\n\t            \"wordCount\": 1173,\n\t            \"commentCount\": 1,\n\t            \"publisher\": {\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/#organization\"\n\t            },\n\t            \"image\": {\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/ibkr-quant-news\\\/reproducible-quantitative-research-beyond-pure-mcp-workflows\\\/#primaryimage\"\n\t            },\n\t            \"thumbnailUrl\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2025\\\/02\\\/trade-stocks-screen-quant.jpg\",\n\t            \"keywords\": [\n\t                \"Agentic Workflows\",\n\t                \"AI agents\",\n\t                \"backtesting\",\n\t                \"Claude Code\",\n\t                \"Google Gemini\",\n\t                \"Jupyter\",\n\t                \"Model Context Protocol (MCP)\",\n\t                \"OpenAI\",\n\t                \"Quantitative Research\",\n\t                \"Reproducibility\"\n\t            ],\n\t            \"articleSection\": [\n\t                \"Data Science\",\n\t                \"Quant\",\n\t                \"Quant Development\"\n\t            ],\n\t            \"inLanguage\": \"en-US\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"CommentAction\",\n\t                    \"name\": \"Comment\",\n\t                    \"target\": [\n\t                        \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/ibkr-quant-news\\\/reproducible-quantitative-research-beyond-pure-mcp-workflows\\\/#respond\"\n\t                    ]\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"WebPage\",\n\t            \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/ibkr-quant-news\\\/reproducible-quantitative-research-beyond-pure-mcp-workflows\\\/\",\n\t            \"url\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/ibkr-quant-news\\\/reproducible-quantitative-research-beyond-pure-mcp-workflows\\\/\",\n\t            \"name\": \"Reproducible Quantitative Research \u2013 Beyond Pure MCP Workflows | IBKR Campus US\",\n\t            \"isPartOf\": {\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/#website\"\n\t            },\n\t            \"primaryImageOfPage\": {\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/ibkr-quant-news\\\/reproducible-quantitative-research-beyond-pure-mcp-workflows\\\/#primaryimage\"\n\t            },\n\t            \"image\": {\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/ibkr-quant-news\\\/reproducible-quantitative-research-beyond-pure-mcp-workflows\\\/#primaryimage\"\n\t            },\n\t            \"thumbnailUrl\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2025\\\/02\\\/trade-stocks-screen-quant.jpg\",\n\t            \"datePublished\": \"2025-10-09T15:47:54+00:00\",\n\t            \"dateModified\": \"2025-10-10T09:53:00+00:00\",\n\t            \"description\": \"In both academic papers and proprietary trading strategy development, results mean little if others cannot replicate them.\",\n\t            \"inLanguage\": \"en-US\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"ReadAction\",\n\t                    \"target\": [\n\t                        \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/ibkr-quant-news\\\/reproducible-quantitative-research-beyond-pure-mcp-workflows\\\/\"\n\t                    ]\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"ImageObject\",\n\t            \"inLanguage\": \"en-US\",\n\t            \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/ibkr-quant-news\\\/reproducible-quantitative-research-beyond-pure-mcp-workflows\\\/#primaryimage\",\n\t            \"url\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2025\\\/02\\\/trade-stocks-screen-quant.jpg\",\n\t            \"contentUrl\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2025\\\/02\\\/trade-stocks-screen-quant.jpg\",\n\t            \"width\": 1000,\n\t            \"height\": 562,\n\t            \"caption\": \"Trading stock, stock market, business graph, trading investment, broker, stock exchange market\"\n\t        },\n\t        {\n\t            \"@type\": \"WebSite\",\n\t            \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/#website\",\n\t            \"url\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/\",\n\t            \"name\": \"IBKR Campus US\",\n\t            \"description\": \"Financial Education from Interactive Brokers\",\n\t            \"publisher\": {\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/#organization\"\n\t            },\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"SearchAction\",\n\t                    \"target\": {\n\t                        \"@type\": \"EntryPoint\",\n\t                        \"urlTemplate\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/?s={search_term_string}\"\n\t                    },\n\t                    \"query-input\": {\n\t                        \"@type\": \"PropertyValueSpecification\",\n\t                        \"valueRequired\": true,\n\t                        \"valueName\": \"search_term_string\"\n\t                    }\n\t                }\n\t            ],\n\t            \"inLanguage\": \"en-US\"\n\t        },\n\t        {\n\t            \"@type\": \"Organization\",\n\t            \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/#organization\",\n\t            \"name\": \"Interactive Brokers\",\n\t            \"alternateName\": \"IBKR\",\n\t            \"url\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/\",\n\t            \"logo\": {\n\t                \"@type\": \"ImageObject\",\n\t                \"inLanguage\": \"en-US\",\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/#\\\/schema\\\/logo\\\/image\\\/\",\n\t                \"url\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2024\\\/05\\\/ibkr-campus-logo.jpg\",\n\t                \"contentUrl\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2024\\\/05\\\/ibkr-campus-logo.jpg\",\n\t                \"width\": 669,\n\t                \"height\": 669,\n\t                \"caption\": \"Interactive Brokers\"\n\t            },\n\t            \"image\": {\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/#\\\/schema\\\/logo\\\/image\\\/\"\n\t            },\n\t            \"publishingPrinciples\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/about-ibkr-campus\\\/\",\n\t            \"ethicsPolicy\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/cyber-security-notice\\\/\"\n\t        },\n\t        {\n\t            \"@type\": \"Person\",\n\t            \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/#\\\/schema\\\/person\\\/e823e46b42ca381080387e794318a485\",\n\t            \"name\": \"Contributor Author\",\n\t            \"url\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/author\\\/contributor-author\\\/\"\n\t        }\n\t    ]\n\t}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Reproducible Quantitative Research \u2013 Beyond Pure MCP Workflows","description":"In both academic papers and proprietary trading strategy development, results mean little if others cannot replicate them.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.interactivebrokers.com\/campus\/wp-json\/wp\/v2\/posts\/232128\/","og_locale":"en_US","og_type":"article","og_title":"Reproducible Quantitative Research \u2013 Beyond Pure MCP Workflows","og_description":"In both academic papers and proprietary trading strategy development, results mean little if others cannot replicate them.","og_url":"https:\/\/www.interactivebrokers.com\/campus\/ibkr-quant-news\/reproducible-quantitative-research-beyond-pure-mcp-workflows\/","og_site_name":"IBKR Campus US","article_published_time":"2025-10-09T15:47:54+00:00","article_modified_time":"2025-10-10T09:53:00+00:00","og_image":[{"width":1000,"height":562,"url":"https:\/\/www.interactivebrokers.com\/campus\/wp-content\/uploads\/sites\/2\/2025\/02\/trade-stocks-screen-quant.jpg","type":"image\/jpeg"}],"author":"Contributor Author","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Contributor Author","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"NewsArticle","@id":"https:\/\/ibkrcampus.com\/campus\/ibkr-quant-news\/reproducible-quantitative-research-beyond-pure-mcp-workflows\/#article","isPartOf":{"@id":"https:\/\/ibkrcampus.com\/campus\/ibkr-quant-news\/reproducible-quantitative-research-beyond-pure-mcp-workflows\/"},"author":{"name":"Contributor Author","@id":"https:\/\/ibkrcampus.com\/campus\/#\/schema\/person\/e823e46b42ca381080387e794318a485"},"headline":"Reproducible Quantitative Research \u2013 Beyond Pure MCP Workflows","datePublished":"2025-10-09T15:47:54+00:00","dateModified":"2025-10-10T09:53:00+00:00","mainEntityOfPage":{"@id":"https:\/\/ibkrcampus.com\/campus\/ibkr-quant-news\/reproducible-quantitative-research-beyond-pure-mcp-workflows\/"},"wordCount":1173,"commentCount":1,"publisher":{"@id":"https:\/\/ibkrcampus.com\/campus\/#organization"},"image":{"@id":"https:\/\/ibkrcampus.com\/campus\/ibkr-quant-news\/reproducible-quantitative-research-beyond-pure-mcp-workflows\/#primaryimage"},"thumbnailUrl":"https:\/\/www.interactivebrokers.com\/campus\/wp-content\/uploads\/sites\/2\/2025\/02\/trade-stocks-screen-quant.jpg","keywords":["Agentic Workflows","AI agents","backtesting","Claude Code","Google Gemini","Jupyter","Model Context Protocol (MCP)","OpenAI","Quantitative Research","Reproducibility"],"articleSection":["Data Science","Quant","Quant Development"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/ibkrcampus.com\/campus\/ibkr-quant-news\/reproducible-quantitative-research-beyond-pure-mcp-workflows\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/ibkrcampus.com\/campus\/ibkr-quant-news\/reproducible-quantitative-research-beyond-pure-mcp-workflows\/","url":"https:\/\/ibkrcampus.com\/campus\/ibkr-quant-news\/reproducible-quantitative-research-beyond-pure-mcp-workflows\/","name":"Reproducible Quantitative Research \u2013 Beyond Pure MCP Workflows | IBKR Campus US","isPartOf":{"@id":"https:\/\/ibkrcampus.com\/campus\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ibkrcampus.com\/campus\/ibkr-quant-news\/reproducible-quantitative-research-beyond-pure-mcp-workflows\/#primaryimage"},"image":{"@id":"https:\/\/ibkrcampus.com\/campus\/ibkr-quant-news\/reproducible-quantitative-research-beyond-pure-mcp-workflows\/#primaryimage"},"thumbnailUrl":"https:\/\/www.interactivebrokers.com\/campus\/wp-content\/uploads\/sites\/2\/2025\/02\/trade-stocks-screen-quant.jpg","datePublished":"2025-10-09T15:47:54+00:00","dateModified":"2025-10-10T09:53:00+00:00","description":"In both academic papers and proprietary trading strategy development, results mean little if others cannot replicate them.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ibkrcampus.com\/campus\/ibkr-quant-news\/reproducible-quantitative-research-beyond-pure-mcp-workflows\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ibkrcampus.com\/campus\/ibkr-quant-news\/reproducible-quantitative-research-beyond-pure-mcp-workflows\/#primaryimage","url":"https:\/\/www.interactivebrokers.com\/campus\/wp-content\/uploads\/sites\/2\/2025\/02\/trade-stocks-screen-quant.jpg","contentUrl":"https:\/\/www.interactivebrokers.com\/campus\/wp-content\/uploads\/sites\/2\/2025\/02\/trade-stocks-screen-quant.jpg","width":1000,"height":562,"caption":"Trading stock, stock market, business graph, trading investment, broker, stock exchange market"},{"@type":"WebSite","@id":"https:\/\/ibkrcampus.com\/campus\/#website","url":"https:\/\/ibkrcampus.com\/campus\/","name":"IBKR Campus US","description":"Financial Education from Interactive Brokers","publisher":{"@id":"https:\/\/ibkrcampus.com\/campus\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ibkrcampus.com\/campus\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ibkrcampus.com\/campus\/#organization","name":"Interactive Brokers","alternateName":"IBKR","url":"https:\/\/ibkrcampus.com\/campus\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ibkrcampus.com\/campus\/#\/schema\/logo\/image\/","url":"https:\/\/www.interactivebrokers.com\/campus\/wp-content\/uploads\/sites\/2\/2024\/05\/ibkr-campus-logo.jpg","contentUrl":"https:\/\/www.interactivebrokers.com\/campus\/wp-content\/uploads\/sites\/2\/2024\/05\/ibkr-campus-logo.jpg","width":669,"height":669,"caption":"Interactive Brokers"},"image":{"@id":"https:\/\/ibkrcampus.com\/campus\/#\/schema\/logo\/image\/"},"publishingPrinciples":"https:\/\/www.interactivebrokers.com\/campus\/about-ibkr-campus\/","ethicsPolicy":"https:\/\/www.interactivebrokers.com\/campus\/cyber-security-notice\/"},{"@type":"Person","@id":"https:\/\/ibkrcampus.com\/campus\/#\/schema\/person\/e823e46b42ca381080387e794318a485","name":"Contributor Author","url":"https:\/\/www.interactivebrokers.com\/campus\/author\/contributor-author\/"}]}},"jetpack_featured_media_url":"https:\/\/www.interactivebrokers.com\/campus\/wp-content\/uploads\/sites\/2\/2025\/02\/trade-stocks-screen-quant.jpg","_links":{"self":[{"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/posts\/232128","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/users\/186"}],"replies":[{"embeddable":true,"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/comments?post=232128"}],"version-history":[{"count":0,"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/posts\/232128\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/media\/218921"}],"wp:attachment":[{"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/media?parent=232128"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/categories?post=232128"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/tags?post=232128"},{"taxonomy":"contributors-categories","embeddable":true,"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/contributors-categories?post=232128"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}