mcp-server
Server Details
Financial intelligence: insider trades, SEC filings, 13F holdings, and market signals.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- profitelligence/profitelligence-mcp-server
- GitHub Stars
- 0
- Server Listing
- Profitelligence MCP Server
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.6/5 across 7 of 7 tools scored. Lowest: 2.5/5.
Each tool targets a distinct aspect of financial data: stock health, institutional investors, entity research, market snapshot, screening, semantic search, and account info. No two tools have overlapping purposes.
Names are a mix of verbs (assess, investigate, screen, search) and nouns (institutional, pulse, service_info). 'service_info' uses a different pattern (noun_noun) while others are single words. The naming is readable but not consistently patterned.
With 7 tools, the surface is well-scoped for a financial intelligence server. Each tool covers a necessary function without overloading or underproviding.
The set covers key financial intelligence needs: stock analysis, institutional data, entity research, market pulse, screening, and search. Minor gaps exist (e.g., no historical data or charting tool), but the core workflows are well-supported.
Available Tools
7 toolsassessPosition CheckRead-onlyInspect
Position health check for a stock.
Returns material events, insider sentiment, institutional sentiment, technical signals, risk factors.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback period (default 30) | |
| symbol | Yes | Stock symbol to assess |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
institutionalInstitutional IntelRead-onlyInspect
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
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 25) | |
| identifier | No | Symbol or manager name/CIK (required for manager/security) | |
| query_type | Yes | Type of query ("manager", "security", "signal") | |
| signal_type | No | For signal queries - "accumulation", "distribution", "conviction", "new" |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
investigateResearch EntityRead-onlyInspect
Research any entity - company, insider, or sector.
Auto-detects type from subject:
Stock symbols (AAPL) → company
CIK numbers (0001067983) → insider
Sector names (Technology) → sector
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback period (default 30) | |
| subject | Yes | Symbol, CIK, or sector name | |
| entity_type | No | Optional override - "company", "insider", or "sector" |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
pulseMarket PulseRead-onlyInspect
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 | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
screenScan OpportunitiesRead-onlyInspect
Scan market for opportunities.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback period (default 7) | |
| focus | No | "all", "multi_signal", "insider", or "events" | all |
| limit | No | Max results (default 25) | |
| sector | No | Filter by sector (e.g., "Technology") | |
| min_score | No | Minimum score 0-100 |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
searchSearch PlatformRead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search query (min 2 chars). Natural language supported. | |
| limit | No | Max results (default 20, max 100) | |
| impact | No | Filter filings by impact - "HIGH", "MEDIUM", "LOW" | |
| sector | No | Filter by sector (e.g., "Technology") | |
| entity_type | No | Filter by type - "filing", "company", "insider", "manager" |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
service_infoService InfoRead-onlyInspect
Info about Profitelligence service and your account.
| Name | Required | Description | Default |
|---|---|---|---|
| info_type | No | 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 | overview |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.