AH
Atlarium Habitat Database MCP
/check_species_compatibility
Check species compatibility
Check basic compatibility information between habitat species using Atlarium data.
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 /check_species_compatibility for me.
Input
| Field | Type | Description |
|---|---|---|
| species* | array | List of species names or slugs to compare, from 1 to 20 entries. |
| language | string (it | en | es) | Optional preferred response language: it, en or es. |
| tank_liters | number | Tank or habitat volume in liters. |
| ph | number | Water pH value on the 0 to 14 scale. |
| gh | number | Water hardness, conductivity or TDS-style value for advisory matching. |
| kh | number | Water hardness, conductivity or TDS-style value for advisory matching. |
| temperature | number | Water or ambient temperature in degrees Celsius. |
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":"/check_species_compatibility","input":{"species":[]}}'cli
npx cracked-ai run -p mcp-bio-atlarium-habitat-database -e /check_species_compatibility -i '{"species":[]}'mcp
run_tool({ provider: "mcp-bio-atlarium-habitat-database", endpoint: "/check_species_compatibility", input: {"species":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.