← dropwatchhq.com

INDIVIDUAL MCP TOOL

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.

dropwatchhq.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://compliance.dropwatchhq.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_obligations and invoke it with your own arguments.

Indexed 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 server

dropwatchhq.com

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

  • 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).
  • create_deadline_tracker — Save an entity profile plus an email and/or webhook URL to receive FREE recurring reminders before each upcoming compliance deadline.