MCP SERVER

AI-Native Strategy Research

Zero-code access to ENSEMBLE through your favorite AI. Give Claude or ChatGPT instant access to market data and strategy testing.

Claude Desktop
U

Show me the performance of a momentum strategy that invests in the top 20 stocks by 12-month return, rebalanced monthly

I'll help you analyze that momentum strategy. Let me fetch the data...

→ Calling ENSEMBLE API...
→ Backtesting strategy from 2010-01-01
→ Calculating performance metrics

Results: The momentum strategy shows a total return of +284% since 2010 with a CAGR of 18.4% and Sharpe ratio of 1.42. The maximum drawdown was -14.2%.

Setup in 3 Steps

01

Get an API Key

Create a key in the ENSEMBLE dashboard (Developer → API Keys)
02

Add Remote MCP Server

url: "https://api.ensemble.markets/mcp" + Authorization: Bearer YOUR_API_KEY
03

Start Building

Ask your AI about strategies and markets
CURSOR / CLAUDE MCP CONFIG
{
  "mcpServers": {
    "ensemble": {
      "url": "https://api.ensemble.markets/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Example Prompts

"Show me the performance of a momentum strategy over the last 10 years"

"What are the top technology stocks by market cap?"

"Create a risk parity portfolio with 60/40 stocks/bonds"

"Backtest a sector rotation strategy with quarterly rebalancing"

TRADITIONAL WORKFLOW

  • ×Write Python code
  • ×Manage API authentication
  • ×Parse JSON responses
  • ×Handle errors manually

WITH MCP

  • Natural language queries
  • Automatic authentication
  • Human-readable results
  • AI handles complexity

Connect Your AI Today

Point your AI client at the remote ENSEMBLE MCP endpoint and start researching strategies with natural language.