INDIVIDUAL MCP TOOL
delete_trade
Take a trade out of your Trading Journal stats — for a mis-entry, a duplicate, or a practice trade you logged by mistake.
LIVE ENDPOINT
https://thebalancedinvestorclub.com/api/mcp/mcp
Connect to this endpoint to inspect the live schema for delete_trade and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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.the-balanced-investor-club]
url = "https://thebalancedinvestorclub.com/api/mcp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"the-balanced-investor-club": {
"type": "http",
"url": "https://thebalancedinvestorclub.com/api/mcp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: the-balanced-investor-club
Remote MCP URL: https://thebalancedinvestorclub.com/api/mcp/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": {
"the-balanced-investor-club": {
"url": "https://thebalancedinvestorclub.com/api/mcp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"the-balanced-investor-club": {
"type": "http",
"url": "https://thebalancedinvestorclub.com/api/mcp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "the-balanced-investor-club",
"transport": "streamable-http",
"url": "https://thebalancedinvestorclub.com/api/mcp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
start_here— Start exploring The Balanced Investor Club.list_market_moods— Browse Market Mood across instruments — The Balanced Investor Club's behavioural read on how short and long-term moving averages align.get_mood_for_ticker— Pull the current Market Mood for a single ticker — its history, how often the mood has shifted, and any patterns we've spotted.get_today_mood_changes— Mood TRANSITIONS today — instruments whose Market Mood label flipped in the last 24h (e.g.get_market_pulse— A snapshot of where the market sits right now — random sample of strongly bullish vs strongly bearish names, plus aggregate counts.get_price_alignment— How a stock or ETF's price aligns with its short, medium, and long-term moving averages — and the resulting Market Mood.get_crypto_price_alignment— How a crypto pair's price aligns with its short, medium, and long-term moving averages — and the resulting Market Mood.compare_tickers— Side-by-side log-returns for up to 5 tickers — stocks, ETFs, crypto.