INDIVIDUAL MCP TOOL
create_deadline_tracker
Save an entity profile plus an email and/or webhook URL to receive FREE recurring reminders before each upcoming compliance deadline.
LIVE ENDPOINT
https://compliance.dropwatchhq.com/mcp
Connect to this endpoint to inspect the live schema for create_deadline_tracker and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
- A tool name or description suggests sending messages.
Parent server
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.compliance-radar]
url = "https://compliance.dropwatchhq.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"compliance-radar": {
"type": "http",
"url": "https://compliance.dropwatchhq.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: compliance-radar
Remote MCP URL: https://compliance.dropwatchhq.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": {
"compliance-radar": {
"url": "https://compliance.dropwatchhq.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"compliance-radar": {
"type": "http",
"url": "https://compliance.dropwatchhq.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "compliance-radar",
"transport": "streamable-http",
"url": "https://compliance.dropwatchhq.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_obligations— List recurring US compliance / tax-filing obligations that commonly blindside small businesses and foreign-owned US LLCs (FinCEN BOI, IRS Form 5472, Delaware/WY/NV/CA franchise tax & annual reports, 1099 deadlines, etc.get_obligation— Return full detail for a single obligation by id: what it is, who must file, the deadline, the penalty for missing it, and a link to the OFFICIAL government source with a dated 'verified as of'.build_checklist— Build a personalized list of likely recurring compliance obligations and their NEXT deadline dates from an entity profile (entity type + state + formation date + a few flags).