findata-mcp-serverServer

xBlueCode
GitHub
financeAPIstock data

Loading subscription status...

💡 Description

This is an MCP server that provides access to the Alpha Vantage API, allowing stock data retrieval to be used as context to LLMs.

📝 JSON Entries

{
  "mcpServers": [
    {
      "alphaVantage": {
        "env": {
          "ALPHA_VANTAGE_API_KEY": "PUT_YOUR_API_KEY_HERE"
        },
        "args": [
          "-y",
          "findata-mcp-server"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

getHistoricalDatagetStockQuote

Features

  • getStockQuote
  • getHistoricalData

💬 Example Queries

  • Get the current stock quote for AAPL
  • Retrieve historical data for AAPL on a daily basis