← rootz.global
INDIVIDUAL MCP TOOL
politics_create_watchlist
Creates a Just the Facts watchlist bound to an email address, covering any combination of specific officials, issue topics, and a town with state for local meetings, agendas, and minutes.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
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.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.