OS
OpenCaseLaw — Swiss Caselaw, Statutes & Doctrine
/find_citations
find citations
Given a decision_id, show what it cites and what cites it. Uses the reference graph database with 9.65M citation edges. Returns resolved citations with confiden
liveverifiedunknown~5s typical
mcpprobedopencaselaw—swiss
$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-ch-opencaselaw-swiss-caselaw /find_citations for me.
Input
| Field | Type | Description |
|---|---|---|
| decision_id* | string | Decision ID (e.g., bger_6B_1_2025) |
| direction | string (both | outgoing | incoming) | Citation direction: 'both' (default), 'outgoing', or 'incoming' default "both" |
| min_confidence | number | Minimum confidence score for resolved citations (0-1, default 0.3) default 0.3 |
| limit | integer | Max citations per direction per page (default 50, max 200) default 50 |
| offset | integer | Pagination offset per direction (default 0). The response reports *_total and *_has_more; default 0 |
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-ch-opencaselaw-swiss-caselaw","endpoint":"/find_citations","input":{"decision_id":"...","direction":"both","min_confidence":0.3,"limit":50,"offset":0}}'cli
npx cracked-ai run -p mcp-ch-opencaselaw-swiss-caselaw -e /find_citations -i '{"decision_id":"...","direction":"both","min_confidence":0.3,"limit":50,"offset":0}'mcp
run_tool({ provider: "mcp-ch-opencaselaw-swiss-caselaw", endpoint: "/find_citations", input: {"decision_id":"...","direction":"both","min_confidence":0.3,"limit":50,"offset":0} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.