Data Collection
rootz.global
Provides US political representation lookup, official details, and policy positions.
ENDPOINT 1
https://politics.rootz.global/mcp
MCP server metadata
- Name
- politics-rootz
- Version
- 0.3.0
Verified, origin-proofed US political data. Tools = actions; Resources = signed records as context (subscribe to get notified when a record changes); Prompts = provenance-enforcing workflows. Every fact traces to a signed source. Open a GET stream to this endpoint (with your Mcp-Session-Id) to receive notifications/resources/updated.
Known tools 25
politics_searchSearch for politicians and elected officials across all levels of US government — federal, state, county, municipal.
Inferred read-onlypolitics_officialGet full details for a specific official by ID — biography, party, office, policy positions, committee assignments, campaign finance, social media, and contact info.
Inferred read-onlypolitics_by_stateGet all current officials for a US state — federal senators and representatives, state legislators, and any indexed local officials.
Inferred read-onlypolitics_positionsPolicy positions across officials by topic, covering who supports or opposes issues such as crypto, stablecoins, AI, healthcare, and guns.
Inferred read-onlypolitics_timelineGet the full origin timeline for a politician — every page snapshot, every position change, every data source with hash proof.
Inferred read-onlypolitics_changesGet recent changes detected across all politicians — position shifts, website updates, new data.
Inferred read-onlypolitics_originGet origin archive statistics — total snapshots, changes detected, origin proofs recorded, unique URLs tracked.
Inferred read-onlypolitics_bridge_createCreate a citizen bridge page — a personalized workspace for tracking representatives, comparing positions, and taking action (write letters, log calls).
Potential side effectspolitics_bridge_sessionCurrent state of a citizen bridge workspace: tracked officials, saved comparisons, drafted actions, and messages.
Inferred read-onlypolitics_bridge_compareCompare multiple politicians side-by-side on a bridge page — positions, party, office, campaign finance.
Inferred read-onlypolitics_bridge_letterDraft a letter to a politician on the citizen's bridge page.
Inferred read-onlypolitics_billDetails of a US bill or resolution: vote breakdown, sponsors, cosponsors, status, and origin proof.
Inferred read-onlypolitics_bill_textOne signed, bounded slice of a bill's full legislative text, addressed by part number or section label.
Inferred read-onlypolitics_candidate_feedGet a candidate's Campaign Data Standard (CDS) feed: a single machine-readable record of who they are, the offices they hold and seek, their positions in their own words (each source-linked), their voting record by reference, and declared data gaps.
Inferred read-onlypolitics_methodologyGet the full transparency methodology — how we collect, assess, extract, sign, and verify political data.
Inferred read-onlypolitics_provenanceGet the complete origin proof chain for an official — every data source, content hash, quality assessment, snapshot history, and verification instructions.
Inferred read-onlypolitics_speechesSearch Congressional Record floor speeches by official, topic, date range, or keyword.
Inferred read-onlypolitics_candidatesRegistered federal candidates for the 2026 election cycle, filterable by state, office (senate, house, president), party, or presence of a campaign URL.
Inferred read-onlypolitics_municipalitiesSearch US municipalities (cities, towns, villages, counties).
Inferred read-onlypolitics_create_watchlistCreates 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.
Potential side effectsCONNECT 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.
ENDPOINT 2
https://rental.rootz.global/mcp
MCP server metadata
- Name
- rental-rootz
- Version
- 1.0.0
Known tools 16
rental_propertyGet full details for a rental property by its RIN (Rental Identification Number).
Inferred read-onlyrental_marketsGet market intelligence for Caribbean rental markets: average rates, occupancy estimates, property counts, seasonal patterns.
Inferred read-onlyrental_compare_platformsCompare pricing for the same property across different platforms (Airbnb, VRBO, local agencies, direct booking).
Inferred read-onlyrental_license_lookupLook up government tourism accommodation license for a property.
Inferred read-onlyrental_statsGet database statistics: total properties, by country, by island, platform coverage, source counts.
Inferred read-onlyrental_session_createIMPORTANT: Create this FIRST when helping someone find a rental.
Potential side effectsrental_session_readRead a bridge session: see all added properties, messages, and status.
Inferred read-onlysearchSearch Turks & Caicos rentals and island venues (restaurants, dive shops, marinas, attractions) by keyword.
Inferred read-onlyfetchFetch the full record for an id returned by search — a rental property (by RIN) or an island venue.
Inferred read-onlyCONNECT 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.rental-rootz]
url = "https://rental.rootz.global/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rental-rootz": {
"type": "http",
"url": "https://rental.rootz.global/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rental-rootz
Remote MCP URL: https://rental.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": {
"rental-rootz": {
"url": "https://rental.rootz.global/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rental-rootz": {
"type": "http",
"url": "https://rental.rootz.global/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rental-rootz",
"transport": "streamable-http",
"url": "https://rental.rootz.global/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://ship.rootz.global/mcp
MCP server metadata
- Name
- shipping-intel
- Version
- 0.1.0
Known tools 12
shipping_oil_tradeQuery bilateral oil trade flows (EIA US imports/exports + Eurostat).
Potential side effectsshipping_top_exportersTop oil exporting countries by value/volume (a ranking — no query needed).
Inferred read-onlyshipping_country_flowsTrade partners for a specific country (who they export to / import from).
Potential side effectsshipping_emissionsQuery EU MRV vessel emissions data — CO2, fuel consumption, time at sea for 22,543 vessels (2018-2024).
Inferred read-onlyshipping_chokepointMaritime chokepoint intelligence for Hormuz, Suez, Malacca, or Bab el-Mandeb.
Inferred read-onlyshipping_doc_intelQuery the shipping document intelligence layer: eBL platform adoption (12 platforms), MLETR country adoption (23 countries, 13 enacted), document fraud cases ($11.
Inferred read-onlyCONNECT 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.shipping-intel]
url = "https://ship.rootz.global/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"shipping-intel": {
"type": "http",
"url": "https://ship.rootz.global/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: shipping-intel
Remote MCP URL: https://ship.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": {
"shipping-intel": {
"url": "https://ship.rootz.global/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"shipping-intel": {
"type": "http",
"url": "https://ship.rootz.global/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "shipping-intel",
"transport": "streamable-http",
"url": "https://ship.rootz.global/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 4
https://timeshare.rootz.global/mcp
MCP server metadata
- Name
- timeshare-rootz
- Version
- 0.1.0
Known tools 12
search_timesharesSearch timeshare listings by resort, brand, state, price range, bedrooms, exchange network
Inferred read-onlyget_resortGet resort detail including listings, FL DBPR registration, and payment history
Potential side effectslist_brandsList all timeshare brands with listing counts, price ranges, and resort counts
Inferred read-onlyget_payment_historyGet FL DBPR payment/billing history for a timeshare project
Potential side effectsget_orientationGet pre-computed context about the timeshare index — use this first
Inferred read-onlycreate_bridgeCreate a bridge page — a persistent URL where AI curates timeshare research for a buyer.
Potential side effectsCONNECT 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.timeshare-rootz]
url = "https://timeshare.rootz.global/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"timeshare-rootz": {
"type": "http",
"url": "https://timeshare.rootz.global/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: timeshare-rootz
Remote MCP URL: https://timeshare.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": {
"timeshare-rootz": {
"url": "https://timeshare.rootz.global/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"timeshare-rootz": {
"type": "http",
"url": "https://timeshare.rootz.global/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "timeshare-rootz",
"transport": "streamable-http",
"url": "https://timeshare.rootz.global/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.