ToolTrust
A4/100
Smithery

ilgrafico79-atlarium-habitat-database

mcpsmithery

@Smithery

Structured aquarium, marine, terrarium and paludarium data and public advisory functions for AI agents. Public read-only Streamable HTTP MCP server with 39 tools, 9 prompts, diagnostics, fertilization, calculators, compatibility and habitat planning. No user/workspace/admin/write APIs.

By Smithery | 75 findings | Scanned 7/4/2026 | tooltrust-scanner/v0.3.19

15 Low60 Info

Risk Summary

Safe With Normal Controls

Dep Visibility is the main signal, but overall risk remains within an acceptable range.

Potential impact: This finding indicates the tool should be reviewed before it is trusted.

Recommended action: No high-risk findings were detected in this scan, but you should still apply least-privilege defaults and rescan after changes.

Suggested policy: keep this tool behind manual approval, do not allow unattended runs, and re-scan after narrowing risky permissions.

Security Findings (75)

  • LowAS-002

    ⚠️Excessive Permissions ×4

    input schema exposes 16 properties (threshold: 10)

    search_fishcalculate_tank_weight

    input schema exposes 11 properties (threshold: 10)

    calculate_tank_volume

    input schema exposes 15 properties (threshold: 10)

    suggest_habitat_for_tank

    Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.

  • LowAS-011

    ℹ️Missing Rate-Limit / Timeout ×11

    tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration

    search_fishsearch_plantssearch_productssearch_guidessearch_algaesearch_diseasessearch_plant_problemssearch_medicinessearch_equipmentsearch_fertilizerssearch_fertilization_regimes

    Fix: Declare explicit rate-limit, timeout, and retry configuration for all network and execution tools. Implement exponential back-off and surface resource state to the calling agent.

  • InfoAS-002

    ⚠️Excessive Permissions ×21

    declared capabilities: network access, filesystem access, database access

    search_fish

    declared capabilities: filesystem access, database access

    get_fish_profilematch_diagnostic_profiles

    declared capabilities: network access, database access

    search_plantssearch_products

    declared capabilities: filesystem access

    get_plant_profileget_product_profileget_algae_profileget_disease_profileget_plant_problem_profileget_medicine_profileget_equipment_profileget_fertilizer_profile

    declared capabilities: network access

    search_guidessearch_equipmentsearch_fertilization_regimes

    declared capabilities: network access, filesystem access

    search_algaesearch_diseasessearch_plant_problemssearch_medicinessearch_fertilizers

    Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.

  • InfoAS-014

    ℹ️Dependency Inventory Unavailable ×39

    Tool did not expose metadata.dependencies or repo_url, so supply-chain coverage is limited.

    search_fishget_fish_profilesearch_plantsget_plant_profilesearch_productsget_product_profilecheck_species_compatibilityget_water_parameterssuggest_species_for_tanksearch_guidesget_guidesearch_algaeget_algae_profilesearch_diseasesget_disease_profilesearch_plant_problemsget_plant_problem_profilesearch_medicinesget_medicine_profilematch_diagnostic_profileslist_product_categorieslist_product_brandssearch_equipmentget_equipment_profilesearch_fertilizersget_fertilizer_profilesearch_fertilization_regimesget_fertilization_regimecalculate_fertilizer_dosecalculate_nutrient_gapscalculate_weekly_dose_totalsgenerate_fertilization_plancalculate_tank_volumecalculate_tank_weightcalculate_water_changecalculate_water_chemistryconvert_unitscalculate_equipment_requirementssuggest_habitat_for_tank

    Fix: Review and remediate the identified issue.

Scan this tool yourself

Reproduce this audit locally, integrate into CI, or let your agent audit its own tools.

Install once, then scan any MCP server:

$ curl -sfL https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-scanner/main/install.sh | bash
$ tooltrust-scanner scan --server "npx -y ilgrafico79-atlarium-habitat-database"

Adjust the package name if your npm registry name differs from the tool ID. View source

Add badge to your README

Copy this Markdown to show your ToolTrust grade on GitHub.

[![ToolTrust Grade A](https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-directory/main/docs/badges/grade-a.svg)](https://github.com/AgentSafe-AI/tooltrust-directory)