← Registry

Developer Tools

bagtester.com

Provides APIs for submitting and retrieving financial backtest jobs, listing available data, and sampling historical price data.

1 endpoint31 known toolsFirst detected June 23, 2026Last detected June 23, 2026

ENDPOINT 1

https://bagtester.com/api/mcp

No auth detected

Known tools 31

submit_strategy

Submit a single Python backtest.

Inferred read-only
get_backtest_results

Retrieve backtest results by job_id.

Inferred read-only
list_my_jobs

List your recent backtest jobs (most recent first).

Inferred read-only
list_available_data

List asset universes and timeframes available for backtesting, with tier and mode metadata so an agent can choose.

Inferred read-only
get_data_sample

Fetch the last N OHLCV bars from the data lake for a given symbol+timeframe.

Inferred read-only
optimize_strategy

QUANT TIER.

Inferred read-only
walk_forward

QUANT TIER.

Inferred read-only
improve_strategy

Re-run a previous backtest with a structured improvement.

Inferred read-only
search_backtests

Search your historical backtests by symbol, mode, date range, tags, experiment, or status.

Inferred read-only
list_experiments

List your experiment groups.

Inferred read-only
get_experiment

Fetch an experiment with its child runs.

Inferred read-only
compare_backtests

Side-by-side comparison of N backtests (2-10).

Inferred read-only
create_experiment

Manually group existing jobs into a named experiment.

Inferred read-only
manage_subscription

View the current subscription plan, credit balance, recent invoices, and get a Stripe customer-portal URL for upgrade / downgrade / change payment method / cancel — all without leaving the agent.

Potential side effects
purchase_topup

Purchase a credit top-up pack using the user's saved Stripe payment method (off-session charge).

Potential side effects
set_agent_cap

Change the user's monthly agent_purchase_cap (in USD).

Inferred read-only
list_strategy_templates

Return a curated catalog of canonical strategy templates the agent can copy-paste into `submit_strategy`.

Inferred read-only
report_issue

File a support ticket on behalf of the user.

Inferred read-only
get_support_ticket

Fetch a support ticket by ticket_id (own tickets only).

Inferred read-only
share_backtest

Make a completed backtest publicly viewable at https://bagtester.com/r/<token>, or revoke an existing share.

Inferred read-only
submit_review

Submit a review of Bagtester on the user's behalf.

Inferred read-only
admin_list_tickets

ADMIN-ONLY.

Inferred read-only
admin_get_ticket

ADMIN-ONLY.

Inferred read-only
admin_update_ticket

ADMIN-ONLY.

Inferred read-only
polymarket_submit_bot

PREDICTION MARKETS (Polymarket): Backtest a Polymarket bot strategy across resolved markets.

Inferred read-only
polymarket_get_results

PREDICTION MARKETS (Polymarket): Fetch a completed `pm_v1.0` backtest result by `job_id`.

Inferred read-only
polymarket_list_my_runs

PREDICTION MARKETS (Polymarket): List the caller's recent PM backtest jobs, newest first.

Inferred read-only
polymarket_list_markets

PREDICTION MARKETS (Polymarket): Read-only market discovery.

Inferred read-only
polymarket_get_market

PREDICTION MARKETS (Polymarket): Fetch metadata for a single resolved market by condition_id.

Inferred read-only
polymarket_compare_bots

PREDICTION MARKETS (Polymarket): Compare 2-10 completed Polymarket backtests side-by-side.

Inferred read-only
polymarket_list_strategy_templates

PREDICTION MARKETS (Polymarket): Returns a curated catalog of strategy templates for backtesting Polymarket bots.

Inferred read-only

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.bagtester-com]
url = "https://bagtester.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bagtester-com": {
      "type": "http",
      "url": "https://bagtester.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bagtester-com
Remote MCP URL: https://bagtester.com/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": {
    "bagtester-com": {
      "url": "https://bagtester.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bagtester-com": {
      "type": "http",
      "url": "https://bagtester.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bagtester-com",
  "transport": "streamable-http",
  "url": "https://bagtester.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for bagtester.com was fetched 2026-08-27T23:28:30.583Z and is being refreshed.

Trust status Neutral

bagtester.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.