AL
AI Law Tracker
/search_ai_laws
Search AI laws
Full-text search over the audited AI-regulation dataset (US state + federal, EU, global) by title and summary. Returns matching law records with jurisdiction, s
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 /search_ai_laws for me.
Input
| Field | Type | Description |
|---|---|---|
| q* | string | Search text (required), e.g. "facial recognition" or "hiring". |
| 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. |
| status | string | Case-insensitive substring match on status. |
| in_force | boolean | Filter by the in_force flag. |
| updated_since | string | ISO timestamp; only records updated at/after this. |
| sort | string (updated_at | record_date | title) | Sort field (default updated_at). |
| 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":"/search_ai_laws","input":{"q":"..."}}'cli
npx cracked-ai run -p mcp-com-ai-law-tracker-ai-law-tracker -e /search_ai_laws -i '{"q":"..."}'mcp
run_tool({ provider: "mcp-com-ai-law-tracker-ai-law-tracker", endpoint: "/search_ai_laws", input: {"q":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.