← Registry

AI & Machine Learning

moneysignals.us

Provides audited track records, daily market predictions, and accuracy metrics for financial forecasting.

1 endpoint28 known toolsFirst detected September 3, 2026Last detected September 3, 2026

ENDPOINT 1

https://api.moneysignals.us/mcp

No auth detected

MCP server metadata

Name
moneysignals
Version
1.0.0
Capabilities
tools
Server instructions

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_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.

Inferred read-only
get_latest_predictions

Latest daily predictions across the universe: per-ticker direction (BULLISH/BEARISH), predicted magnitude, and confidence.

Inferred read-only
get_ticker_prediction

Latest prediction for one ticker (e.g.

Inferred read-only
get_prediction_accuracy

Recent out-of-sample accuracy of the prediction models, for context on how much weight to put on a given prediction.

Inferred read-only
get_market_regime

Current market regime (e.g.

Inferred read-only
get_fear_greed

Current CNN-style Fear & Greed index value and classification.

Inferred read-only
get_put_call_ratio

Market-wide put/call ratio (options-implied sentiment) for recent days.

Inferred read-only
get_ohlcv

Recent daily OHLCV bars for a ticker (last `days` sessions).

Inferred read-only
get_economic_calendar

Upcoming US economic events for the next `days` days (FOMC, CPI, NFP, GDP, etc.).

Inferred read-only
get_anomalies

Today's statistical outliers — tickers whose latest daily move is >= min_sigma std-devs from their recent norm, ranked by size.

Inferred read-only
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).

Potential side effects
get_best_signals

Today's HIGHEST-CONVICTION event signals — the precision picks.

Inferred read-only
get_signal_performance

Historical win rate of every event-signal TYPE — the performance map to consult BEFORE acting.

Inferred read-only
get_daily_brief

Today'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-only
get_congress_trades

Recent congressional trading-disclosure data.

Inferred read-only
get_social_sentiment

Reddit mention/upvote volume for a ticker (ApeWisdom — r/wallstreetbets, r/stocks, r/investing, etc.).

Inferred read-only
get_social_trending

Tickers currently trending across tracked social platforms.

Inferred read-only
get_account_usage

Your API key's current usage and rate-limit status — useful before a burst of calls.

Inferred read-only
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.

Inferred read-only
get_etf_pullback_signal

Live 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-only
get_market_character

Market character / dispersion gauge — how unusual is the current single-name tape vs every year since 2015?

Inferred read-only
get_youtube_scoreboard

Finance-YouTube creator scoreboard: how the independent finance and macro YouTubers we track have actually graded.

Inferred read-only
get_edge_ledger

The MoneySignals edge ledger: every signal family we publish, with its verification state and the evidence behind it — including the ones we falsified.

Potential side effects
get_crowd_consensus

What the money-weighted crowd currently believes, from prediction markets.

Inferred read-only
get_consensus_shift

What the crowd just changed its mind about, ranked by size of the move.

Inferred read-only
get_forecaster_calibration

Whether the prediction-market crowd has actually been any good.

Inferred read-only
get_anti_signals

Which of our own signal sources are measurably reliably WRONG.

Inferred read-only
get_crowd_divergence

Where Polymarket and Kalshi price the same contract differently.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.