← electionsmcp.com
INDIVIDUAL MCP TOOL
race_ratings
A race-ratings board (Cook/270towin style) computed straight from the certified 2024 baseline — no simulation needed.
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
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-com]
url = "https://www.electionsmcp.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"electionsmcp-com": {
"type": "http",
"url": "https://www.electionsmcp.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: electionsmcp-com
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-com": {
"url": "https://www.electionsmcp.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"electionsmcp-com": {
"type": "http",
"url": "https://www.electionsmcp.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "electionsmcp-com",
"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.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.set_performance— Set a candidate's vote share, such as the Democratic candidate to 54%, in one specific county, district, state, or precinct (the general-election override).compute_vote_goal— How many votes a candidate needs to win a contest — the win number and remaining gap.target_precincts— Return the STRUCTURED precinct data an orchestrator needs to reason about where to focus — baseline share, modeled share, turnout, ballots, gap-to-goal, demographics where available.create_race— Instantiate a tenant workspace (a Race) on a real-world Contest.