{"name":"com.whatledto/whatledto","slug":"whatledto","title":"What Led To","description":"Living, source-backed timelines of long-running events, with a quote and source per entry.","url":"https://mcp.market/server/whatledto","rating":null,"grade":"C","score":69,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-20T21:05:43.954Z","last_ok_at":"2026-09-20T21:05:43.954Z","latency_ms":157},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://whatledto.com/data#mcp","version":"1.1.0","remotes":[{"type":"streamable-http","url":"https://whatledto.com/mcp"}],"packages":[],"tools":[{"name":"ask","description":"Answer a why/how question as a chain: an ordered set of dated, sourced entries from the timelines with one line on why each led to the next, written by the editor rather than generated. Returns the best-matching chain with every step's entry (URL, date, summary, sources), or, when no chain fits, the questions that do exist and how to research the answer with the other tools.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"question":{"type":"string","minLength":3,"maxLength":300,"description":"The question in plain words, e.g. \"Why did Nvidia become so dominant in AI?\""},"since":{"type":"string","pattern":"^\\d{4}(-\\d{2}(-\\d{2})?)?$","description":"Also return what changed on the chain since this day (its changelog entries after it); pass the updated_at you last saw."}},"required":["question"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_entry","description":"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. Use it after search_entries or get_timeline has found an entry and you need the exact wording and source URL to cite. Entry ids are unique within a timeline, not across the site, so pass the slug the entry came from.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","pattern":"^[a-z0-9-]+$","description":"The timeline the entry sits on."},"id":{"type":"integer","description":"The entry's id on that timeline: the id field of a search_entries result or a get_timeline node, and the number in a page's #n<id> fragment."}},"required":["slug","id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_party","description":"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. Use it instead of search_entries when you want one actor's whole history rather than a keyword match. Returns at most limit entries, with total_entries saying how many exist; a party is named when the editors listed it among an entry's parties, not merely when the name appears in the text.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[a-z0-9-]+$","description":"Party id: a lowercase slug such as nvidia, jensen-huang or federal-reserve. search_entries results and timeline entities carry it, and the parties that have a page are listed under parties in /index.json."},"limit":{"type":"integer","minimum":1,"maximum":200,"description":"Entries to return, newest first (default 40)."}},"required":["id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_timeline","description":"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. Pass since=YYYY-MM-DD to get only entries dated on or after that day (what changed recently).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","pattern":"^[a-z0-9-]+$","description":"Timeline slug, from list_timelines or a page URL (/events/<slug>)."},"since":{"type":"string","pattern":"^\\d{4}(-\\d{2}(-\\d{2})?)?$","description":"Only entries dated on or after this day. Pass the updated_at you last saw to get what changed since."},"limit":{"type":"integer","minimum":1,"maximum":200,"description":"Most recent entries to return (default 60)."}},"required":["slug"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_timelines","description":"Every timeline on the site with its topic, tags, entry count, date range, last update and a short summary. Start here to find the slug for get_timeline.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search_entries","description":"Find dated entries across every timeline by keywords, party id, timeline slug and date range. Every keyword must match (title, summary, party or timeline name); results are ranked, newest first among equals. Returns the entry text and url; call get_entry for quotes and sources.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","maxLength":200,"description":"Keywords. Every one must match, in the entry's title, summary, a party name or the timeline name; omit it to browse by filter alone."},"party":{"type":"string","pattern":"^[a-z0-9-]+$","description":"Only entries naming this party id."},"timeline":{"$ref":"#/properties/party","description":"Only entries on this timeline slug."},"from":{"type":"string","pattern":"^\\d{4}(-\\d{2}(-\\d{2})?)?$","description":"Earliest entry date to include."},"to":{"$ref":"#/properties/from","description":"Latest entry date to include."},"limit":{"type":"integer","minimum":1,"maximum":100,"description":"Results to return (default 20); total says how many matched."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"upcoming","description":"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. Use it to answer what happens next across the site, rather than reading each timeline for its own catalysts. Returns the dates from today to the horizon, oldest first, echoing back today and horizon; a date known only to the month carries precision=month and is matched on the month.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"days":{"type":"integer","minimum":1,"maximum":730,"description":"How far ahead to look, in days from today (default 90)."},"timeline":{"type":"string","pattern":"^[a-z0-9-]+$","description":"Only dates belonging to this timeline slug."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":69,"grade":"C","scanned_at":"2026-09-19T20:08:27.449Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T20:08:27.443Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 282ms"]},"poisoning":{"score":15,"max":15,"notes":["7 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://whatledto.com/mcp","reachable":true,"authRequired":false,"latencyMs":282,"serverInfo":{"name":"whatledto","version":"1.4.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://whatledto.com/icon-512.png","source":"registry","width":512,"height":512},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}