supabase_mcp
DNA.expression(A comprehensive Backend-as-a-Service (BaaS) suite. Supabase MCP (v1.0.0) provides a massive 33-tool pack covering Database (SQL/PostgREST), Auth, Storage, and Edge Functions. Enables Minds to build and manage full-stack applications with ease.)
Register a new user with email/password or phone using Supabase Auth.
Delete rows from a Postgres table via Supabase's PostgREST interface.
Retrieve basic configuration and metadata for a Supabase project, such as API URL, region, and associated organization.
Insert one or more rows into a Postgres table via Supabase's PostgREST interface.
List tables and views for a given Supabase project's Postgres database.
Execute an arbitrary SQL query against a Supabase project's Postgres database using the query endpoint.
Call a Postgres function exposed through Supabase's RPC interface.
Run a SELECT query on a Postgres table via Supabase's PostgREST interface.
Update existing rows in a Postgres table via Supabase's PostgREST interface.