Stocks-MCP-Server
Verified Safeby pslavchev11
Overview
A server providing real-time and historical stock market data, company financials, and news via JSON-RPC, designed to be integrated as a tool for other applications, potentially an AI agent.
Installation
java -jar target/Stocks-MCP-Server-0.0.1-SNAPSHOT.jarEnvironment Variables
- ALPHA_VANTAGE_API_KEY
- ALPHA_VANTAGE_BASE_URL
Security Notes
The server uses standard Java/Spring Boot practices and Jackson for JSON parsing, which is generally robust. Input parameters (symbol, limit) are extracted as basic data types (String, Integer) and used in URL query parameters for external API calls, mitigating direct injection risks. Error handling for API calls and JSON parsing is implemented. No 'eval' or obvious obfuscation is present. The primary security concern is the secure management of the Alpha Vantage API key, which is expected to be provided via environment variables or configuration.
Similar Servers
solon
Java enterprise application framework for building high-performance, resource-efficient services, including AI agents and workflow solutions.
mcp-server
A Model Context Protocol (MCP) server that provides real-time Indian options market data and volatility analytics from GetOutpost.in for integration with AI chat models like Claude.
mcp-server
An AI tool server exposing domain-specific functionalities in health and insurance to be consumed by Large Language Models.
McpServer
Provides a REST API endpoint to proxy requests to OpenAI's chat models, serving as a backend for AI-powered chat functionalities.