ToolTrust
C33/100
alexander-zuev

supabase-mcp-server

mcp0.4

@alexander-zuev

Query MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.

By alexander-zuev | 26 findings | Scanned 3/22/2026 | tooltrust-scanner/v0.1.15

6 High12 Medium8 Low

Security Findings (26)

  • HighExcessive Permission Surface ×6
    • search_docs:tool declares network permission
    • apply_migration:tool declares exec permission
    • execute_sql:tool declares exec permission
    • get_advisors:tool declares network permission
    • get_project_url:tool declares network permission
    • create_branch:tool declares exec permission
    Rule: AS-002Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.
  • MediumExcessive Permission Surface ×12
    • search_docs:tool declares db permission
    • create_project:tool declares fs permission
    • list_extensions:tool declares db permission
    • list_migrations:tool declares db permission
    • apply_migration:tool declares db permission
    • execute_sql:tool declares db permission
    • get_advisors:tool declares db permission
    • get_edge_function:tool declares fs permission
    • deploy_edge_function:tool declares fs permission
    • create_branch:tool declares fs permission
    • create_branch:tool declares db permission
    • delete_branch:tool declares fs permission
    Rule: AS-002Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.
  • LowDoS Resilience — Missing Rate Limit / Timeout ×7
    • search_docs:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
    • restore_project:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
    • apply_migration:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
    • execute_sql:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
    • get_advisors:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
    • get_project_url:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
    • create_branch:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
    Rule: AS-011Fix: 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.
  • LowExcessive Permission Surface

    restore_project:tool declares http permission

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

Scan this tool yourself

Reproduce this audit locally or block risky tools in CI.

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 supabase-mcp-server"

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 C](https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-directory/main/docs/badges/grade-c.svg)](https://github.com/AgentSafe-AI/tooltrust-directory)