Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

com.dcamethod/dca-tools

com.dcamethod/dca-tools

Dollar-cost-averaging backtests on real historical data for crypto, stocks and commodities.

Uptime
100.0%
1 direct probes · 30d
Response
825ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

list_assets

Returns every asset dcamethod.com can backtest, with category, calculator URL and whether historical data is available. Optional category filter: crypto, stocks, commodities.

run_dca_backtest

Simulates dollar-cost averaging into one asset using dcamethod.com's own engine and historical price data. Returns total invested, final value, profit, CAGR, average buy price, best/worst month and pu…

get_method

Returns a concise explanation of the dollar-cost-averaging method plus links to the methodology, calculators and blog.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.dcamethod/dca-tools": {
      "url": "https://dcamethod.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}