New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

Supabase

29 tools. 12 can modify or destroy data without limits.

4 destructive tools with no built-in limits. Policy required.

Last updated:

12 can modify or destroy data
17 read-only
29 tools total

Verified publisher · catalogue entry checked 10/06/2026 · full schemas captured for 27 of 29 tools

How to control Supabase ↓

What Supabase exposes to your agents

Read (17) Write / Execute (8) Destructive / Financial (4)

What Supabase costs in tokens

2,561 tokens of tool definitions, loaded on every request
1.3% of a 200k context window
425 heaviest tool: search_docs
Critical Risk

The most dangerous Supabase tools

12 of Supabase's 29 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Supabase

PolicyLayer is an MCP gateway — it sits between your AI agents and Supabase, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "confirm_cost": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Deny destructive operations
{
  "delete_branch": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "create_branch": {
    "limits": [
      {
        "counter": "create_branch_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "generate_typescript_types": {
    "limits": [
      {
        "counter": "generate_typescript_types_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Supabase — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON SUPABASE →

Instant setup, no code required.

All 29 Supabase tools

READ 17 tools
Read generate_typescript_types Generates TypeScript types for a project. Read get_advisors Gets a list of advisory notices for the Supabase project. Use this to check for security vulnerabilities or pe Read get_cost Gets the cost of creating a new project or branch. Never assume organization as costs can be different for eac Read get_edge_function Retrieves file contents for an Edge Function in a Supabase project. Read get_logs Gets logs for a Supabase project by service type. Use this to help debug problems with your app. This will ret Read get_organization Gets details for an organization. Includes subscription plan. Read get_project Gets details for a Supabase project. Read get_project_url Gets the API URL for a project. Read get_publishable_keys Gets all publishable API keys for a project, including legacy anon keys (JWT-based) and modern publishable key Read list_branches Lists all development branches of a Supabase project. This will return branch details including status which y Read list_edge_functions Lists all Edge Functions in a Supabase project. Read list_extensions Lists all extensions in the database. Read list_migrations Lists all migrations in the database. Read list_organizations Lists all organizations that the user is a member of. Read list_projects Lists all Supabase projects for the user. Use this to help discover the project ID of the project that the use Read list_tables Lists all tables in one or more schemas. Read search_docs Search the Supabase documentation using GraphQL. Must be a valid GraphQL query. You should default to calling

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Supabase

Can an AI agent move money through the Supabase MCP server? +

Yes. The Supabase server exposes 1 financial tools including confirm_cost. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

Can an AI agent delete data through the Supabase MCP server? +

Yes. The Supabase server exposes 3 destructive tools including delete_branch, pause_project, reset_branch. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Supabase? +

The Supabase server has 3 write tools including create_branch, create_project, restore_project. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Supabase.

How many tools does the Supabase MCP server expose? +

29 tools across 4 categories: Destructive, Execute, Read, Write. 17 are read-only. 12 can modify, create, or delete data.

How do I enforce a policy on Supabase? +

Register the Supabase MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Supabase tool call.

Deterministic rules across all 29 Supabase tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

29 Supabase tools catalogued and risk-classified — across an index of 46,500+ MCP servers.

// WHERE THIS COMES FROM

These policies come from Supabase's registry record.

The record behind this page: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.