AI & Machine Learning
moneysignals.us
Provides audited track records, daily market predictions, and accuracy metrics for financial forecasting.
ENDPOINT 1
https://api.moneysignals.us/mcp
MCP server metadata
- Name
- moneysignals
- Version
- 1.0.0
MoneySignals gives AI agents ML stock predictions, an audited event-signal track record, and live market context. get_track_record works without a key. The other tools need an API key sent as an X-API-Key (or Authorization: Bearer) header on this connection — a free key comes with the free daily-email signup at https://moneysignals.us/#pricing. Good starting points: get_daily_brief (one-call trading context), get_best_signals (highest-conviction event signals), get_signal_performance (the honest per-signal-type edge map), and get_etf_pullback_signal (a mechanical, backtested ETF dip-buying rule with its full measured track record). Not financial advice.
Known tools 28
get_track_recordMoneySignals' 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.
Inferred read-onlyget_latest_predictionsLatest daily predictions across the universe: per-ticker direction (BULLISH/BEARISH), predicted magnitude, and confidence.
Inferred read-onlyget_prediction_accuracyRecent out-of-sample accuracy of the prediction models, for context on how much weight to put on a given prediction.
Inferred read-onlyget_put_call_ratioMarket-wide put/call ratio (options-implied sentiment) for recent days.
Inferred read-onlyget_economic_calendarUpcoming US economic events for the next `days` days (FOMC, CPI, NFP, GDP, etc.).
Inferred read-onlyget_anomaliesToday's statistical outliers — tickers whose latest daily move is >= min_sigma std-devs from their recent norm, ranked by size.
Inferred read-onlyget_event_signalsLLM-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).
Potential side effectsget_signal_performanceHistorical win rate of every event-signal TYPE — the performance map to consult BEFORE acting.
Inferred read-onlyget_daily_briefToday's decision brief in ONE call: market regime (the risk gate), the top precision signals to act on, the next high-impact macro event (FOMC/CPI/NFP), and a curated guidance line tying them together.
Inferred read-onlyget_social_sentimentReddit mention/upvote volume for a ticker (ApeWisdom — r/wallstreetbets, r/stocks, r/investing, etc.).
Inferred read-onlyget_account_usageYour API key's current usage and rate-limit status — useful before a burst of calls.
Inferred read-onlyget_trade_planToday's highest-conviction signals as an EXECUTION-READY plan, for an agent that also has a broker MCP connected (e.g.
Inferred read-onlyget_etf_pullback_signalLive status of the mechanical ETF pullback-in-uptrend signal: a pre-registered, parameter-free rule (ETF closes above its 200-day average with a 2-period RSI below 10 -> buy, hold 5 trading days) on the pre-selected universe whose full-history edge survived kill-tests under realistic entry timing (currently SPY / IWM / VTI / XLY).
Inferred read-onlyget_market_characterMarket character / dispersion gauge — how unusual is the current single-name tape vs every year since 2015?
Inferred read-onlyget_youtube_scoreboardFinance-YouTube creator scoreboard: how the independent finance and macro YouTubers we track have actually graded.
Inferred read-onlyget_edge_ledgerThe MoneySignals edge ledger: every signal family we publish, with its verification state and the evidence behind it — including the ones we falsified.
Potential side effectsget_crowd_consensusWhat the money-weighted crowd currently believes, from prediction markets.
Inferred read-onlyget_consensus_shiftWhat the crowd just changed its mind about, ranked by size of the move.
Inferred read-onlyget_forecaster_calibrationWhether the prediction-market crowd has actually been any good.
Inferred read-onlyget_crowd_divergenceWhere Polymarket and Kalshi price the same contract differently.
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.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.
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.