← georgewatch.com
INDIVIDUAL MCP TOOL
george_daily_digest
Build + post the tenant's briefing (tracked count, HIGH-impact items, comment/filing deadlines in the next 14 days) to the tenant's Slack channel.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- 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.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).