Server Details
Financial intelligence: insider trades, SEC filings, 13F holdings, and market signals.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- profitelligence/profitelligence-mcp-server
- GitHub Stars
- 0
Available Tools
7 toolsassessTry in Inspector
Position health check for a stock.
Returns material events, insider sentiment, institutional sentiment, technical signals, risk factors.
Args: symbol: Stock symbol to assess days: Lookback period (default 30)
Examples: assess("NVDA") assess("AAPL", days=90)
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| symbol | Yes |
institutionalTry in Inspector
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
Args: query_type: Type of query ("manager", "security", "signal") identifier: Symbol or manager name/CIK (required for manager/security) signal_type: For signal queries - "accumulation", "distribution", "conviction", "new" limit: Max results (default 25)
Examples: institutional("manager", identifier="Citadel") institutional("security", identifier="NVDA") institutional("signal", signal_type="accumulation") institutional("signal") # Overview of all signals
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| identifier | No | ||
| query_type | Yes | ||
| signal_type | No |
investigateTry in Inspector
Research any entity - company, insider, or sector.
Auto-detects type from subject:
Stock symbols (AAPL) → company
CIK numbers (0001067983) → insider
Sector names (Technology) → sector
Args: subject: Symbol, CIK, or sector name entity_type: Optional override - "company", "insider", or "sector" days: Lookback period (default 30)
Examples: investigate("AAPL") investigate("0001067983") investigate("Technology", entity_type="sector")
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| subject | Yes | ||
| entity_type | No |
pulseTry in Inspector
Market snapshot - what's happening right now.
Returns market movers, recent filings, insider trades, economic indicators. No parameters needed.
Example: pulse()
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
screenTry in Inspector
Scan market for opportunities.
Args: focus: "all", "multi_signal", "insider", or "events" sector: Filter by sector (e.g., "Technology") min_score: Minimum score 0-100 days: Lookback period (default 7) limit: Max results (default 25)
Examples: screen() screen(focus="insider", sector="Technology")
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| focus | No | all | |
| limit | No | ||
| sector | No | ||
| min_score | No |
searchTry in Inspector
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.
Args: q: Search query (min 2 chars). Natural language supported. entity_type: Filter by type - "filing", "company", "insider", "manager" sector: Filter by sector (e.g., "Technology") impact: Filter filings by impact - "HIGH", "MEDIUM", "LOW" limit: Max results (default 20, max 100)
Examples: 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 M&A
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | ||
| limit | No | ||
| impact | No | ||
| sector | No | ||
| entity_type | No |
service_infoTry in Inspector
Info about Profitelligence service and your account.
Args: info_type: 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
Examples: service_info() # Overview service_info("profile") # Your account service_info("pricing") # Pricing info
| Name | Required | Description | Default |
|---|---|---|---|
| info_type | No | overview |
FAQ
How do I claim this server?
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
What are the benefits of claiming a server?
- Control your server's listing on Glama, including description and metadata
- Receive usage reports showing how your server is being used
- Get monitoring and health status updates for your server
Your Connectors
Sign in to create a connector for this server.