AL
AI Law Tracker
/list_recent_changes
List recent AI-law changes
Unified changelog: time-ordered inserts/updates across the whole dataset. Poll with `since` = the previous response meta.cursor. Paid feature (Developer+); the
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 /list_recent_changes for me.
Input
| Field | Type | Description |
|---|---|---|
| since | string | ISO timestamp cursor — only changes observed after this (pass prior meta.cursor). |
| scope | string (state | federal | eu | global) | One of: state, federal, eu, global. |
| jurisdiction | string | Exact jurisdiction slug (e.g. california, us-federal, eu, canada). See list_jurisdictions. |
| entity | string (law_record | jurisdiction) | Restrict to one dataset (default: both). |
| significant | boolean | Drop internal metadata-only updates. |
| order | string (asc | desc) | Sort direction (default desc). |
| limit | integer | Page size (max 100; free/anon are capped lower). |
| offset | integer | Pagination offset. |
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":"/list_recent_changes","input":{}}'cli
npx cracked-ai run -p mcp-com-ai-law-tracker-ai-law-tracker -e /list_recent_changes -i '{}'mcp
run_tool({ provider: "mcp-com-ai-law-tracker-ai-law-tracker", endpoint: "/list_recent_changes", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.