Atlarium Habitat Database MCP
AH
Atlarium Habitat Database MCP
/get_water_parameters

Get water parameters

Get recommended water parameters using the exact slug returned by search_fish or search_plants.

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_water_parameters for me.

Input

FieldTypeDescription
slug*stringExact single-segment slug returned by the related Atlarium search tool.
type*string (fish | plant)Profile type to read water parameters for.
languagestring (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_water_parameters","input":{"slug":"...","type":"fish"}}'
cli
npx cracked-ai run -p mcp-bio-atlarium-habitat-database -e /get_water_parameters -i '{"slug":"...","type":"fish"}'
mcp
run_tool({ provider: "mcp-bio-atlarium-habitat-database", endpoint: "/get_water_parameters", input: {"slug":"...","type":"fish"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.