All other tools (24)
supabase.confirm_cost medium conf mediumaudit
Acknowledges projected cost; precondition for paid resource creation.
supabase.create_branch medium conf highaudit
Creates an isolated database branch (paid feature); incurs cost.
supabase.create_project medium conf highaudit
Provisions a new Postgres project; incurs cost and expands the org's footprint.
supabase.generate_typescript_types low conf highallow
Generates TypeScript types from the database schema.
supabase.get_advisors low conf highallow
Reads security and performance advisor findings for the project.
supabase.get_cost low conf highallow
Returns the cost estimate for a planned action.
supabase.get_edge_function medium conf highaudit
Returns the source of an edge function; may expose business logic and embedded secrets.
supabase.get_logs medium conf highaudit
Returns service logs; may contain user identifiers, IPs, and request payloads.
supabase.get_organization low conf highallow
Returns details of a single organization including plan.
supabase.get_project low conf highallow
Returns details of a single project.
supabase.get_project_url low conf highallow
Returns the project API URL.
supabase.get_publishable_keys medium conf mediumaudit
Returns the project's anon/publishable keys; intended for client use but still credentials.
supabase.get_storage_config low conf highallow
Reads storage configuration including limits.
supabase.list_branches low conf highallow
Lists project branches.
supabase.list_edge_functions low conf highallow
Lists deployed edge functions for the project.
supabase.list_extensions low conf highallow
Lists installed Postgres extensions.
supabase.list_migrations low conf highallow
Lists database migrations applied to the project.
supabase.list_organizations low conf highallow
Lists organizations the user belongs to.
supabase.list_projects low conf highallow
Lists projects in the connected organization.
supabase.list_storage_buckets low conf highallow
Lists storage buckets.
supabase.list_tables low conf highallow
Enumerates database tables; schema-level read.
supabase.rebase_branch medium conf highaudit
Rebases a branch onto production; can introduce migration conflicts.
supabase.restore_project medium conf highaudit
Restores a paused project back to active; resumes billing.
supabase.search_docs low conf highallow
Searches Supabase documentation.