# io.github.profitelligence/mcp-server (remote · mcp.profitelligence.com)

Financial intelligence: insider trades, SEC filings, 13F holdings, and market signals.

- Trust score: 28/100 (low)
- Change this week: −42
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.profitelligence.com`: 28/100 (this document), [markdown](https://verifymcp.io/servers/profitelligence-mcp-server/mcp.md), [page](https://verifymcp.io/servers/profitelligence-mcp-server/mcp)

## Channel facts

- Endpoint: `https://mcp.profitelligence.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.2`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 71/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - The endpoint enforces authorisation, but returns a challenge with no valid RFC 9728 metadata, so a client cannot discover where to get a token.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 0/100
  - Transport blocked by authentication: the endpoint requires auth we don't have to verify streamable-http.
- **Schema Quality & AI Usability**: 0/100
  - Schema blocked by authentication: the endpoint requires auth we don't have to read it.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 0/100
  - Tool coverage blocked by authentication: the endpoint requires auth we don't have to read its tools.
- **Capabilities**: 0/100
  - Capabilities blocked by authentication: the endpoint requires auth we don't have to read them.

**Unverified: 5 categories.** Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http profitelligence-mcp-server https://mcp.profitelligence.com/mcp
```

### Codex

```toml
[mcp_servers.profitelligence-mcp-server]
url = "https://mcp.profitelligence.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "profitelligence-mcp-server": {
      "type": "remote",
      "url": "https://mcp.profitelligence.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add profitelligence-mcp-server --url https://mcp.profitelligence.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  profitelligence-mcp-server:
    url: "https://mcp.profitelligence.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "profitelligence-mcp-server": {
      "type": "http",
      "url": "https://mcp.profitelligence.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-07-31 (score 28, +10)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 18, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 18, −52)

- [security regression] Endpoint reachability: reachable → behind authorisation
- [security regression] Stability: 0.07 → unverified
- [security regression] HTTPS: pass → unverified
- [security regression] Transport: pass → unverified
- [security regression] Authorization: partial → fail
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Schema quality: 100 → unverified
- [functional regression] Capabilities: pass → unverified

### 2026-07-27 (score 70, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 69)

First indexed and scored.

## MCP tools (7)

### `pulse` (~36 tokens)

Market Pulse

Market snapshot - what's happening right now.

Returns market movers, recent filings, insider trades, economic indicators.
No parameters needed.

Example: pulse()

Output parameters:

- `result` (string)

### `investigate` (~108 tokens)

Research Entity

Research any entity - company, insider, or sector.

Auto-detects type from subject:
\- Stock symbols (AAPL) → company
\- CIK numbers (0001067983) → insider
\- Sector names (Technology) → sector

Input parameters:

- `days` (integer): Lookback period (default 30)
- `entity_type` (string): Optional override - "company", "insider", or "sector"
- `subject` (string, required): Symbol, CIK, or sector name

Output parameters:

- `result` (string)

### `screen` (~90 tokens)

Scan Opportunities

Scan market for opportunities.

Input parameters:

- `days` (integer): Lookback period (default 7)
- `focus` (string): "all", "multi_signal", "insider", or "events"
- `limit` (integer): Max results (default 25)
- `min_score` (number): Minimum score 0-100
- `sector` (string): Filter by sector (e.g., "Technology")

Output parameters:

- `result` (string)

### `assess` (~55 tokens)

Position Check

Position health check for a stock.

Returns material events, insider sentiment, institutional sentiment, technical signals, risk factors.

Input parameters:

- `days` (integer): Lookback period (default 30)
- `symbol` (string, required): Stock symbol to assess

Output parameters:

- `result` (string)

### `institutional` (~133 tokens)

Institutional Intel

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

Input parameters:

- `identifier` (string): Symbol or manager name/CIK (required for manager/security)
- `limit` (integer): Max results (default 25)
- `query_type` (string, required): Type of query ("manager", "security", "signal")
- `signal_type` (string): For signal queries - "accumulation", "distribution", "conviction", "new"

Output parameters:

- `result` (string)

### `search` (~139 tokens)

Search Platform

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.

Input parameters:

- `entity_type` (string): Filter by type - "filing", "company", "insider", "manager"
- `impact` (string): Filter filings by impact - "HIGH", "MEDIUM", "LOW"
- `limit` (integer): Max results (default 20, max 100)
- `q` (string, required): Search query (min 2 chars). Natural language supported.
- `sector` (string): Filter by sector (e.g., "Technology")

Output parameters:

- `result` (string)

### `service_info` (~81 tokens)

Service Info

Info about Profitelligence service and your account.

Input parameters:

- `info_type` (string): What info to retrieve - "overview": Service description and capabilities - "profile": Your subscription tier, features, and account status - "pricing": Subscription tiers and pricing - "capabilities"…

Output parameters:

- `result` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/profitelligence-mcp-server/mcp#diagnostics

## Score history

- 2026-08-03: 28
- 2026-08-02: 28
- 2026-08-01: 28
- 2026-07-31: 28
- 2026-07-30: 18
- 2026-07-29: 18
- 2026-07-28: 70
- 2026-07-27: 70
- 2026-07-26: 69

## Links

- Remote endpoint: https://mcp.profitelligence.com/mcp
- Repository: https://github.com/profitelligence/profitelligence-mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/profitelligence-mcp-server/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/profitelligence-mcp-server/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/profitelligence-mcp-server/mcp
