com.thenextgennexus/finance-mcp-server
Official5 toolsStocks, crypto, FX, and portfolio math in one tool — no per-source API juggling.
Unified access to stock, crypto, forex, and portfolio analysis tools.
Captured live from the server via tools/list.
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, earnings per share, dividend yield, and sector classification. Use for fundamental analysis, stock screening, or building financial dashboards.
Parameters (1)
- tickerstringrequired
Stock ticker symbol in uppercase format (e.g. 'AAPL' for Apple, 'MSFT' for Microsoft, 'GOOGL' for Alphabet)
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 value investing, growth stock identification, or portfolio rebalancing analysis.
Parameters (1)
- criteriaobject
Filtering criteria as key-value pairs (e.g. {'sector': 'technology', 'market_cap_min': 1000000000, 'pe_ratio_max': 25})
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 tracking, price alerts, or comparing digital assets.
Parameters (1)
- coinsarray
List of cryptocurrency symbols or names to fetch price data
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, or forex trading decisions.
Parameters (1)
- basestring
Base currency code for rate calculation (e.g. 'USD', 'EUR', 'GBP', 'JPY')
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 active portfolio management and price monitoring.
Parameters (1)
- coinsarrayrequired
List of cryptocurrency codes in portfolio to track real-time
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"finance-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/finance-mcp-server/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.