Back to Home
profitelligence icon

profitelligence-mcp-server

Verified Safe

by profitelligence

Overview

Provides financial intelligence for AI agents, including insider trading, SEC filings, economic indicators, and multi-signal analysis.

Installation

Run Command
docker run -d -p 3000:3000 -e PROF_API_KEY=pk_live_xxx -e PROF_MCP_MODE=http profitelligence/mcp-server:latest

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1760
Stars0
Forks0
Last Update2026-01-04

Tags

Financial DataMarket AnalysisSEC FilingsInsider TradingAI Agents