Skip to main content
Glama
sleepysoong

Stock Price MCP Server

by sleepysoong

Stock Price MCP Server

MCP (Model Context Protocol) server that provides real-time stock price information using Yahoo Finance API.

Features

  • πŸ“ˆ Real-time stock price data

  • πŸ• Price update timestamps

  • 🏦 Market state information (PRE, REGULAR, AFTER, POST, CLOSED)

  • πŸ’± Multi-currency support

  • 🌍 Global market coverage

  • πŸ†“ Completely free with no rate limits

Related MCP server: Stock Data MCP Server

Installation

npm install
npm run build

Usage

As an MCP Server

Add to your MCP client configuration:

{
  "mcpServers": {
    "stock-price": {
      "command": "node",
      "args": ["/path/to/stock-price-mcp/dist/index.js"]
    }
  }
}

Available Tools

get_stock_price

Get real-time stock price information for a ticker symbol.

Input:

{
  "ticker": "AAPL"
}

Output:

{
  "ticker": "AAPL",
  "last_price": 150.25,
  "timestamp": "2024-01-15T16:00:00.000Z",
  "market_state": "CLOSED",
  "currency": "USD"
}

Market States

  • PRE - Pre-market trading

  • REGULAR - Regular trading hours

  • AFTER - After-hours trading

  • POST - Post-market trading

  • CLOSED - Market closed

Supported Markets

  • US Stocks: AAPL, TSLA, MSFT

  • Korean Stocks: 005930.KS (Samsung)

  • European Stocks: BMW.DE

  • And many more global exchanges

Development

npm run dev

License

MIT

Install Server
F
license - not found
A
quality
F
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    F
    maintenance
    Provides real-time stock market data and financial analysis through Yahoo Finance integration. Enables users to get quotes, historical prices, fundamentals, dividends, analyst forecasts, and growth projections for any stock symbol.
    Last updated
    4
  • F
    license
    -
    quality
    D
    maintenance
    Provides real-time stock market data through Yahoo Finance without requiring an API key. Get quotes, historical data, company information, financial statements, and ticker search capabilities.
    Last updated
  • A
    license
    -
    quality
    -
    maintenance
    Provides real-time financial data from Yahoo Finance, enabling stock price lookups, historical data analysis, company information retrieval, and multi-stock comparisons through natural language queries.
    Last updated
  • A
    license
    A
    quality
    C
    maintenance
    Provides access to Yahoo Finance data including real-time stock quotes, historical prices, financial statements, company info, symbol search, and news.
    Last updated
    6
    64
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Real-time stock quotes and technical signals: RSI, MACD, SMA crossovers via Yahoo Finance.

  • Look up the latest stock prices by ticker symbol across global markets. Get current price and esse…

  • Twelve Data MCP: real-time & historical market data (stocks, crypto, forex, etc).

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sleepysoong/stock-price-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server