Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

com.thenextgennexus/finance-mcp-server

com.thenextgennexus/finance-mcp-server

Stocks, crypto, FX, and portfolio math in one tool — no per-source API juggling.

Uptime
8.0%
25 probes
Response
83ms
last probe
Tools
5
callable

Tools · 5

get_stock_data

Retrieve comprehensive stock market data for individual ticker symbols from Yahoo Finance. Returns current price, intraday high/low, 52-week range, trading volume, market capitalization, P/E ratio, ea…

screen_stocks

Filter and screen stocks based on financial criteria like market cap range, sector, P/E ratio thresholds, dividend yield, or revenue growth. Returns matching ticker symbols with key metrics. Use for v…

get_crypto_prices

Fetch real-time cryptocurrency prices and 24-hour market data for multiple coins. Returns current price in USD, 24h price change percentage, market cap, and trading volume. Use for crypto portfolio tr…

get_exchange_rates

Look up current foreign exchange rates between major world currencies. Returns exchange rate, bid/ask spread, and last update timestamp. Use for travel planning, international business transactions, o…

track_crypto_portfolio

Monitor real-time prices and performance metrics for a portfolio of cryptocurrency holdings. Returns current price per coin, 24-hour percentage change, portfolio value summary, and top movers. Use for…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.thenextgennexus/finance-mcp-server": {
      "url": "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/finance-mcp-server/mcp",
      "transport": "streamable-http"
    }
  }
}