Real-Time Stock Crypto Signals logo

Real-Time Stock Crypto Signals

by gepappas98GitHubUpdated May 5, 2026

Real-Time Stock Crypto Signals MCP server—38 tools for quantitative traders and data analysts. Fetch live stock/ETF prices with Revolut flags via get_price, bulk prices and top crypto movers via get_prices_bulk and crypto_top_movers (Binance), and insider clusters via get_insider_clusters (SEC EDGAR)—no API keys needed. Cross-reference filings with Revolut tradables using cross_reference_insider_revolut and track portfolios via get_accounts and get_account_balance.

crypto
stocks
revolut
+7
|

Overview

This MCP server pulls live stock prices via get_price and revolut_price_check (with Revolut tradability flags), crypto quotes from Binance using get_crypto_price, and SEC EDGAR insider filings through get_insider_filings—no API keys required. It uncovers trading clusters with get_insider_clusters and weekly executive summaries via get_insider_weekly_summary, while linking to Revolut accounts for balances (get_account_balance), transactions (get_transactions), and even payments (send_domestic_payment). Traders execute cross-references like cross_reference_insider_revolut to match insiders with tradable assets directly.

Key Capabilities

Fetch bulk prices for up to 20 tickers with get_prices_bulk, including gainer/loser summaries, or rich snapshots via price_snapshot for watchlists. Spot multi-insider activity on the same day using get_insider_clusters, filter top crypto movers with crypto_top_movers, and search Revolut assets by search_revolut_tradable. Dive into Revolut specifics: list accounts (get_accounts), pockets (get_pockets), spending categories (get_spending_by_category), scheduled payments (get_scheduled_payments), and FX fees (get_revolut_fx_fees).

Use Cases

Monitor Ethereum price swings with get_crypto_price while scanning recent CEO trades in blockchain stocks via get_insider_filings and get_insider_weekly_summary. Run get_insider_clusters on a biotech ticker to flag grouped executive sales ahead of trial data releases. Pull Revolut balances and transactions (get_account_balance, get_transactions), then overlay revolut_price_check to compute unrealized gains amid volatility. Automate checks for CFO purchases in undervalued stocks using cross_reference_insider_revolut for daily Revolut-tradable alerts.

Who This Is For

Quantitative traders scripting real-time signals from market and insider data. Fintech developers embedding Revolut tools into trading apps. Data analysts querying SEC filings, crypto movers, and portfolio metrics. Assumes comfort with MCP servers and structured API queries.