AlphaVantage MCP Server

AlphaVantage MCP Server

An MCP server that integrates with the AlphaVantage financial data API, providing access to stock market data, technical indicators, and fundamental financial information.

lifejwang11

Research & Data
Visit Server

README

AlphaVantage MCP Server

This is a server based on the MCP (Model Control Protocol) framework, designed to integrate with the AlphaVantage financial data API service.The more information about AlphaVantage is here

Project Overview

AlphaVantage is an API service that provides real-time and historical financial market data, including:

  • Stock market data
  • Forex data
  • Cryptocurrency data
  • Technical indicators
  • Fundamental data

This project encapsulates AlphaVantage's functionality into an MCP service, making it easier to integrate with other applications.

MCP Server Installation

Prerequisites

  • Python 3.12
  • pip package manager

Installation Steps

  1. Clone the project
git clone https://github.com/lifejwang11/alphavantage-mcp
cd alphavantage-mcp
  1. Create and activate virtual environment (recommended)
python -m venv venv
source venv/bin/activate  # Unix/macOS
# or
.\venv\Scripts\activate  # Windows
  1. Install dependencies
pip install -r requirements.txt
  1. Configure environment variables
export ALPHAVANTAGE_API_KEY=your_api_key
  1. Start the server
python main.py

AlphaVantage Features

This MCP server supports the following core AlphaVantage functionalities:

  1. Stock Market Data

    • Real-time quotes
    • Historical price data
    • Company information
  2. Technical Indicators

    • Moving averages
    • RSI
    • MACD and more
  3. Fundamental Data

    • Financial statements
    • Earnings reports
    • Company overview

Usage Guide

  1. Get AlphaVantage API Key

  2. Configure API Key

    • Set ALPHAVANTAGE_API_KEY in environment variables
    • Or configure in the configuration file
  3. Service Calls

    • Make calls through the MCP protocol
    • Refer to API documentation for detailed interface specifications

Important Notes

  • Please refer to AlphaVantage's official documentation for API rate limits
  • Premium API keys are recommended for production environments to get higher rate limits
  • Handle API keys securely and never expose them in public code

Contributing

Issues and Pull Requests are welcome to help improve the project.

License

MIT License

Copyright (c) 2025 lifejwang11

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Recommended Servers

Crypto Price & Market Analysis MCP Server

Crypto Price & Market Analysis MCP Server

A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.

Featured
TypeScript
MCP PubMed Search

MCP PubMed Search

Server to search PubMed (PubMed is a free, online database that allows users to search for biomedical and life sciences literature). I have created on a day MCP came out but was on vacation, I saw someone post similar server in your DB, but figured to post mine.

Featured
Python
dbt Semantic Layer MCP Server

dbt Semantic Layer MCP Server

A server that enables querying the dbt Semantic Layer through natural language conversations with Claude Desktop and other AI assistants, allowing users to discover metrics, create queries, analyze data, and visualize results.

Featured
TypeScript
mixpanel

mixpanel

Connect to your Mixpanel data. Query events, retention, and funnel data from Mixpanel analytics.

Featured
TypeScript
Sequential Thinking MCP Server

Sequential Thinking MCP Server

This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.

Featured
Python
Nefino MCP Server

Nefino MCP Server

Provides large language models with access to news and information about renewable energy projects in Germany, allowing filtering by location, topic (solar, wind, hydrogen), and date range.

Official
Python
Vectorize

Vectorize

Vectorize MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.

Official
JavaScript
Mathematica Documentation MCP server

Mathematica Documentation MCP server

A server that provides access to Mathematica documentation through FastMCP, enabling users to retrieve function documentation and list package symbols from Wolfram Mathematica.

Local
Python
kb-mcp-server

kb-mcp-server

An MCP server aimed to be portable, local, easy and convenient to support semantic/graph based retrieval of txtai "all in one" embeddings database. Any txtai embeddings db in tar.gz form can be loaded

Local
Python
Research MCP Server

Research MCP Server

The server functions as an MCP server to interact with Notion for retrieving and creating survey data, integrating with the Claude Desktop Client for conducting and reviewing surveys.

Local
Python