← rootz.global

INDIVIDUAL MCP TOOL

politics_candidates

Registered federal candidates for the 2026 election cycle, filterable by state, office (senate, house, president), party, or presence of a campaign URL.

rootz.globalnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

rootz.global

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

.mcp.json

{
  "mcpServers": {
    "politics-rootz": {
      "type": "http",
      "url": "https://politics.rootz.global/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "politics-rootz": {
      "type": "http",
      "url": "https://politics.rootz.global/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "politics-rootz",
  "transport": "streamable-http",
  "url": "https://politics.rootz.global/mcp"
}
MCP Inspector

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

Related tools

  • politics_represent — Representation lookup for a US ZIP code: both U.
  • politics_search — Search for politicians and elected officials across all levels of US government — federal, state, county, municipal.
  • politics_official — Get full details for a specific official by ID — biography, party, office, policy positions, committee assignments, campaign finance, social media, and contact info.
  • politics_by_state — Get all current officials for a US state — federal senators and representatives, state legislators, and any indexed local officials.
  • politics_positions — Policy positions across officials by topic, covering who supports or opposes issues such as crypto, stablecoins, AI, healthcare, and guns.
  • politics_stats — Get summary statistics for the politics.
  • politics_timeline — Get the full origin timeline for a politician — every page snapshot, every position change, every data source with hash proof.
  • politics_changes — Get recent changes detected across all politicians — position shifts, website updates, new data.