Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Backtesting Arena
B
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:13:41 AM

Backtesting Arena

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Crypto backtesting & Bitcoin cycle analytics. Point-in-time, DSR-corrected, look-ahead-aware.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "backtesting-arena": {
      "command": "npx",
      "args": [
        "-y",
        "backtesting-arena"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

Backtesting Arena β€” Agent Skill

Battle-tested market intelligence for AI agents β€” every claim backtested, versioned, and explainable. Evidence and base rates, never financial advice.

Skill package for AI agents and LLMs that need programmatic access to the Backtesting Arena API: daily Bitcoin / crypto cycle scoring, on-chain indicators, aggregated strategy insights, and on-demand backtests.

Three channels, one product:

ChannelAuthUse case
Publicnone, fair-use cachequick reads, no signup
REST + MCPBearer API key (Free tier available)full surface, higher quotas
x402 pay-per-callEIP-3009 wallet signature (USDC on Base)autonomous agents, no account

The full capability descriptor an agent should load is SKILL.md.


Install for Claude Code / Claude Desktop

Code
# Coming soon when /install-skill GA's; for now clone + reference manually:
git clone https://github.com/Schoasch/skill-backtesting-arena.git

Reference skills/backtesting-arena/SKILL.md as a context document in your agent runtime, or use the MCP server directly (see below).

Quick start

1. Cycle-aware trading bot (Bearer)

Terminal
curl https://tradingstrategies.work/api/arena-pulse/today
# β†’ { "score": 35, "band": "risk-off", ... } β€” no API key required

Want higher quotas + full surface? Get a free Bearer key.

2. Autonomous agent with USDC wallet (x402)

bash
# First call returns HTTP 402 + payment instructions:
curl -i https://tradingstrategies.work/api/v1/agent/btc-cycle/latest
# β†’ 402 Payment Required, body has accepts[] with payTo, asset, amount, network

# Discovery descriptor lists all paid endpoints + pricing:
curl https://tradingstrategies.work/.well-known/x402

Full Python client showing the EIP-3009 sign + retry pattern: examples/python-x402-client.py.

3. MCP server (Claude Desktop, Cursor, etc.)

Two transports β€” HTTP (recommended, requires Bearer key) or stdio.

HTTP variant (drop into claude_desktop_config.json β†’ mcpServers):

config.json
{
  "backtesting-arena": {
    "url": "https://tradingstrategies.work/api/mcp",
    "headers": { "Authorization": "Bearer sk-arena-…" }
  }
}

Full example incl. stdio variant + Cursor config: examples/claude-desktop-config.json.

Examples folder

FileWhat
examples/curl-snippets.shBash snippets for public + Bearer endpoints
examples/python-x402-client.pyPython EIP-3009 signing + retry for x402 endpoints
examples/typescript-mcp-client.tsConnect to MCP server, list 69 tools, call one
examples/claude-desktop-config.jsonDrop-in config for Claude Desktop / Cursor

Discovery files (machine-readable)

For AI tooling that auto-discovers APIs:

  • /openapi.json β€” full OpenAPI 3.1 spec, ~70 paths, x-x402 extension on agent endpoints
  • /skill.md β€” this skill (canonical, kept in sync with this repo)
  • /llms.txt β€” LLM-friendly summary
  • /.well-known/api.json β€” cross-tool discovery hub
  • /.well-known/x402 β€” Bazaar-v2 descriptor of paid endpoints (alias .json)
  • /.well-known/ai-plugin.json β€” OpenAI-style plugin manifest

Pricing

  • Free β€” public endpoints + Free Bearer tier (30 req/h, 200/d)
  • API Pro €9,99/mo β€” 300 req/h, 3k/d, backtest triggers, larger windows
  • API Power €29,99/mo β€” 2000 req/h, 30k/d, universe-backtests (50 pairs)
  • x402 pay-per-call β€” $0.01-$0.50 USDC per call, no subscription

One subscription covers both REST and MCP channels. Pricing is reviewed quarterly against agent-economy benchmarks (changelog).

License

MIT (this skill package). The Backtesting Arena API itself follows the Terms.

Operator

Solo-built crypto strategy backtesting platform from Germany/Austria. Public since 2026. Educational and research focus, not signal-selling.

Contact: info@tradingstrategies.work Β· Issues: github.com/Schoasch/skill-backtesting-arena/issues

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Plugin logoPlugin

    Circulara Observe MCP plugin - meters your AI agents' token spend and carbon, free tier.

    πŸ’° Finance & Fintech0 views
    Compare vs Plugin β†’
  • R
    Ref Tools Ref Tools Mcp

    Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…

    πŸ’° Finance & Fintech0 views
    Compare vs Ref Tools Ref Tools Mcp β†’
  • A
    Agents

    Pay-per-call safety guards for AI agents: injection, tool-call, signing, secret, x402-trust.

    πŸ’° Finance & Fintech0 views
    Compare vs Agents β†’
  • P
    PubFi MCP

    Route crypto data needs through PubFi capability and gateway tools.

    πŸ’° Finance & Fintech0 views
    Compare vs PubFi MCP β†’

Frequently Asked Questions about Backtesting Arena

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "backtesting-arena": { "command": "npx", "args": ["-y", "backtesting-arena"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewBacktesting Arena AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/backtesting-arena?style=directory)](https://allmcps.com/mcp/backtesting-arena)
HTML Embed
<a href="https://allmcps.com/mcp/backtesting-arena"><img src="https://allmcps.com/api/badge/backtesting-arena?style=directory" alt="Backtesting Arena on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Backtesting Arena β†’Install in Claude DesktopInstall in CursorInstall in VS Code