AL
AI Law Tracker
/get_sector_detail
Get one sector’s AI-law cross-section
One sector’s cross-section: the free awareness OVERVIEW (name, inherent risk, enforcement bodies, federal penalty structure) PLUS the derived per-law obligation
liveunknown~5s typical
mcpailawtracker
$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-ai-law-tracker-ai-law-tracker /get_sector_detail for me.
Input
| Field | Type | Description |
|---|---|---|
| sector* | string | A sector slug (see list_sectors), e.g. healthcare, finance, hr-recruiting. |
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-ai-law-tracker-ai-law-tracker","endpoint":"/get_sector_detail","input":{"sector":"..."}}'cli
npx cracked-ai run -p mcp-com-ai-law-tracker-ai-law-tracker -e /get_sector_detail -i '{"sector":"..."}'mcp
run_tool({ provider: "mcp-com-ai-law-tracker-ai-law-tracker", endpoint: "/get_sector_detail", input: {"sector":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.