← tradingstrategies.work
INDIVIDUAL MCP TOOL
arena_get_hash_ribbons
Latest Hash Ribbons indicator (Charles Edwards).
LIVE ENDPOINT
https://tradingstrategies.work/api/mcp
Connect to this endpoint to inspect the live schema for arena_get_hash_ribbons and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.backtesting-arena]
url = "https://tradingstrategies.work/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"backtesting-arena": {
"type": "http",
"url": "https://tradingstrategies.work/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: backtesting-arena
Remote MCP URL: https://tradingstrategies.work/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"backtesting-arena": {
"url": "https://tradingstrategies.work/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"backtesting-arena": {
"type": "http",
"url": "https://tradingstrategies.work/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "backtesting-arena",
"transport": "streamable-http",
"url": "https://tradingstrategies.work/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
arena_get_pulse— Daily 0-100 heat score for the Bitcoin market, aggregated from 8 components (BTC-Cycle, F&G, Altcoin-Season, Bullmarket-Ampel, Funding-Rate, Hash-Ribbons, Mayer-Multiple, MVRV-Z).arena_get_cycle— Crypto cycle position — where are we in the cycle?arena_get_spot_price— Current BTC, ETH and SOL spot price — what is Bitcoin (or ETH/SOL) worth right now?arena_get_stablecoin_supply— Aggregate stablecoin supply (crypto-liquidity proxy) — is the liquidity impulse turning or accelerating?arena_get_etf_flows— Spot-ETF net flows (USD millions) — is the flow impulse turning or accelerating?arena_get_altcoin_season— Daily Altcoin-Season indicator (v7 Native-Filter methodology).arena_get_fear_greed— Crypto Fear & Greed Index from alternative.arena_get_bullmarket_ampel— Bitcoin Bullmarket-Ampel current state (0-5 active stages).