# Compound Interesting — market intelligence (remote · api.compoundinterest.ing)

Source-backed US market signals: insider filings, Congress trades, institutions, consensus.

- Trust score: 60/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-08

## Components

- remote · `api.compoundinterest.ing`: 60/100 (this document), [markdown](https://verifymcp.io/servers/ing-compoundinterest-market-intelligence/api.md), [page](https://verifymcp.io/servers/ing-compoundinterest-market-intelligence/api)

## Channel facts

- Endpoint: `https://api.compoundinterest.ing/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## 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-08.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 15 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - 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**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 1324 tokens (~88/item across 15 items; 15 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 10/100
  - Stability observed for 3 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 99/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 97% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http ing-compoundinterest-market-intelligence https://api.compoundinterest.ing/mcp
```

### Codex

```toml
[mcp_servers.ing-compoundinterest-market-intelligence]
url = "https://api.compoundinterest.ing/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ing-compoundinterest-market-intelligence": {
      "type": "remote",
      "url": "https://api.compoundinterest.ing/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ing-compoundinterest-market-intelligence --url https://api.compoundinterest.ing/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ing-compoundinterest-market-intelligence:
    url: "https://api.compoundinterest.ing/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ing-compoundinterest-market-intelligence": {
      "type": "http",
      "url": "https://api.compoundinterest.ing/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-08-07 (score 60, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-06 (score 59, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-05 (score 59)

First indexed and scored.

## MCP tools (15)

### `get_composite` (~66 tokens)

Composite signal for a ticker

Everything the platform knows about one ticker in a single record: the cross-signal consensus, each contributing dimension with its direction and provenance, and risk flags. Start here for any question about a specific company.

Input parameters:

- `ticker` (string, required): Ticker symbol, e.g. AAPL.

### `get_demo_composite` (~57 tokens)

Composite signal for a demo ticker (no key required)

A single fixed demo ticker, callable without an API key, so the data shape can be inspected before signing up. Returns only the demo ticker regardless of input. For real tickers use get_composite, which requires a free key.

### `get_evidence` (~87 tokens)

Source documents behind a ticker's signals

The primary documents a ticker's signals were derived from — insider Form 4s, Congressional disclosures, institutional holdings and macro series, each with the filing it came from. Use this to cite a claim rather than assert it. Paid keys only, and slower than the other tools because it is computed on demand.

Input parameters:

- `ticker` (string, required): Ticker symbol, e.g. AAPL.

### `get_house_rating` (~58 tokens)

House rating for a ticker

The platform's own buy/hold/sell rating for a ticker, with the reasoning behind it. A judgement about the stock, not a recommendation to any reader.

Input parameters:

- `ticker` (string, required): Ticker symbol, e.g. AAPL.

### `get_consensus` (~58 tokens)

Cross-signal consensus for one ticker

Whether the independent actors this platform tracks — insiders, Congress, institutions, the model — agree on one ticker, with the per-dimension breakdown that produced the verdict.

Input parameters:

- `ticker` (string, required): Ticker symbol, e.g. AAPL.

### `rank_consensus` (~93 tokens)

Tickers ranked by consensus strength

The names where independent actors agree most strongly, ranked. Use this to find candidates rather than to check one you already have in mind.

Input parameters:

- `direction` (string): Restrict to one consensus direction.
- `limit` (integer): How many rows to return.
- `min_agreement` (number): Minimum agreement score, 0-1.
- `min_signals` (integer): Minimum number of dimensions that voted.

### `screen` (~184 tokens)

Screen the universe

Filter the whole equity universe and return matching tickers with their scores. The bulk discovery tool: use it for questions of the form 'which companies have X'. To rank by cross-signal agreement instead, use rank_consensus.

Input parameters:

- `flagged` (boolean): Only entities carrying at least one risk flag.
- `limit` (integer): How many rows to return.
- `min_completeness` (number): Minimum data completeness, 0-1.
- `min_confidence` (number): Minimum model confidence, 0-1.
- `order` (string): Sort direction.
- `rating` (string): Restrict to one house rating, e.g. buy, hold, sell.
- `sector` (string): Restrict to one sector.
- `sort` (string): Sort column. Defaults to confidence.
- `state` (string): Restrict to one overall state.

### `list_insider_trades` (~91 tokens)

Recent insider trades

Corporate insider buys and sells from SEC filings, newest first, each linked to the filing it came from.

Input parameters:

- `cursor` (string): next_cursor from a previous call.
- `limit` (integer): How many trades to return.
- `since` (string): ISO date; only records on or after it.
- `ticker` (string): Restrict to one ticker, e.g. TSLA.

### `list_congress_trades` (~98 tokens)

Recent Congressional trades

Disclosed House and Senate trades, newest first, each linked to its disclosure. Committee overlap is reported as oversight, never as an accusation.

Input parameters:

- `cursor` (string): next_cursor from a previous call.
- `limit` (integer): How many trades to return.
- `since` (string): ISO date; only records on or after it.
- `ticker` (string): Restrict to one ticker, e.g. TSLA.

### `list_positioning` (~95 tokens)

Institutional and derivative positioning

How large holders are positioned, newest first. Net figures can reflect hedges and cannot be read as a directional view on their own.

Input parameters:

- `cursor` (string): next_cursor from a previous call.
- `limit` (integer): How many records to return.
- `since` (string): ISO date; only records on or after it.
- `ticker` (string): Restrict to one ticker, e.g. TSLA.

### `get_historic_moves` (~106 tokens)

How big a move is normal for this ticker

The historical distribution of 5-day and 1-month returns for a ticker, sampled over the last 5 years: mean, standard deviation, percentiles, a histogram, and the worst drawdowns with their dates. Use it to say whether a move is unusual FOR THIS NAME rather than in the abstract. Every number is a fraction: 0.0821 means 8.21%.

Input parameters:

- `ticker` (string, required): Ticker symbol, e.g. AAPL.

### `list_equity_perp` (~105 tokens)

Overnight positioning on US names (24/7 perps)

Funding rate and open interest for the ~51 US single names listed on a 24/7 perpetual futures venue, ranked by notional. This is the ONLY source here that moves outside US market hours, so it is what to check overnight and at weekends. High positive funding means longs are paying to hold — crowded, squeeze-fragile. The mark price is a venue mark, NOT the stock price.

Input parameters:

- `limit` (integer): How many names to return.

### `get_equity_perp` (~82 tokens)

Overnight positioning for one ticker

Funding and open interest for a single name on the 24/7 perpetual venue. Most tickers are NOT listed there — only about 51 of ~5,400 — and a 'not listed' answer means no venue coverage, never that positioning is flat or zero.

Input parameters:

- `ticker` (string, required): Ticker symbol, e.g. AAPL.

### `search_tickers` (~49 tokens)

Find a ticker by name or symbol

Resolve a company name or partial symbol to tickers the platform covers. Use this first when the user names a company rather than a symbol.

Input parameters:

- `query` (string, required): Company name or partial symbol.

### `get_signal` (~64 tokens)

Market-level signal

A whole-market gauge rather than a per-company one. 'macro' is the market-regime read, 'energy' the macro energy balance, 'crypto' crypto positioning and funding. Use these for the backdrop a single name is trading against.

Input parameters:

- `name` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ing-compoundinterest-market-intelligence/api#diagnostics

## Score history

- 2026-08-08: 60
- 2026-08-07: 60
- 2026-08-06: 59
- 2026-08-05: 59

## Links

- Remote endpoint: https://api.compoundinterest.ing/mcp
- Website: https://compoundinterest.ing/mcp
- Changelog RSS feed: https://verifymcp.io/servers/ing-compoundinterest-market-intelligence/api.xml
- Changelog JSON feed: https://verifymcp.io/servers/ing-compoundinterest-market-intelligence/api.json
- HTML version of this page: https://verifymcp.io/servers/ing-compoundinterest-market-intelligence/api
