Data Collection
georgewatch.com
Monitors bills and lobbying activities relevant to a tenant's topics.
ENDPOINT 1
https://georgewatch.com/mcp
MCP server metadata
- Name
- george
- Version
- 0.1.0
Known tools 29
george_watch_billsSweep recent bills and surface those matching the tenant's topics.
Inferred read-onlygeorge_watch_lobbyingCompetitive intel: who else is lobbying the bills george already tracks.
Inferred read-onlygeorge_watch_courts[EXPERIMENTAL — manual only, not on the cron] Watch litigation via CourtListener matched to the tenant's US topics.
Inferred read-onlygeorge_watch_opportunitiesSweep recent FEDERAL pre-solicitation notices on SAM.gov — RFIs / Sources-Sought / Special Notices / Presolicitations (NOT solicitations) — whose TITLE matches the tenant's US topic keywords.
Inferred read-onlygeorge_watch_rulesSweep recent FEDERAL proposed rules (Federal Register) matching the tenant's US topic keywords; new matches are tracked and any open comment window is captured as a deadline (T-30/14/7/3/1 reminders).
Inferred read-onlygeorge_watch_texas_registerSweep the current Texas Register issue's PROPOSED administrative rules (TX Secretary of State — the state analogue of the Federal Register) matching the tenant's TX topic keywords; new matches are tracked (type 'rule', jurisdiction 'TX') and any derivable comment window is captured as a deadline (T-30/14/7/3/1 reminders).
Inferred read-onlygeorge_watch_crsEnriches the bills george tracks with the matching CRS (Congressional Research Service) report(s) — authoritative, nonpartisan analysis.
Inferred read-onlygeorge_triageDrains the watch pool into the assess pipeline: picks watched items never yet assessed (capped, default 6), summarizes + multi-model-assesses each once.
Inferred read-onlygeorge_refresh_trackedRe-fetch the current legislative status of every actively-tracked item (by ID, per source — Congress.gov / Open States) and record any status changes (e.g.
Inferred read-onlygeorge_scan_eventsForward-looking watcher: for every actively-tracked bill, find UPCOMING committee events (hearings/markups/scheduled meetings) that reference it — via Open States /events (Texas) and Congress.gov /committee-meeting (federal) — and record them as 'hearing' deadlines so they surface in the daily digest with lead time.
Inferred read-onlygeorge_scan_relatedRecords bills related to each tracked federal bill — companions, identical bills, and the load-bearing case: provisions folded into a larger VEHICLE (NDAA, appropriations package).
Inferred read-onlygeorge_scan_sponsorsRelationship overlay: matches each tracked bill's sponsor(s) against the tenant's CRM entities (your contacts) by surname and records matches on the item, so the digest can flag 'a tracked bill is sponsored by your contact'.
Inferred read-onlygeorge_summarize_itemPlain-language summary of a tracked item — federal bill (Congress.gov text), Texas bill (Open States title+action), or federal proposed rule (Federal Register abstract).
Inferred read-onlygeorge_daily_digestBuild + post the tenant's briefing (tracked count, HIGH-impact items, comment/filing deadlines in the next 14 days) to the tenant's Slack channel.
Potential side effectsgeorge_draftGenerate a DRAFT work-product (kind: position_paper | comment_letter | testimony | alert) for a tracked item, from its sanitized summary + your stance.
Inferred read-onlygeorge_review_draftPerspective-dispatch review of a stored draft (by draft_id): policy, compliance-risk, and tone lenses + a prohibited-content compliance screen.
Inferred read-onlygeorge_email_draftEmail a stored DRAFT (by draft_id) to the tenant's internal digest address for review.
Potential side effectsgeorge_upsert_entityAdd/record a legislator, staffer, or committee (public info only).
Inferred read-onlygeorge_log_interactionLog an interaction a HUMAN had with an entity (meeting/call/email/event/note).
Potential side effectsgeorge_relationship_coverageCoverage report: which tracked entities have a logged relationship vs none (the gap list).
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.george]
url = "https://georgewatch.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"george": {
"type": "http",
"url": "https://georgewatch.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: george
Remote MCP URL: https://georgewatch.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": {
"george": {
"url": "https://georgewatch.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"george": {
"type": "http",
"url": "https://georgewatch.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "george",
"transport": "streamable-http",
"url": "https://georgewatch.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for georgewatch.com was fetched 2026-08-03T12:18:15.949Z and is being refreshed.
georgewatch.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.