Crypto backtesting & Bitcoin cycle analytics. Point-in-time, DSR-corrected, look-ahead-aware.
claude mcp add backtesting-arena --transport http https://tradingstrategies.work/api/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"backtesting-arena": {
"url": "https://tradingstrategies.work/api/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"backtesting-arena": {
"serverUrl": "https://tradingstrategies.work/api/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"backtesting-arena": {
"type": "http",
"url": "https://tradingstrategies.work/api/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"backtesting-arena": {
"url": "https://tradingstrategies.work/api/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"backtesting-arena": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://tradingstrategies.work/api/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://tradingstrategies.work/api/mcp |
Authorization: ••••••
|
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Schoasch--backtesting-arena/reviews or the review_server meta-tool.
POST /mcp