FP
Flamel Public Content
/get_case_study
Get a case study
Fetch one Flamel case study by slug: the challenge, the solution, the results, and customer quotes.
liveverifiedunknown~5s typical
mcpprobedflamelpubliccontent
$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-ai-flamel-public-content /get_case_study for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | Case study slug, the last path segment of /case-studies/<slug>. |
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-ai-flamel-public-content","endpoint":"/get_case_study","input":{"slug":"..."}}'cli
npx cracked-ai run -p mcp-ai-flamel-public-content -e /get_case_study -i '{"slug":"..."}'mcp
run_tool({ provider: "mcp-ai-flamel-public-content", endpoint: "/get_case_study", input: {"slug":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.