Back to Home
pslavchev11 icon

Stocks-MCP-Server

Verified Safe

by 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

Run Command
java -jar target/Stocks-MCP-Server-0.0.1-SNAPSHOT.jar

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-11-30

Tags

StocksFinancial DataJSON-RPCSpring BootAPI IntegrationTooling