← rentseek.ing

INDIVIDUAL MCP TOOL

list_material_changes

Returns classified executive-compensation disclosure changes for 1-50 tickers since an inclusive date or timestamp, with configurable thresholds and cursor pagination.

rentseek.ingnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

rentseek.ing

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.rentseek]
url = "https://rentseek.ing/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "rentseek": {
      "type": "http",
      "url": "https://rentseek.ing/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: rentseek
Remote MCP URL: https://rentseek.ing/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "rentseek": {
      "url": "https://rentseek.ing/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "rentseek": {
      "type": "http",
      "url": "https://rentseek.ing/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "rentseek",
  "transport": "streamable-http",
  "url": "https://rentseek.ing/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • 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.
  • get_company_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.
  • get_claim_evidence — Returns the value, filing source, release identity, methodology version, and current or superseded status for a RentSeek `clm_.
  • list_available_tickers — Returns ticker symbols for companies with published RentSeek executive-compensation data.