custom-mcp-server
Verified Safeby bjoxiah
Overview
Provides a Model Context Protocol (MCP) server for retrieving real-time and historical stock market data and company sentiment using the Alpha Vantage API.
Installation
poetry run serverEnvironment Variables
- ALPHA_VANTAGE_BASE_API_URL
- ALPHA_VANTAGE_KEY
Security Notes
The server loads sensitive API keys from environment variables, which is a good practice. Error logging specifically redacts the API key from URLs. It uses the `httpx` library for asynchronous HTTP requests with a reasonable timeout. There are no obvious 'eval' statements, obfuscation, or other malicious patterns found in the provided source code. Security risk is primarily dependent on the security of the Alpha Vantage API itself and correct environment variable configuration.
Similar Servers
oh-no-mcp-server
Provides a Model Context Protocol (MCP) server for deep analysis of code performance, identifying bottlenecks, memory issues, algorithm complexity, and suggesting optimizations across code snippets, single files, or entire directories.
HydrusMCPServer
Connects an LLM to the Hydrus Network media manager for sophisticated tag and file management through a Dockerized MCP server.
kStock-mcp-server
This server provides an MCP (Micro-Capability Protocol) interface to interact with the Korean Investment API, enabling functionalities like fetching stock prices, account information, financial data, and executing stock buy/sell orders.
strudel-mcp-server
Provides an MCP (Multi-Modal Chat Protocol) interface for semantic search of Strudel.cc documentation and songs using vector embeddings.