Atlarium MCP
Public read-only MCP server for Atlarium freshwater aquarium data.
Atlarium MCP gives AI agents structured access to freshwater aquarium fish, aquatic plants, water parameters, compatibility data, product references and aquarium planning information from Atlarium.bio.
Local Development
pnpm install
cp .env.example .env
pnpm dev
By default the server listens on http://localhost:43118.
Useful endpoints:
GET /healthPOST /mcp
Local development against the Aquarium app:
ATLARIUM_API_BASE_URL=http://localhost:43117/api/public/mcp/v1 pnpm dev
Tools
search_fishget_fish_profilesearch_plantsget_plant_profilesearch_productsget_product_profilecheck_species_compatibilityget_water_parameterssuggest_species_for_tanksearch_guidesget_guide
All tools are read-only. This repository does not contain Atlarium private app code and does not access workspace, user, admin, or write APIs.
Quality Gate
pnpm lint
pnpm typecheck
pnpm test
pnpm build
Publication
Do not submit this server to external MCP registries from this repository until the production endpoint, ownership, license, support policy and security review are explicitly approved.