Developer Tools
bagtester.com
Provides APIs for submitting and retrieving financial backtest jobs, listing available data, and sampling historical price data.
ENDPOINT 1
https://bagtester.com/api/mcp
Known tools 31
list_available_dataList asset universes and timeframes available for backtesting, with tier and mode metadata so an agent can choose.
Inferred read-onlyget_data_sampleFetch the last N OHLCV bars from the data lake for a given symbol+timeframe.
Inferred read-onlysearch_backtestsSearch your historical backtests by symbol, mode, date range, tags, experiment, or status.
Inferred read-onlymanage_subscriptionView 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 effectspurchase_topupPurchase a credit top-up pack using the user's saved Stripe payment method (off-session charge).
Potential side effectslist_strategy_templatesReturn a curated catalog of canonical strategy templates the agent can copy-paste into `submit_strategy`.
Inferred read-onlyshare_backtestMake a completed backtest publicly viewable at https://bagtester.com/r/<token>, or revoke an existing share.
Inferred read-onlypolymarket_submit_botPREDICTION MARKETS (Polymarket): Backtest a Polymarket bot strategy across resolved markets.
Inferred read-onlypolymarket_get_resultsPREDICTION MARKETS (Polymarket): Fetch a completed `pm_v1.0` backtest result by `job_id`.
Inferred read-onlypolymarket_list_my_runsPREDICTION MARKETS (Polymarket): List the caller's recent PM backtest jobs, newest first.
Inferred read-onlypolymarket_list_marketsPREDICTION MARKETS (Polymarket): Read-only market discovery.
Inferred read-onlypolymarket_get_marketPREDICTION MARKETS (Polymarket): Fetch metadata for a single resolved market by condition_id.
Inferred read-onlypolymarket_compare_botsPREDICTION MARKETS (Polymarket): Compare 2-10 completed Polymarket backtests side-by-side.
Inferred read-onlypolymarket_list_strategy_templatesPREDICTION MARKETS (Polymarket): Returns a curated catalog of strategy templates for backtesting Polymarket bots.
Inferred read-onlyCONNECT 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.
bagtester.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.