Analytics
papertx.com
This server provides real-time and historical market data for trading and analysis.
ENDPOINT 1
https://www.papertx.com/mcp
MCP server metadata
- Name
- PaperTX MCP
- Version
- 3.4.4
Known tools 86
list_marketsList top tradable markets on an exchange (Binance, Indodax, Kraken, etc.).
Inferred read-onlyget_current_active_marketReturn the current active market event for supported dynamic market families.
Inferred read-onlyget_market_snapshotReturn a fresh market tick (price, candles, orderbook) for the trading panel widget.
Inferred read-onlysubmit_bug_reportUse this tool when you (the AI) encounter an error, timeout, or data integrity issue while executing user trades or querying data.
Inferred read-onlyget_strategy_templateReturn a PaperTX strategy draft template for an exchange/symbol/market_family.
Inferred read-onlyrepair_strategyRepair a legacy or incomplete strategy document into a valid Python v1 draft.
Inferred read-onlyget_strategy_context_schemaReturn PaperTX strategy context, signal, or instrument schema for agents.
Inferred read-onlyget_strategy_decision_logsReturn structured per-tick decision logs with signal metadata for a strategy.
Inferred read-onlyget_next_actionAnalyze a strategy's current lifecycle and runtime state, then recommend the single best next action.
Inferred read-onlyfork_strategyClone a strategy into a new draft variant, optionally overriding params.
Inferred read-onlycreate_strategy_experimentCreate a draft Strategy Experiment / Bot A/B Test container.
Potential side effectsadd_experiment_variantFork a strategy into an experiment variant with its own sandbox account.
Inferred read-onlyget_strategy_experiment_resultsReturn leaderboard-style metrics for Strategy Experiment variants.
Inferred read-onlypromote_experiment_variantCopy a winning variant's config into the target strategy and save a new version.
Inferred read-onlyconfigure_strategy_auto_restartEnable or disable auto-restart for a strategy's paper runner.
Inferred read-onlyget_strategy_riskAggregate risk metrics across all active strategies: total exposure, drawdown, running count.
Inferred read-onlyget_sample_strategy_contextReturn a realistic sample of strategy context data (indicators, market state, portfolio).
Inferred read-onlylist_exchangesList exchanges available to the Strategy MCP control plane with capabilities.
Inferred read-onlylist_datasetsList locally available backtest datasets and their replay quality metadata.
Inferred read-onlyhydrate_datasetHydrate a remote dataset archive into the local cache for backtesting.
Inferred read-onlyvalidate_strategyValidate a strategy document without saving, deploying, or executing it.
Inferred read-onlymigrate_strategy_documentConvert a legacy strategy document into the current deployable strategy envelope.
Inferred read-onlyget_strategy_manifestReturn the strategy manifest: editable/protected blocks, allowed exchanges, params_schema, runner_mode.
Inferred read-onlyvalidate_strategy_blockValidates a python block using the Sandbox AST validator to ensure it contains no malicious imports or builtins.
Inferred read-onlydiff_strategy_blockShow a diff between the current strategy block code and proposed changes.
Inferred read-onlyrun_strategy_code_on_backtestRun raw Python strategy code against stored data without saving, deploying, or placing external orders.
Inferred read-onlyenable_paper_strategyDeploy a saved strategy to the Strategy Platform and start the paper runner.
Inferred read-onlyget_strategy_statusReturn saved and running paper strategy status for the authenticated user.
Inferred read-onlysimulate_next_tickSimulate one Python strategy tick without deploying, enabling a runner, or submitting any order.
Inferred read-onlyget_strategy_signalReturn the next paper strategy signal without starting any autonomous runner.
Inferred read-onlyget_strategy_diagnosticsCollect runner, signal, market, positions, orders, and health evidence for a strategy.
Inferred read-onlydiagnose_strategy_issueClassify whether a strategy issue should be fixed in MCP, retried later, or reported to dev.
Inferred read-onlyreport_diagnosed_issueSubmit a developer bug report using a previously generated diagnostic bundle.
Inferred read-onlyget_strategy_paramsGet no-code editable parameters from a saved strategy (params from strategy.config).
Inferred read-onlyvalidate_strategy_paramsValidate proposed parameter values against the strategy's params_schema without saving.
Inferred read-onlysimulate_with_paramsSimulate one tick with hypothetical param values without saving them.
Inferred read-onlyreplay_market_windowReplay historical market data through a strategy tick by tick.
Inferred read-onlysummarize_strategy_replayReplay historical paper-trading data and summarize simulated results.
Inferred read-onlystress_test_strategyStress-test a strategy through the same BacktestEngine path as normal replay.
Inferred read-onlyget_strategy_replayFetch status, progress, and final result of a server-side replay job.
Inferred read-onlylist_strategiesList all saved strategies (draft, running, stopped) for the authenticated user.
Inferred read-onlyget_strategy_logsGet recent execution logs for a strategy (or all strategies if empty).
Inferred read-onlyexport_strategyExport a saved strategy as a Jupyter notebook (.ipynb) with block/hook code cells and metadata.
Inferred read-onlyexport_strategy_blockExport a single strategy block or hook as standalone Python (.py) content.
Inferred read-onlyimport_strategy_blockImport a single Python block/hook code into a strategy with AST validation.
Inferred read-onlybrowser_attach_infoReturn the attach URL, connect token, and expiry for a session.
Inferred read-onlybrowser_run_actionExecute a chain of browser actions against the attached session.
Potential side effectsbrowser_intentRun a high-level intent like 'buy_market', 'close_all', 'switch_to_symbol', or 'refresh_dashboard'.
Inferred read-onlybrowser_list_macrosList available browser automation macros (recorded action sequences).
Inferred read-onlybrowser_close_sessionClose a browser session and release any attached WebSocket connection.
Inferred read-onlybrowser_session_statusReturn current status of a session: attached?, tab, capabilities, last seen, recording state.
Inferred read-onlyget_system_healthCheck PaperTX MCP subsystems readiness: market data, paper ledger, order engine, database.
Inferred read-onlyget_portfolioGet paper trading portfolio: balances, equity, and unrealized PnL per account.
Inferred read-onlyget_strategy_pnlGet detailed PnL breakdown for a strategy: per-trade, per-window, aggregate stats.
Potential side effectsexplain_last_decisionGet the last decision made by a strategy with full context: signal, indicators, orderbook, ctx, and reason chain.
Inferred read-onlyget_strategy_traceGet a per-tick execution trace for a strategy: signal, ctx changes, and orderbook snapshot.
Inferred read-onlylist_open_positionsList open paper trading positions with mark price and unrealized PnL.
Inferred read-onlysubmit_paper_order[Schema v3 — PREFERRED] Submit a paper order after get_execution_quote.
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.papertx-mcp]
url = "https://www.papertx.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"papertx-mcp": {
"type": "http",
"url": "https://www.papertx.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: papertx-mcp
Remote MCP URL: https://www.papertx.com/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": {
"papertx-mcp": {
"url": "https://www.papertx.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"papertx-mcp": {
"type": "http",
"url": "https://www.papertx.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "papertx-mcp",
"transport": "streamable-http",
"url": "https://www.papertx.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://papertx.com/mcp
MCP server metadata
- Name
- PaperTX MCP
- Version
- 3.4.4
Known tools 85
list_marketsList top tradable markets on an exchange (Binance, Indodax, Kraken, etc.).
Inferred read-onlyget_current_active_marketReturn the current active market event for supported dynamic market families.
Inferred read-onlyget_market_snapshotReturn a fresh market tick (price, candles, orderbook) for the trading panel widget.
Inferred read-onlybrowser_attach_infoReturn the attach URL, connect token, and expiry for a session.
Inferred read-onlybrowser_run_actionExecute a chain of browser actions against the attached session.
Potential side effectsbrowser_intentRun a high-level intent like 'buy_market', 'close_all', 'switch_to_symbol', or 'refresh_dashboard'.
Inferred read-onlybrowser_list_macrosList available browser automation macros (recorded action sequences).
Inferred read-onlybrowser_close_sessionClose a browser session and release any attached WebSocket connection.
Inferred read-onlybrowser_session_statusReturn current status of a session: attached?, tab, capabilities, last seen, recording state.
Inferred read-onlyget_system_healthCheck PaperTX MCP subsystems readiness: market data, paper ledger, order engine, database.
Inferred read-onlyget_portfolioGet paper trading portfolio: balances, equity, and unrealized PnL per account.
Inferred read-onlyget_strategy_pnlGet detailed PnL breakdown for a strategy: per-trade, per-window, aggregate stats.
Potential side effectsexplain_last_decisionGet the last decision made by a strategy with full context: signal, indicators, orderbook, ctx, and reason chain.
Inferred read-onlyget_strategy_traceGet a per-tick execution trace for a strategy: signal, ctx changes, and orderbook snapshot.
Inferred read-onlylist_open_positionsList open paper trading positions with mark price and unrealized PnL.
Inferred read-onlysubmit_bug_reportUse this tool when you (the AI) encounter an error, timeout, or data integrity issue while executing user trades or querying data.
Inferred read-onlyget_strategy_templateReturn a PaperTX strategy draft template for an exchange/symbol/market_family.
Inferred read-onlyget_strategy_context_schemaReturn PaperTX strategy context, signal, or instrument schema for agents.
Inferred read-onlyget_strategy_decision_logsReturn structured per-tick decision logs with signal metadata for a strategy.
Inferred read-onlyget_next_actionAnalyze a strategy's current lifecycle and runtime state, then recommend the single best next action.
Inferred read-onlyfork_strategyClone a strategy into a new draft variant, optionally overriding params.
Inferred read-onlycreate_strategy_experimentCreate a draft Strategy Experiment / Bot A/B Test container.
Potential side effectsadd_experiment_variantFork a strategy into an experiment variant with its own sandbox account.
Inferred read-onlyget_strategy_experiment_resultsReturn leaderboard-style metrics for Strategy Experiment variants.
Inferred read-onlypromote_experiment_variantCopy a winning variant's config into the target strategy and save a new version.
Inferred read-onlyconfigure_strategy_auto_restartEnable or disable auto-restart for a strategy's paper runner.
Inferred read-onlyget_strategy_riskAggregate risk metrics across all active strategies: total exposure, drawdown, running count.
Inferred read-onlyget_sample_strategy_contextReturn a realistic sample of strategy context data (indicators, market state, portfolio).
Inferred read-onlylist_exchangesList exchanges available to the Strategy MCP control plane with capabilities.
Inferred read-onlylist_datasetsList locally available backtest datasets and their replay quality metadata.
Inferred read-onlyhydrate_datasetHydrate a remote dataset archive into the local cache for backtesting.
Inferred read-onlyvalidate_strategyValidate a strategy document without saving, deploying, or executing it.
Inferred read-onlyget_strategy_manifestReturn the strategy manifest: editable/protected blocks, allowed exchanges, params_schema, runner_mode.
Inferred read-onlyvalidate_strategy_blockValidates a python block using the Sandbox AST validator to ensure it contains no malicious imports or builtins.
Inferred read-onlydiff_strategy_blockShow a diff between the current strategy block code and proposed changes.
Inferred read-onlyrun_strategy_code_on_backtestRun raw Python strategy code against stored data without saving, deploying, or placing external orders.
Inferred read-onlyenable_paper_strategyDeploy a saved strategy to the Strategy Platform and start the paper runner.
Inferred read-onlyget_strategy_statusReturn saved and running paper strategy status for the authenticated user.
Inferred read-onlysimulate_next_tickSimulate one Python strategy tick without deploying, enabling a runner, or submitting any order.
Inferred read-onlyget_strategy_signalReturn the next paper strategy signal without starting any autonomous runner.
Inferred read-onlyget_strategy_diagnosticsCollect runner, signal, market, positions, orders, and health evidence for a strategy.
Inferred read-onlydiagnose_strategy_issueClassify whether a strategy issue should be fixed in MCP, retried later, or reported to dev.
Inferred read-onlyreport_diagnosed_issueSubmit a developer bug report using a previously generated diagnostic bundle.
Inferred read-onlyget_strategy_paramsGet no-code editable parameters from a saved strategy (params from strategy.config).
Inferred read-onlyget_strategy_execution_modelGet the immutable replay execution model and whether a legacy strategy needs migration.
Inferred read-onlyset_strategy_execution_modelSet a missing execution model on a stopped legacy draft; the selected model cannot later change.
Inferred read-onlyvalidate_strategy_paramsValidate proposed parameter values against the strategy's params_schema without saving.
Inferred read-onlysimulate_with_paramsSimulate one tick with hypothetical param values without saving them.
Inferred read-onlyreplay_market_windowReplay historical market data through a strategy tick by tick.
Inferred read-onlysummarize_strategy_replayReplay historical paper-trading data and summarize simulated results.
Inferred read-onlystress_test_strategyStress-test a strategy through the same BacktestEngine path as normal replay.
Inferred read-onlyget_strategy_replayFetch status, progress, and final result of a server-side replay job.
Inferred read-onlylist_strategiesList all saved strategies (draft, running, stopped) for the authenticated user.
Inferred read-onlyget_strategy_logsGet recent execution logs for a strategy (or all strategies if empty).
Inferred read-onlyexport_strategyExport a saved strategy as a Jupyter notebook (.ipynb) with block/hook code cells and metadata.
Inferred read-onlyexport_strategy_blockExport a single strategy block or hook as standalone Python (.py) content.
Inferred read-onlyimport_strategy_blockImport a single Python block/hook code into a strategy with AST validation.
Inferred read-onlysubmit_paper_order[Schema v3 — PREFERRED] Submit a paper order after get_execution_quote.
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.papertx-mcp]
url = "https://papertx.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"papertx-mcp": {
"type": "http",
"url": "https://papertx.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: papertx-mcp
Remote MCP URL: https://papertx.com/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": {
"papertx-mcp": {
"url": "https://papertx.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"papertx-mcp": {
"type": "http",
"url": "https://papertx.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "papertx-mcp",
"transport": "streamable-http",
"url": "https://papertx.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.