AC
Anahana Content MCP
/get_article
Get an Anahana article as markdown
Fetch a specific Anahana article as markdown, given its full URL, site-relative path (e.g. "/en/angel-numbers/111-angel-number/"), or a bare slug from search_co
liveunknown~5s typical
mcpanahanacontentmcp
$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-anahana-content-mcp /get_article for me.
Input
| Field | Type | Description |
|---|---|---|
| url_or_slug* | string | Full URL, site-relative path, or bare slug, e.g. "111-angel-number". |
| language | string | Language for a BARE SLUG, e.g. "ja". Ignored when url_or_slug is a full URL or a site-rela |
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-anahana-content-mcp","endpoint":"/get_article","input":{"url_or_slug":"..."}}'cli
npx cracked-ai run -p mcp-com-anahana-content-mcp -e /get_article -i '{"url_or_slug":"..."}'mcp
run_tool({ provider: "mcp-com-anahana-content-mcp", endpoint: "/get_article", input: {"url_or_slug":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.