xBlueCode_findata-mcp-server

xBlueCode_findata-mcp-server

3.2

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

The Financial Data MCP Server is designed to facilitate seamless access to stock market data through the Alpha Vantage API. It serves as a bridge between financial data and language model applications, enabling users to retrieve real-time and historical stock information. This server is particularly useful for developers and analysts who need to integrate financial data into their applications or workflows. By leveraging the capabilities of the Alpha Vantage API, users can obtain current stock quotes, historical data, and potentially more advanced financial metrics in the future. The server is easy to set up and configure, requiring only an API key from Alpha Vantage and a few configuration steps to get started.

Features

  • getStockQuote: Retrieve the current stock quote for a specified symbol.
  • getHistoricalData: Access historical stock data with options for daily, weekly, or monthly intervals.
  • Easy integration with LLMs for enhanced data-driven applications.
  • Scalable setup with support for additional financial tools in the future.

Usage with Different Platforms

npm_setup

bash
npm install findata-mcp-server

mcp_client_configuration

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

Related MCP Servers

View all finance servers →