AH
Atlarium Habitat Database MCP
/suggest_species_for_tank
Suggest species for tank
Suggest compatible aquatic species based on tank size and water parameters.
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 /suggest_species_for_tank for me.
Input
| Field | Type | Description |
|---|---|---|
| tank_liters* | number | Tank or habitat volume in liters. |
| language | string (it | en | es) | Optional preferred response language: it, en or es. |
| 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. |
| beginner_friendly | boolean | When true, prefer species that are suitable for beginners. |
| planted_tank | boolean | When true, prefer suggestions compatible with planted aquariums. |
| limit | integer | Maximum number of suggestions to return, up to 30. |
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":"/suggest_species_for_tank","input":{"tank_liters":1}}'cli
npx cracked-ai run -p mcp-bio-atlarium-habitat-database -e /suggest_species_for_tank -i '{"tank_liters":1}'mcp
run_tool({ provider: "mcp-bio-atlarium-habitat-database", endpoint: "/suggest_species_for_tank", input: {"tank_liters":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.