BM
blicht MCP
/get_article
Fetch an article as Markdown
Fetch the full text of a blicht.com article as clean Markdown. Accepts the article URL (https://blicht.com/beitrag/<slug> or /en/article/<slug>), the path, or a
liveverifiedunknown~5s typical
mcpprobedblichtmcp
$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-blicht-mcp /get_article for me.
Input
| Field | Type | Description |
|---|---|---|
| article* | string | Article URL, path (/beitrag/<slug> or /en/article/<slug>) or bare slug. |
| lang | string (de | en) | Only used with a bare slug: which edition to fetch (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-com-blicht-mcp","endpoint":"/get_article","input":{"article":"..."}}'cli
npx cracked-ai run -p mcp-com-blicht-mcp -e /get_article -i '{"article":"..."}'mcp
run_tool({ provider: "mcp-com-blicht-mcp", endpoint: "/get_article", input: {"article":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.