INDIVIDUAL MCP TOOL
get_trade_plan
Today's highest-conviction signals as an EXECUTION-READY plan, for an agent that also has a broker MCP connected (e.g.
LIVE ENDPOINT
https://api.moneysignals.us/mcp
Connect to this endpoint to inspect the live schema for get_trade_plan and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.moneysignals]
url = "https://api.moneysignals.us/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"moneysignals": {
"type": "http",
"url": "https://api.moneysignals.us/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: moneysignals
Remote MCP URL: https://api.moneysignals.us/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": {
"moneysignals": {
"url": "https://api.moneysignals.us/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"moneysignals": {
"type": "http",
"url": "https://api.moneysignals.us/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "moneysignals",
"transport": "streamable-http",
"url": "https://api.moneysignals.us/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_track_record— MoneySignals' live, audited track record: win rate, average return, and resolved-call count for the second-order event signals — wins and losses included — plus the cumulative return curve.get_latest_predictions— Latest daily predictions across the universe: per-ticker direction (BULLISH/BEARISH), predicted magnitude, and confidence.get_ticker_prediction— Latest prediction for one ticker (e.g.get_prediction_accuracy— Recent out-of-sample accuracy of the prediction models, for context on how much weight to put on a given prediction.get_market_regime— Current market regime (e.g.get_fear_greed— Current CNN-style Fear & Greed index value and classification.get_put_call_ratio— Market-wide put/call ratio (options-implied sentiment) for recent days.get_ohlcv— Recent daily OHLCV bars for a ticker (last `days` sessions).