INDIVIDUAL MCP TOOL
get_event_signals
LLM-generated event-driven trade signals — ticker, direction, event type, confidence, reasoning, and each signal's historical `type_win_rate` (how that event type has actually performed).
LIVE ENDPOINT
https://api.moneysignals.us/mcp
Connect to this endpoint to inspect the live schema for get_event_signals 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.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).