Elections
Standard call
Any election's raw vote counts → publication-grade map
You bring Democratic / Republican / total vote counts per geography (congressional district, county, precinct, or state). We auto-derive margin, percentage margin, winning party, and publish a public report with diverging palette and auto-built methodology description. Works for presidential, senate, gubernatorial, House, state-legislative, and ballot-measure races.
mcp.call("ingest_election_results", {
election_name: "2024 U.S. House — general",
date: "2024-11-05",
race_type: "house",
jurisdiction: "United States",
target_collection: "us-cd119",
target_version: "tiger-2024",
rows: [
{ external_id: "0612", values: { votes_dem: 153021, votes_rep: 147803 } },
// ... one row per district
],
slug: "election-2024-house",
})
Result: Workspace dataset + public /v/<slug> report with embeddable iframe.