Labsco
profitelligence logo

Profitelligence

from profitelligence

Access to insider trading data, SEC filings, economic indicators, and multi-signal analysis

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedPaid serviceAdvanced setup

Profitelligence

Profitelligence MCP Server

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.

Get Started Free ยท View Pricing


Why Profitelligence?

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 ServersProfitelligence MCP
Many narrow tools (10-20+)7 powerful tools with rich filtering
Raw data dumpsPre-contextualized intelligence
Multiple calls to answer one questionOne call, complete answer
Token-heavy responsesOptimized for token efficiency
Complex tool orchestrationAgent 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
  • Multi-Signal Analysis โ€” Opportunity scoring that combines insider activity + SEC events + price action (PRO)

Safe by Design

This MCP server is a thin, stateless layer over Profitelligence's REST APIs:

  • โœ… Read-only โ€” No ability to modify your account or execute trades
  • โœ… No data storage โ€” Responses flow through, nothing is cached locally
  • โœ… Open source โ€” Audit the code yourself, it's ~2000 lines of Python
  • โœ… Your API key โ€” You control access; revoke anytime from your dashboard

Pricing & Tiers

FeatureFreePRO ($4.99/mo)Elite ($9.99/mo)
Stock coverageTop 500Top 6,000All stocks
API calls250/day1,000/day10,000/day
Insider trading (Form 4)โœ…โœ…โœ…
SEC 8-K summariesโœ…โœ…โœ…
Economic indicatorsโœ…โœ…โœ…
Opportunity scoringโ€”โœ…โœ…
Multi-signal analysisโ€”โœ…โœ…
Alert subscriptionsโ€”10 alertsUnlimited
Priority supportโ€”โ€”โœ…

Early adopter pricing โ€” $4.99/mo PRO and $9.99/mo Elite rates are locked in for the first 1,000 users (regular: $10/mo and $29/mo). Upgrade anytime.


Available Tools

7 tools designed for maximum token efficiency. Each answers complete questions with rich, contextual responses:

ToolPurposeExample Query
pulse()Market snapshot"What's happening in the market right now?"
investigate(subject)Deep research"Tell me about NVDA's insider activity"
screen(focus)Opportunity scanning"Find tech stocks with insider buying"
assess(symbol)Position health check"How is my AAPL position doing?"
institutional(query_type)13F intelligence"What is Berkshire buying?"
search(q)Semantic search"Find CEO resignation filings"
service_info()Account & service info"What's my subscription tier?"

Tool Reference

Understanding when to use each tool is key to getting the best results. Here's the mental model:

pulse() โ€” What's happening right now?

Use when: User wants a market overview without a specific company in mind.

Returns: Market movers, recent high-impact 8-K filings, notable insider trades, key economic indicators.

No parameters. Just call it.

pulse()

Best for: Starting a session, getting oriented, "what should I look at today?"


investigate(subject) โ€” Deep dive on a specific entity

Use when: User names a specific company, insider, or sector they want to research.

Auto-detects entity type:

  • Stock symbols (AAPL, NVDA) โ†’ Company research
  • CIK numbers (0001067983) โ†’ Insider research
  • Sector names (Technology) โ†’ Sector analysis

Returns for companies:

  • Profile, price history, material events (8-K filings)
  • Insider intelligence (Form 4 summary + recent transactions)
  • Financials (income statement, balance sheet, cash flow from 10-K/10-Q)
  • Opportunity signals, technical indicators
investigate("AAPL")                           # Company
investigate("0001067983")                     # Warren Buffett by CIK
investigate("Technology", entity_type="sector")  # Sector

Best for: "Tell me about X", "What's going on with X?", research before a decision.


screen(focus) โ€” Find opportunities across the market

Use when: User wants to discover stocks matching certain criteria, not research a specific one.

Parameters:

  • focus: What signal to screen for
    • "all" โ€” Everything (default)
    • "multi_signal" โ€” Stocks with multiple confirming signals
    • "insider" โ€” Insider buying clusters
    • "events" โ€” High-impact 8-K filings
  • sector: Filter to a sector (e.g., "Technology")
  • min_score: Minimum opportunity score (0-100)
  • days: Lookback period (default 7)
  • limit: Max results (default 25)
screen()                                    # Everything
screen(focus="insider", sector="Technology") # Tech insider buying
screen(focus="events", days=14)             # Recent material events

Best for: "What opportunities are out there?", "Find me stocks where insiders are buying."


assess(symbol) โ€” Health check for a position you own

Use when: User owns a stock and wants to evaluate whether to hold, add, or sell.

Returns:

  • Current price action and technical signals
  • Recent material events (8-K filings)
  • Insider sentiment (are insiders buying or selling?)
  • Institutional sentiment (13F accumulation/distribution)
  • Financials snapshot
  • Risk factors
assess("NVDA")
assess("AAPL", days=90)  # Longer lookback

Best for: Portfolio review, "How's my position in X?", "Should I be worried about X?"


institutional(query_type) โ€” 13F institutional investor intelligence

Use when: User wants to know what big money is doing.

