← Registry

Data Collection

rootz.global

Provides US political representation lookup, official details, and policy positions.

4 endpoints65 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://politics.rootz.global/mcp

No auth detected

MCP server metadata

Name
politics-rootz
Version
0.3.0
Capabilities
tools
Server instructions

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_represent

Representation lookup for a US ZIP code: both U.

Inferred read-only
politics_search

Search for politicians and elected officials across all levels of US government — federal, state, county, municipal.

Inferred read-only
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.

Inferred read-only
politics_by_state

Get all current officials for a US state — federal senators and representatives, state legislators, and any indexed local officials.

Inferred read-only
politics_positions

Policy positions across officials by topic, covering who supports or opposes issues such as crypto, stablecoins, AI, healthcare, and guns.

Inferred read-only
politics_stats

Get summary statistics for the politics.

Inferred read-only
politics_timeline

Get the full origin timeline for a politician — every page snapshot, every position change, every data source with hash proof.

Inferred read-only
politics_changes

Get recent changes detected across all politicians — position shifts, website updates, new data.

Inferred read-only
politics_origin

Get origin archive statistics — total snapshots, changes detected, origin proofs recorded, unique URLs tracked.

Inferred read-only
politics_bridge_create

Create a citizen bridge page — a personalized workspace for tracking representatives, comparing positions, and taking action (write letters, log calls).

Potential side effects
politics_bridge_session

Current state of a citizen bridge workspace: tracked officials, saved comparisons, drafted actions, and messages.

Inferred read-only
politics_bridge_compare

Compare multiple politicians side-by-side on a bridge page — positions, party, office, campaign finance.

Inferred read-only
politics_bridge_letter

Draft a letter to a politician on the citizen's bridge page.

Inferred read-only
politics_bill

Details of a US bill or resolution: vote breakdown, sponsors, cosponsors, status, and origin proof.

Inferred read-only
politics_bill_toc

Section index for a bill: every "SEC.

Inferred read-only
politics_bill_text

One signed, bounded slice of a bill's full legislative text, addressed by part number or section label.

Inferred read-only
politics_bills_search

Search bills by topic, sponsor, status, or congress.

Inferred read-only
politics_candidate_feed

Get 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-only
politics_methodology

Get the full transparency methodology — how we collect, assess, extract, sign, and verify political data.

Inferred read-only
politics_provenance

Get the complete origin proof chain for an official — every data source, content hash, quality assessment, snapshot history, and verification instructions.

Inferred read-only
politics_speeches

Search Congressional Record floor speeches by official, topic, date range, or keyword.

Inferred read-only
politics_candidates

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

Inferred read-only
politics_state_votes

Search state legislature votes across 26+ US states.

Inferred read-only
politics_municipalities

Search US municipalities (cities, towns, villages, counties).

Inferred read-only
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.

Potential side effects

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.

ENDPOINT 2

https://rental.rootz.global/mcp

No auth detected

MCP server metadata

Name
rental-rootz
Version
1.0.0
Capabilities
tools

Known tools 16

rental_search

Search vacation rental properties in the Caribbean.

Inferred read-only
rental_property

Get full details for a rental property by its RIN (Rental Identification Number).

Inferred read-only
rental_availability

Check availability for a rental property on specific dates.

Inferred read-only
rental_markets

Get market intelligence for Caribbean rental markets: average rates, occupancy estimates, property counts, seasonal patterns.

Inferred read-only
rental_compare_platforms

Compare pricing for the same property across different platforms (Airbnb, VRBO, local agencies, direct booking).

Inferred read-only
rental_price_history

View nightly rate history for a property over time.

Inferred read-only
rental_reviews

Get aggregated review data for a property across all platforms.

Inferred read-only
rental_license_lookup

Look up government tourism accommodation license for a property.

Inferred read-only
rental_sources

View all tracked data sources with AI-readability assessment.

Inferred read-only
rental_stats

Get database statistics: total properties, by country, by island, platform coverage, source counts.

Inferred read-only
rental_orientation

Get orientation context.

Inferred read-only
rental_session_create

IMPORTANT: Create this FIRST when helping someone find a rental.

Potential side effects
rental_session_add

Add a property to your human's bridge page.

Inferred read-only
rental_session_read

Read a bridge session: see all added properties, messages, and status.

Inferred read-only
search

Search Turks & Caicos rentals and island venues (restaurants, dive shops, marinas, attractions) by keyword.

Inferred read-only
fetch

Fetch the full record for an id returned by search — a rental property (by RIN) or an island venue.

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
shipping-intel
Version
0.1.0
Capabilities
tools

Known tools 12

shipping_oil_trade

Query bilateral oil trade flows (EIA US imports/exports + Eurostat).

Potential side effects
shipping_sanctions

Check vessel/entity against OFAC sanctions

Inferred read-only
shipping_fleet

Query tanker fleet database.

Inferred read-only
shipping_oil_prices

Get oil price benchmarks (WTI, Brent)

Inferred read-only
shipping_status

Database statistics and data freshness

Inferred read-only
shipping_top_exporters

Top oil exporting countries by value/volume (a ranking — no query needed).

Inferred read-only
shipping_country_flows

Trade partners for a specific country (who they export to / import from).

Potential side effects
shipping_vessel_types

Fleet breakdown by vessel type

Inferred read-only
shipping_emissions

Query EU MRV vessel emissions data — CO2, fuel consumption, time at sea for 22,543 vessels (2018-2024).

Inferred read-only
shipping_sanctioned_at_eu

Find sanctioned vessels that called at EU/EEA ports.

Inferred read-only
shipping_chokepoint

Maritime chokepoint intelligence for Hormuz, Suez, Malacca, or Bab el-Mandeb.

Inferred read-only
shipping_doc_intel

Query the shipping document intelligence layer: eBL platform adoption (12 platforms), MLETR country adoption (23 countries, 13 enacted), document fraud cases ($11.

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
timeshare-rootz
Version
0.1.0
Capabilities
tools

Known tools 12

search_timeshares

Search timeshare listings by resort, brand, state, price range, bedrooms, exchange network

Inferred read-only
get_resort

Get resort detail including listings, FL DBPR registration, and payment history

Potential side effects
get_listing

Get individual listing detail with CFPB complaints for that brand

Inferred read-only
list_brands

List all timeshare brands with listing counts, price ranges, and resort counts

Inferred read-only
list_resorts

List resorts with listing summaries, filterable by state or brand

Inferred read-only
get_stats

Get database statistics and distributions

Inferred read-only
search_dbpr_projects

Search FL DBPR registered timeshare projects

Inferred read-only
get_payment_history

Get FL DBPR payment/billing history for a timeshare project

Potential side effects
search_complaints

Search CFPB consumer complaints for timeshare companies

Inferred read-only
get_orientation

Get pre-computed context about the timeshare index — use this first

Inferred read-only
create_bridge

Create a bridge page — a persistent URL where AI curates timeshare research for a buyer.

Potential side effects
add_to_bridge

Add a listing to a bridge page by listing ID.

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.