Fedlex Connector
FC
Fedlex Connector
/list_amendments

list amendments

List consolidation version dates for a Swiss federal act. Returns the dates each consolidated version took effect.

liveunknown~5s typical
mcpfedlexconnector
$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-fedlex-connector-fedlex-connector /list_amendments for me.

Input

FieldTypeDescription
rs_number*stringRS/SR number
sincestringStart date in YYYY-MM-DD format (default: 1 year ago)
languagestring (fr | de | it)Language for amendment titles (default: de)

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-fedlex-connector-fedlex-connector","endpoint":"/list_amendments","input":{"rs_number":"..."}}'
cli
npx cracked-ai run -p mcp-ch-fedlex-connector-fedlex-connector -e /list_amendments -i '{"rs_number":"..."}'
mcp
run_tool({ provider: "mcp-ch-fedlex-connector-fedlex-connector", endpoint: "/list_amendments", input: {"rs_number":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.