AH
Atlarium Habitat Database MCP
/get_medicine_profile
Get medicine profile
Get a structured public aquarium medicine profile using the exact slug returned by search_medicines.
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_medicine_profile for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | Exact single-segment slug 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_medicine_profile","input":{"slug":"..."}}'cli
npx cracked-ai run -p mcp-bio-atlarium-habitat-database -e /get_medicine_profile -i '{"slug":"..."}'mcp
run_tool({ provider: "mcp-bio-atlarium-habitat-database", endpoint: "/get_medicine_profile", input: {"slug":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.