Analytics
papertigerapp.com
An MCP server for PaperTiger that enables paper-trading research and experiments by managing wallets, account context, and performance analysis.
ENDPOINT 1
https://api.papertigerapp.com/mcp
MCP server metadata
- Name
- papertiger
- Version
- 1.0.0
PaperTiger is paper trading only. Inspect account context and market-data quality before writes. Use separate wallets for independent hypotheses. Treat reset and delete as destructive. Interpret results with fees, rejected decisions, data quality, and sample size.
Known tools 20
get_capabilitiesUse this when the user wants to know which PaperTiger research, paper-trading, experiment, or analysis workflows are available.
Inferred read-onlyget_account_contextUse this before account-scoped work to inspect the connected user, wallets, buying power, and application wallet limit.
Inferred read-onlycreate_walletUse this when the user wants an isolated PaperTiger wallet for a paper-trading hypothesis or experiment.
Inferred read-onlyupdate_walletUse this when the user wants to rename a specific PaperTiger paper wallet.
Inferred read-onlyreset_walletUse this only when the user explicitly asks to erase a wallet's paper orders, positions, activities, and performance and restore its starting balance.
Potential side effectsdelete_walletUse this only when the user explicitly asks to permanently delete a named PaperTiger wallet and its paper-trading history.
Potential side effectssearch_marketsUse this to find current public Polymarket or Kalshi markets before creating a hypothesis, paper order, or experiment.
Inferred read-onlyresolve_marketUse this when the user supplies an exact Polymarket or Kalshi URL and needs the canonical PaperTiger market identifiers.
Inferred read-onlycreate_experimentUse this when the user has a falsifiable paper-trading hypothesis, success criteria, and guardrails that should be tracked independently.
Inferred read-onlycreate_strategy_versionUse this to attach a new immutable declarative strategy definition and explicit change note to an existing experiment.
Inferred read-onlystart_backtestUse this after checking replayable market-data coverage to run one immutable experiment strategy version over a bounded historical interval.
Inferred read-onlyget_run_statusUse this to inspect one backtest or external-paper run and its current deterministic summary.
Inferred read-onlyplace_paper_orderUse this only when the user asks to place a simulated PaperTiger order using canonical venue market and outcome identifiers.
Inferred read-onlycancel_paper_orderUse this when the user asks to cancel one open simulated PaperTiger order.
Inferred read-onlyexplain_tradeUse this to inspect one PaperTiger paper order, its immutable fills, execution prices, fees, rejection state, and timestamps.
Inferred read-onlyget_data_qualityUse this before a backtest to inspect replayable coverage, fidelity, gaps, and intentional sampled intervals.
Inferred read-onlyanalyze_runUse this to retrieve PaperTiger's deterministic rejection funnel, execution counts, fee decomposition, net P&L, and evidence qualifications for one run.
Inferred read-onlyget_rejection_funnelUse this when diagnosing zero or few trades; it returns server-counted candidates, qualifications, submissions, fills, and rejection reasons.
Inferred read-onlycompare_runsUse this to compare two to ten compatible PaperTiger runs using server-calculated funnels, execution, fees, and net results.
Inferred read-onlyexport_research_bundleUse this to retrieve one bounded JSON research bundle containing the experiment, immutable strategy, run, decisions, and deterministic analysis.
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.papertiger]
url = "https://api.papertigerapp.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"papertiger": {
"type": "http",
"url": "https://api.papertigerapp.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: papertiger
Remote MCP URL: https://api.papertigerapp.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": {
"papertiger": {
"url": "https://api.papertigerapp.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"papertiger": {
"type": "http",
"url": "https://api.papertigerapp.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "papertiger",
"transport": "streamable-http",
"url": "https://api.papertigerapp.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.