CF
ComOS Federation Gateway
/legal_get
legal get
Fetch a ComOS legal instrument as raw markdown: the Terms of Service, Privacy Policy, Data Processing Agreement (DPA), or a one-page Data Retention Summary. The
liveverifiedunknown~5s typical
mcpprobedcomosfederationgateway
$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-comos-federation-gateway /legal_get for me.
Input
| Field | Type | Description |
|---|---|---|
| document* | string (terms | privacy | dpa | retention) | Which legal instrument to fetch: terms (Terms of Service), privacy (Privacy Policy), dpa ( |
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-comos-federation-gateway","endpoint":"/legal_get","input":{"document":"terms"}}'cli
npx cracked-ai run -p mcp-com-comos-federation-gateway -e /legal_get -i '{"document":"terms"}'mcp
run_tool({ provider: "mcp-com-comos-federation-gateway", endpoint: "/legal_get", input: {"document":"terms"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.