profitelligence-mcp-server
Verified Safeby profitelligence
Overview
Provides financial intelligence for AI agents, including insider trading, SEC filings, economic indicators, and multi-signal analysis.
Installation
docker run -d -p 3000:3000 -e PROF_API_KEY=pk_live_xxx -e PROF_MCP_MODE=http profitelligence/mcp-server:latestEnvironment Variables
- PROF_AUTH_METHOD
- PROF_API_KEY
Security Notes
The server explicitly states it is a 'thin, stateless, read-only layer' and tools are annotated with `readOnlyHint: True, destructiveHint: False`. Secrets like API keys and OAuth credentials are loaded from environment variables or S3, not hardcoded. A `SECURITY.md` outlines responsible disclosure and security best practices. OAuth flows are implemented with PKCE and token exchange. The use of in-memory dictionaries for PKCE state (`_pkce_state_store`, `_auth_code_store`) is noted in the code as a production scalability limitation (suggesting Redis), but not a direct security vulnerability given TTLs.
Similar Servers
maverick-mcp
Personalized stock analysis, technical indicators, and portfolio optimization via Claude Desktop.
mcp-aktools
This MCP server provides real-time and historical financial data for stocks and cryptocurrencies, offering search, detailed information retrieval, market overviews, news, and analysis capabilities.
finance-trading-ai-agents-mcp
A specialized MCP server for financial analysis and quantitative trading, designed to deploy local financial MCP services with a departmental architecture for LLM integration and algorithmic trading.
stock-mcp
Provides AI Agents with professional-grade stock market analysis capabilities by bridging large language models with real-time financial data.