AH
Atlarium Habitat Database MCP
/get_guide
Get guide
Get a structured public Atlarium guide using the exact slug returned by search_guides.
liveverifiedunknown~5s typical
mcpprobedatlariumhabitatdatabase
$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-bio-atlarium-habitat-database /get_guide for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | Exact safe slug path returned by the related Atlarium search tool. |
| language | string (it | en | es) | Optional preferred response language: it, en or es. |
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-bio-atlarium-habitat-database","endpoint":"/get_guide","input":{"slug":"..."}}'cli
npx cracked-ai run -p mcp-bio-atlarium-habitat-database -e /get_guide -i '{"slug":"..."}'mcp
run_tool({ provider: "mcp-bio-atlarium-habitat-database", endpoint: "/get_guide", input: {"slug":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.