MCP-server
0
This project is an MCP server facilitating interactions with the GitHub and AlphaVantage APIs. It allows users to analyze GitHub repositories and perform stock market analyses, including trend identification and data retrieval.
Overview
This MCP server provides tools to interact with the GitHub API and AlphaVantage API, enabling features like fetching and searching GitHub user and repository details, and performing stock market analysis using modern techniques.
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.
Setup
- Clone the repository.
- Install the dependencies.
- Set up the AlphaVantage API key in the
.env
variable. - Run the MCP server.