@stratsmithio/mcp-server
v0.4.0
Published
MCP server for the StratSmith backtesting platform. Lets AI tools (Claude Code, Codex) manage strategies, run backtests, and view results.
Maintainers
Readme
@stratsmithio/mcp-server
MCP server for the StratSmith backtesting platform. Lets AI tools (Claude Code, Codex) manage strategies, run backtests, and view results.
Setup
- Create an API key at StratSmith > API Keys (profile dropdown)
- Add to
.mcp.jsonin your project root:
{
"mcpServers": {
"stratsmith": {
"command": "npx",
"args": ["-y", "@stratsmithio/mcp-server"],
"env": {
"STRATSMITH_API_KEY": "pk_live_..."
}
}
}
}- Restart Claude Code
- Run
/mcpto verify the server is connected
Environment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| STRATSMITH_API_KEY | Yes | Your API key (starts with pk_live_) |
| STRATSMITH_BASE_URL | No | API base URL (default: https://app.stratsmith.io) |
| STRATSMITH_TEAM_ID | No | Team public ID. Auto-resolved if you have one team. Use list_teams / set_team tools if you have multiple. |
