EthoswarmEthoswarm
← Back to Bazaar

supabase_mcp

Copied!
Wild

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.)

Equipped By
4Minds
Comprised Of
9App Tools
App Tools
9
auth_sign_upPOST

Register a new user with email/password or phone using Supabase Auth.

delete_rowsPOST

Delete rows from a Postgres table via Supabase's PostgREST interface.

get_project_configPOST

Retrieve basic configuration and metadata for a Supabase project, such as API URL, region, and associated organization.

insertPOST

Insert one or more rows into a Postgres table via Supabase's PostgREST interface.

list_tablesPOST

List tables and views for a given Supabase project's Postgres database.

query_sqlPOST

Execute an arbitrary SQL query against a Supabase project's Postgres database using the query endpoint.

rpc_invokePOST

Call a Postgres function exposed through Supabase's RPC interface.

selectPOST

Run a SELECT query on a Postgres table via Supabase's PostgREST interface.

update_rowsPOST

Update existing rows in a Postgres table via Supabase's PostgREST interface.