Atlarium Habitat Database MCP
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

FieldTypeDescription
tank_liters*numberTank or habitat volume in liters.
languagestring (it | en | es)Optional preferred response language: it, en or es.
phnumberWater pH value on the 0 to 14 scale.
ghnumberWater hardness, conductivity or TDS-style value for advisory matching.
khnumberWater hardness, conductivity or TDS-style value for advisory matching.
temperaturenumberWater or ambient temperature in degrees Celsius.
beginner_friendlybooleanWhen true, prefer species that are suitable for beginners.
planted_tankbooleanWhen true, prefer suggestions compatible with planted aquariums.
limitintegerMaximum 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.