FF
FRTracker — Federal Regulatory Research
/list_obligations
List Obligations
List extracted regulatory obligations ("who must do what") with filters: agency, deontic class, free text. Obligations are machine-extracted with quality tiers;
liveverifiedunknown~5s typical
mcpprobedfrtracker—federal
$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-app-frtracker-regulatory-research /list_obligations for me.
Input
| Field | Type | Description |
|---|---|---|
| agency | string | Agency slug |
| deontic | string (MUST | MUST_NOT | SHOULD | MAY | EXEMPT) | Deontic class |
| q | string | Full-text filter within obligations |
| limit | integer | Max rows (default 25, max 100) |
| page | integer | Page number (default 1) |
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-app-frtracker-regulatory-research","endpoint":"/list_obligations","input":{}}'cli
npx cracked-ai run -p mcp-app-frtracker-regulatory-research -e /list_obligations -i '{}'mcp
run_tool({ provider: "mcp-app-frtracker-regulatory-research", endpoint: "/list_obligations", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.