The io.github.profitelligence/mcp-server provides financial intelligence for AI agents, exposing access to insider trades, SEC filings, 13F holdings, and market signals. It is presented as an MCP-compatible server with 7 tools and is intended to work with the Model Context Protocol (MCP).
๐ ๏ธ Key Features
Insider trades data access
SEC filings access
13F holdings access
Market signals access
MCP-compatible (Model Context Protocol)
๐ Use Cases
Enabling AI agents to incorporate insider trading and SEC filings context
Supporting analysis based on 13F holdings and market signals
โก Developer Benefits
MCP integration for model-context workflows
Designed for use with Claude (mentioned in the source excerpt)
โ ๏ธ Limitations
Only the listed categories (insider trades, SEC filings, 13F holdings, market signals) are evidenced in the provided data
Research any entity - company, insider, or sector.
Auto-detects type from subject:
- Stock symbols (AAPL) โ company
- CIK numbers (0001067983) โ insider
- Sector names (Technology) โ sector
Parameters3
subject
string
required
Symbol, CIK, or sector name
entity_type
string
optional
Optional override - "company", "insider", or "sector"
Institutional investor intelligence from 13F filings.
Query types:
- "manager": Profile an institutional investor (by name or CIK)
- "security": Institutional ownership landscape for a stock
- "signal": Find stocks with institutional flow patterns
Parameters4
query_type
string
required
Type of query ("manager", "security", "signal")
identifier
string
optional
Symbol or manager name/CIK (required for manager/security)
signal_type
string
optional
For signal queries - "accumulation", "distribution", "conviction", "new"
Semantic search across filings, companies, insiders, and managers.
Powerful cross-platform search using PostgreSQL full-text search.
Perfect for finding specific events, people, or companies.
Parameters5
q
string
required
Search query (min 2 chars). Natural language supported.
entity_type
string
optional
Filter by type - "filing", "company", "insider", "manager"
sector
string
optional
Filter by sector (e.g., "Technology")
impact
string
optional
Filter filings by impact - "HIGH", "MEDIUM", "LOW"
Info about Profitelligence service and your account.
Parameters1
info_type
string
optional
What info to retrieve
- "overview": Service description and capabilities
- "profile": Your subscription tier, features, and account status
- "pricing": Subscription tiers and pricing
- "capabilities": Available tools and data sources
- "status": Server configuration and health
Raw schema
{
"type": "object",
"properties": {
"info_type": {
"default": "overview",
"type": "string",
"description": "What info to retrieve\n- \"overview\": Service description and capabilities\n- \"profile\": Your subscription tier, features, and account status\n- \"pricing\": Subscription tiers and pricing\n- \"capabilities\": Available tools and data sources\n- \"status\": Server configuration and health"
}
},
"additionalProperties": false
}
Financial intelligence for AI agents. Give Claude access to insider trading data, SEC filings, economic indicators, and multi-signal analysis โ all through a single MCP server.
Traditional financial APIs return mountains of raw data. Your AI agent burns through tokens parsing CSVs, making repeated calls, and piecing together context. Profitelligence is different.
We provide semantically dense, LLM-optimized responses designed for AI agents:
Traditional MCP Servers
Profitelligence MCP
Many narrow tools (10-20+)
7 powerful tools with rich filtering
Raw data dumps
Pre-contextualized intelligence
Multiple calls to answer one question
One call, complete answer
Token-heavy responses
Optimized for token efficiency
Complex tool orchestration
Agent has full control
What You Get
Insider Trading Intelligence โ Form 4 filings with entity search ("find Warren Buffett's trades")
SEC Filing Analysis โ AI-summarized 8-K events with impact scoring
Market Data โ Company profiles, OHLC prices, sector/industry context
Economic Indicators โ Federal Reserve (FRED) data for macro context