INDIVIDUAL MCP TOOL
george_scan_events
Forward-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.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.georgewatch-com]
url = "https://georgewatch.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"georgewatch-com": {
"type": "http",
"url": "https://georgewatch.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: georgewatch-com
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": {
"georgewatch-com": {
"url": "https://georgewatch.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"georgewatch-com": {
"type": "http",
"url": "https://georgewatch.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "georgewatch-com",
"transport": "streamable-http",
"url": "https://georgewatch.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
george_prep— Session-start gate.george_overview— Inspectable State.george_set_topic_profile— Define what's relevant for this tenant.george_watch_bills— Sweep recent bills and surface those matching the tenant's topics.george_watch_lobbying— Competitive intel: who else is lobbying the bills george already tracks.george_watch_courts— [EXPERIMENTAL — manual only, not on the cron] Watch litigation via CourtListener matched to the tenant's US topics.george_watch_opportunities— Sweep 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.george_watch_rules— Sweep 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).