← whatledto.com

INDIVIDUAL MCP TOOL

get_party

Everything the site records about one company, person or regulator across every timeline: its role on each, the parties it most often appears alongside, and every dated entry that names it, newest first, with sources.

whatledto.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://whatledto.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_party and invoke it with your own arguments.

Indexed 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 server

whatledto.com

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.whatledto]
url = "https://whatledto.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "whatledto": {
      "type": "http",
      "url": "https://whatledto.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: whatledto
Remote MCP URL: https://whatledto.com/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": {
    "whatledto": {
      "url": "https://whatledto.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • list_timelines — Every timeline on the site with its topic, tags, entry count, date range, last update and a short summary.
  • get_timeline — One timeline in full: TL;DR, dated entries newest first with sources and quotes, relations between entries, links to other timelines, what to watch next and open questions.
  • get_entry — One dated entry in full: its summary, type, the parties it names, every source with the outlet, the publication date and the verbatim quote it was read from, plus the relations and cross-timeline links it takes part in.
  • search_entries — Find dated entries across every timeline by keywords, party id, timeline slug and date range.
  • upcoming — Scheduled dates the timelines are watching — earnings, rulings, launches, rule deadlines — each with why it matters, the timeline it belongs to and a source where one exists.