Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

US Stocks & Market Data

im.gino/stocks-us

US market snapshot, stock fundamentals, prices, statements, news and analyst views

Uptime
100.0%
1 direct probes · 30d
Response
2737ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

get_market_overview

[US Stock Info] Get a snapshot of the overall US market: major indices (S&P 500, NASDAQ, Dow), the VIX volatility index, US Treasury yields, commodities (gold, WTI crude), and the USD/KRW rate. Us…

get_historical_stock_prices

[US Stock Info] Get historical stock prices for a given ticker symbol. Include the following information: Date, Open, High, Low, Close, Volume, Adj Close. Args: ticker: str The…

get_stock_info

[US Stock Info] Get a summary of key information for a given ticker symbol: price and trading range, market cap, valuation multiples, profitability and growth, dividend, analyst target and rating, bet…

get_finance_news

[US Stock Info] Get news for a given ticker symbol. Args: ticker: str The ticker symbol of the stock to get news for, e.g. "AAPL"

get_financial_statement

[US Stock Info] Get financial statement for a given ticker symbol. You can choose from the following financial statement types: income_stmt, quarterly_income_stmt, balance_sheet, quarterly_balance_she…

get_recommendations

[US Stock Info] Get recommendations or upgrades/downgrades for a given ticker symbol. You can also specify the number of months back to get upgrades/downgrades for, default is 12. Args: …

How to use

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

{
  "mcpServers": {
    "us_stocks_&_market_data": {
      "url": "https://mcp-stocks-us.gino.im/mcp",
      "transport": "streamable-http"
    }
  }
}