INDIVIDUAL MCP TOOL
ticket_view
THE WHOLE BALLOT in one call (EM-014): every ingested office on a state's general ballot (president → state-leg), aligned per precinct over the shared precinct keys, with per-precinct SPLIT-TICKET deltas (each office's certified two-party margin minus the top of the ticket's, + = ran more D), a split_ticket_index (mean |delta| — the EM-012 split-ticket score, filterable via min_split_index to find high- vs low-split cohorts), and CROSS-PRESSURE flags where the top-line and down-ballot lean diverge beyond the threshold or elect different parties — exactly where ticket strategy lives.
LIVE ENDPOINT
https://www.electionsmcp.com/mcp
Connect to this endpoint to inspect the live schema for ticket_view 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
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.electionsmcp]
url = "https://www.electionsmcp.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"electionsmcp": {
"type": "http",
"url": "https://www.electionsmcp.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: electionsmcp
Remote MCP URL: https://www.electionsmcp.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": {
"electionsmcp": {
"url": "https://www.electionsmcp.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"electionsmcp": {
"type": "http",
"url": "https://www.electionsmcp.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "electionsmcp",
"transport": "streamable-http",
"url": "https://www.electionsmcp.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
resolve_geography— Turn a place name or shorthand into its canonical geo_id — resolve natural-language or structured location input.resolve_candidate— WHO holds or runs for WHAT — turn a candidate/officeholder name into their seat + next race.search_candidates— BROWSE the canonical candidate registry WITHOUT a name — the nameless companion to resolve_candidate (which requires a name).lookup_address— ADDRESS → EVERY district + EVERY race you run there.get_geography— Boundary reference, children, and a demographic summary (county grain — ACS 2023; states and districts return boundary + identity only) for a canonical geo_id (us, us-ca, us-ca-cd-03, us-ca-county-06017, us-ca-vtd-<id>).list_contests— What contests are on the 2028 Pennsylvania ballot — the real races (president, senate, house, governor, state legislature) for any state and cycle.election_calendar— THE PLANNER'S CALENDAR — what is on the ballot when.get_election_dates— When is the New Hampshire primary?