Global MCP Stock ServerServer

sakura-ku
GitHub
financestock marketMCP

Loading subscription status...

💡 Description

This is an MCP Protocol server for accessing global stock market data and analysis. It provides real-time access to stock prices, historical data charts, company information, and more.

📝 JSON Entries

{
  "mcpServers": [
    {
      "global-stock-server": {
        "env": {
          "HOST": "localhost",
          "PORT": "3000",
          "NODE_ENV": "production",
          "POLYGON_API_KEY": "your_polygon_api_key_here"
        },
        "args": [
          "run",
          "start"
        ],
        "command": "npm"
      }
    }
  ]
}

🛠️ Tools

get_stock_price

Features

  • Get real-time stock quotes
  • Historical stock data and charts
  • Support for major stock indices
  • Company information and financial data

💬 Example Queries

  • Get the current stock price for Tesla (TSLA) and tell me the trend for the past week.
  • Retrieve historical stock prices for Apple (AAPL) over the last 30 days.