Back to Home
deepaktewari2000 icon

Finance-MCP-Server

Verified Safe

by deepaktewari2000

Overview

A Python FastAPI server exposing financial data and portfolio calculation tools for LLM integration.

Installation

Run Command
uvicorn src.main:app --reload --port 8000

Environment Variables

  • MCP_API_KEY

Security Notes

The server uses a hardcoded default API key 'secret123' if the MCP_API_KEY environment variable is not set, which is acceptable for quickstart but a significant security risk for production. It relies on external public APIs (yfinance, CoinGecko, exchangerate.host) which are generally safe but may have rate limits or availability issues. Input validation is present for required fields, but no comprehensive schema validation is enforced at the invocation layer. No 'eval' or other highly dangerous dynamic code execution patterns were found.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens300
Stars0
Forks0
Last Update2025-11-20

Tags

FinanceFastAPILLM ToolsMarket DataPython