# RentSeek Evidence (remote · rentseek.ing)

Source-linked executive compensation data for AI agents and developers.

- Trust score: 78/100 (medium)
- Change this week: +9
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `rentseek.ing`: 78/100 (this document), [markdown](https://verifymcp.io/servers/ing-rentseek-evidence/rentseek.md), [page](https://verifymcp.io/servers/ing-rentseek-evidence/rentseek)

## Channel facts

- Endpoint: `https://rentseek.ing/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.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-03.

- **Endpoint Security**: 94/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
  - The authorisation server offers only Dynamic Client Registration (RFC 7591), which MCP 2026-07-28 deprecated in favour of Client ID Metadata Documents.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 63/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 667 tokens (~133/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 87/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 61% 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-rentseek-evidence https://rentseek.ing/mcp
```

### Codex

```toml
[mcp_servers.ing-rentseek-evidence]
url = "https://rentseek.ing/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ing-rentseek-evidence": {
      "type": "remote",
      "url": "https://rentseek.ing/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ing-rentseek-evidence --url https://rentseek.ing/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ing-rentseek-evidence:
    url: "https://rentseek.ing/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ing-rentseek-evidence": {
      "type": "http",
      "url": "https://rentseek.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-03 (score 78, +1)

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

### 2026-08-01 (score 77, +1)

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

### 2026-07-31 (score 76, +6)

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

### 2026-07-30 (score 70, 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 70, +1)

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

### 2026-07-27 (score 69, +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 68)

First indexed and scored.

## MCP tools (5)

### `get_executive_compensation` (~217 tokens)

Get Executive Compensation

Returns annual named-executive compensation rows for a company identified by ticker or CIK, with fiscal-year filters, pay components, totals, and filing source URLs. Latest-FY requests cost 0 credits; historical, range, or multi-FY requests require OAuth or X-API-KEY and cost 1 credit. Pay ratio, pay-versus-performance, and company dossiers are not included. The result is filing data, not investment advice.

Input parameters:

- `cik` (string)
- `fiscal_year` (integer): Exact fiscal year. Omit all fiscal-year filters to get the latest year.
- `fiscal_year_gte` (integer): Inclusive earliest fiscal year. Omit all fiscal-year filters to get the latest year.
- `fiscal_year_lte` (integer): Inclusive latest fiscal year. Omit all fiscal-year filters to get the latest year.
- `limit` (integer): Maximum fiscal years to return. Defaults to the latest year only.
- `period` (string)
- `ticker` (string)

### `get_company_dossier` (~94 tokens)

Get Company Evidence Dossier

Returns a sourced company dossier for a ticker, including executives, compensation history, pay ratio, pay-versus-performance, claims, and release provenance, with optional full or compact format and field projection. Requires OAuth or X-API-KEY and costs 3 credits. The result is filing evidence, not investment advice.

Input parameters:

- `fields` (array)
- `format` (string)
- `ticker` (string, required)

### `get_claim_evidence` (~74 tokens)

Get Claim Evidence

Returns the value, filing source, release identity, methodology version, and current or superseded status for a RentSeek `clm_...` claim ID. Requires OAuth or X-API-KEY and costs 1 credit. The result is filing evidence, not investment advice.

Input parameters:

- `claim_id` (string, required)

### `list_material_changes` (~229 tokens)

List Material Compensation Changes

Returns classified executive-compensation disclosure changes for 1-50 tickers since an inclusive date or timestamp, with configurable thresholds and cursor pagination. Requires OAuth or X-API-KEY and costs 2 credits per page. Current compensation snapshots and full historical rows are not included. The result is filing evidence, not investment advice.

Input parameters:

- `classification` (string): Event classification to return. Omit to return material events only; use all to include informational events.
- `cursor` (string): Opaque next_cursor from a prior response. Omit for the first page.
- `page_size` (integer): Events per page. Omit to use 25; maximum 100.
- `since` (string, required): Inclusive ISO date or timestamp from the caller's prior feed run.
- `threshold_component_pct` (number): Material compensation-component change percent. Omit to use 30%.
- `threshold_total_pct` (number): Material total-compensation change percent. Omit to use 20%.
- `tickers` (array, required): Ticker symbols to monitor. Pass 1-50 symbols in one request.

### `list_available_tickers` (~53 tokens)

List Available Tickers

Returns ticker symbols for companies with published RentSeek executive-compensation data. No authentication is required, and the request costs 0 credits. The result contains availability only, not compensation values. It is not investment advice.

## Diagnostics

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

## Score history

- 2026-08-03: 78
- 2026-08-02: 77
- 2026-08-01: 77
- 2026-07-31: 76
- 2026-07-30: 70
- 2026-07-29: 70
- 2026-07-28: 69
- 2026-07-27: 69
- 2026-07-26: 68

## Links

- Remote endpoint: https://rentseek.ing/mcp
- Website: https://rentseek.ing/developers
- Changelog RSS feed: https://verifymcp.io/servers/ing-rentseek-evidence/rentseek/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ing-rentseek-evidence/rentseek/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ing-rentseek-evidence/rentseek
