← papertx.com
INDIVIDUAL MCP TOOL
get_strategy_pnl
Get detailed PnL breakdown for a strategy: per-trade, per-window, aggregate stats.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent endpoint
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.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.
Related tools
list_markets— List top tradable markets on an exchange (Binance, Indodax, Kraken, etc.).get_current_active_market— Return the current active market event for supported dynamic market families.get_klines— Get OHLC candle history for charting (1m, 5m, 1h, 4h, 1d).get_market_price— Get the latest live price for a trading symbol (e.g.get_market_snapshot— Return a fresh market tick (price, candles, orderbook) for the trading panel widget.submit_bug_report— Use this tool when you (the AI) encounter an error, timeout, or data integrity issue while executing user trades or querying data.get_strategy_template— Return a PaperTX strategy draft template for an exchange/symbol/market_family.repair_strategy— Repair a legacy or incomplete strategy document into a valid Python v1 draft.