Query types:

  • "manager" โ€” Profile a specific fund (by name or CIK)
  • "security" โ€” Who owns a specific stock?
  • "signal" โ€” Find stocks with institutional flow patterns

Signal types (for query_type="signal"):

  • "accumulation" โ€” Stocks institutions are buying
  • "distribution" โ€” Stocks institutions are selling
  • "conviction" โ€” High conviction positions (5%+ of portfolio)
  • "new" โ€” Fresh institutional positions
institutional("manager", identifier="Citadel")     # What does Citadel own?
institutional("security", identifier="NVDA")       # Who owns NVIDIA?
institutional("signal", signal_type="accumulation") # Smart money buying

Best for: "What is Berkshire buying?", "Who owns NVDA?", "Follow the smart money."


search(q) โ€” Find anything across the platform

Use when: User is looking for something specific but doesn't know where it is.

Searches across:

  • SEC 8-K filings (with LLM-extracted insights)
  • Companies (by name or symbol)
  • Insiders (executives, directors)
  • Institutional managers (13F filers)

Parameters:

  • q: Search query (min 2 chars)
  • entity_type: Filter results โ€” "filing", "company", "insider", "manager"
  • sector: Filter by sector
  • impact: Filter filings by impact level โ€” "HIGH", "MEDIUM", "LOW"
  • limit: Max results (default 20, max 100)
search("CEO resignation")                           # Find CEO departure filings
search("NVIDIA", entity_type="company")             # Find NVIDIA
search("Buffett", entity_type="insider")            # Find Warren Buffett
search("activist", entity_type="manager")           # Find activist funds
search("acquisition", sector="Technology", impact="HIGH")  # High-impact tech M&A

Best for: "Find filings about X", "Search for Y", discovery when you're not sure where to look.


service_info(info_type) โ€” Account and service information

Use when: User asks about their subscription, features, or the service itself.

Info types:

  • "overview" โ€” Service description and capabilities (default)
  • "profile" โ€” User's subscription tier, features, account status
  • "pricing" โ€” Subscription tiers and pricing
  • "capabilities" โ€” Available tools and data sources
  • "status" โ€” Server health and configuration
service_info()            # Overview
service_info("profile")   # Your account
service_info("pricing")   # Pricing info

Best for: "What can you do?", "What's my tier?", "How much does PRO cost?"


Tool Selection Guide

User IntentTool
"What's happening?" / "Market overview"pulse()
"Tell me about [company/insider/sector]"investigate()
"Find stocks where..." / "What opportunities..."screen()
"How's my [position]?" / "Should I worry about..."assess()
"What is [fund] buying?" / "Who owns [stock]?"institutional()
"Search for..." / "Find filings about..."search()
"What's my tier?" / "What can you do?"service_info()

MCP Prompts

Pre-built research workflows that produce complete reports:

  • insider_activity_report โ€” Insider trading analysis for a symbol
  • sec_filing_intelligence_report โ€” 8-K filing analysis
  • macro_market_conditions_report โ€” Economic backdrop
  • influential_investor_research โ€” Smart money deep dive
  • sector_opportunity_scan โ€” Multi-signal sector analysis
  • quarterly_stock_checkup โ€” Portfolio position review

Self-Hosting (Optional)

Most users don't need this. The hosted version at mcp.profitelligence.com is free, fast, and requires zero setup. Just add your API key and go (see Quick Start above).

This repo exists so you can:

  • Audit the code โ€” See exactly what runs when you use our MCP server
  • Self-host for privacy โ€” Run your own instance if you prefer
  • Customize โ€” Fork and add your own tools

When to Self-Host

Use CaseRecommendation
Just want financial intelligence in ClaudeUse hosted โ€” it's free
Want to audit what code is runningRead this repo, use hosted
Need custom web search privacySelf-host with your own Brave API key
Building on top of our toolsFork and extend

Docker Hub

We publish multi-arch images (amd64 + arm64) to Docker Hub:

docker pull profitelligence/mcp-server:latest

Run in stdio mode (for Claude Desktop):

docker run -i --rm \
  -e PROF_API_KEY=pk_live_xxx \
  profitelligence/mcp-server:latest

Run in HTTP mode (for development/testing):

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

From Source

git clone https://github.com/profitelligence/profitelligence-mcp-server.git
cd profitelligence-mcp-server
pip install -e .
PROF_API_KEY=pk_live_xxx python -m src.server

Environment Variables

VariableRequiredDescription
PROF_API_KEYYesYour API key from profitelligence.com
PROF_MCP_MODENostdio (default) or http
PROF_MCP_PORTNoHTTP port (default: 3000)
BRAVE_API_KEYNoYour Brave Search key for web search privacy

Web Search Privacy

The hosted version uses our shared infrastructure. When self-hosting, you can provide your own Brave Search API key (2,000 free queries/month):

  • โœ… Your search queries go directly to Brave
  • โœ… We never see what you're searching for
  • โœ… Falls back to DuckDuckGo if no key provided

See CONTRIBUTING.md for development setup.


Privacy Policy

See our privacy policy: profitelligence.com/privacy


Support