GitHub and AlphaVantage MCP Server
Allows interaction with the GitHub API for searching users and repositories, fetching user and repository details, and retrieving public repositories of a user.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GitHub and AlphaVantage MCP Servercheck if AAPL has a golden cross"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server - GitHub and AlphaVantage API Integration
Overview
This MCP (Modular Conversational Platform) server provides tools to interact with the GitHub API and AlphaVantage API. The server enables fetching user and repository details from GitHub, searching repositories, and performing technical analysis on stock market data using AlphaVantage.
Related MCP server: GitHub MCP Server
Features
Search GitHub users and repositories.
Fetch details of a GitHub user or repository.
Retrieve public repositories of a GitHub user.
Perform stock market analysis using AlphaVantage, including:
Fetching intraday stock data.
Calculating moving averages.
Identifying bullish or bearish trends.
Detecting golden and death crosses.
Installation
Ensure you have Python installed (>=3.8) and install the necessary dependencies:
install uv package manager
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"Setup
Clone this repository:
git clone <repository_url> cd <repository_folder>install the dependencies
uv add -r 'requirements.txt'Set up your AlphaVantage API key in the
.envvariable.
finance_server=apikeyRun the MCP server:
mcp install finance_server.py
mcp install githubMCP.pyLicense
This project is open-source under the MIT License.
This server cannot be deployed
Maintenance
Related MCP Connectors
Access the GitHub API, enabling file operations, repository management, search functionality, and…
Search and fetch AI agent skills, rules files and MCP servers indexed from GitHub.
Dive into the world of open-source with the GitHub Repo Explorer! Utilize the powerful GitHub
Search GitHub, npm, PyPI, StackOverflow, ArXiv from one MCP — built for coding agents.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables interaction with GitHub repositories through the GitHub API, allowing file operations, repository management, issue tracking, and code search through natural language commands.333 npm4MIT
- FlicenseNot gradedqualityDmaintenanceEnables access to GitHub repositories and data through the GitHub API. Supports retrieving repositories, issues, pull requests, and searching code across GitHub with authentication via personal access tokens.-
- AlicenseNot gradedqualityDmaintenanceEnables comprehensive interaction with the GitHub API, including file operations, repository management, issue tracking, pull request workflows, and advanced search functionality across code, issues, and users.88,163 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to analyze GitHub repositories, including fetching repository details, searching, and retrieving README content.385 npm2ISC