com.dropwatchhq/compliance-radar
Official4 toolsUS small-biz & foreign-LLC filing deadlines: FinCEN BOI, IRS 5472, franchise tax, 1099 (sourced).
Tracks US small business and foreign LLC filing deadlines for regulatory compliance requirements.
Captured live from the server via tools/list.
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.). Each item cites its official IRS/FinCEN/state source with the date it was last verified. INFORMATIONAL ONLY — not legal or tax advice. Optionally filter by entity type and/or 2-letter state.
Parameters (3)
- entityTypestring
Filter to obligations that can apply to this entity type.
- statestring
2-letter US state (e.g. 'DE'). Filters state-specific obligations + always-included federal ones.
- foreignOwnedboolean
Include foreign-owned-only obligations (e.g. Form 5472).
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'. INFORMATIONAL ONLY — not legal or tax advice.
Parameters (1)
- idstringrequired
Obligation id, e.g. 'fincen-boi', 'irs-5472', 'de-franchise-llc'.
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). Pure date arithmetic over officially-cited rules — NOT individualized legal or tax advice. Always verify against the cited sources and a licensed professional.
Parameters (6)
- entityTypestringrequired
- statestringrequired
2-letter formation/registration state, e.g. 'DE'.
- formationDatestring
Entity formation date YYYY-MM-DD (drives anniversary-based deadlines).
- foreignOwnedboolean
True if owned (>=25% or wholly) by a non-US person.
- hasEmployeesboolean
- paysContractorsboolean
True if you pay $600+ to US contractors (1099 obligations).
create_deadline_tracker
Save an entity profile plus an email and/or webhook URL to receive FREE recurring reminders before each upcoming compliance deadline. Returns a manage id. INFORMATIONAL reminders only — not legal or tax advice.
Parameters (9)
- entityTypestring
- statestring
- formationDatestring
YYYY-MM-DD
- foreignOwnedboolean
- hasEmployeesboolean
- paysContractorsboolean
- emailstring
Where to send reminders (email or webhook required).
- webhookstring
POST target for reminder JSON (email or webhook required).
- remindDaysnumber
Days of lead time before a deadline to remind (default 30, 1-120).
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"compliance-radar": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://compliance.dropwatchhq.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.