C
compliance-radar
/build_checklist
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
liveverifiedunknown~5s typical
mcpprobedcompliance-radar
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-dropwatchhq-compliance-radar /build_checklist for me.
Input
| Field | Type | Description |
|---|---|---|
| entityType* | string (llc | c-corp | s-corp | sole-prop | partnership) | |
| state* | string | 2-letter formation/registration state, e.g. 'DE'. |
| formationDate | string | Entity formation date YYYY-MM-DD (drives anniversary-based deadlines). |
| foreignOwned | boolean | True if owned (>=25% or wholly) by a non-US person. |
| hasEmployees | boolean | |
| paysContractors | boolean | True if you pay $600+ to US contractors (1099 obligations). |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-dropwatchhq-compliance-radar","endpoint":"/build_checklist","input":{"entityType":"llc","state":"..."}}'cli
npx cracked-ai run -p mcp-com-dropwatchhq-compliance-radar -e /build_checklist -i '{"entityType":"llc","state":"..."}'mcp
run_tool({ provider: "mcp-com-dropwatchhq-compliance-radar", endpoint: "/build_checklist", input: {"entityType":"llc","state":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.