Back to Home
bjoxiah icon

custom-mcp-server

Verified Safe

by 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

Run Command
poetry run server

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens4000
Stars0
Forks0
Last Update2025-11-23

Tags

Stock MarketFinancialDataAlpha VantageMCP