Skip to content

Supabase

Dev tools · 96 actions · connect with an API key

Connect in dashboardAPI keyfrom MCP Registry

Actions

A sample of the 96 Supabase actions. Each keeps the schema of the real API.

  • supabase.list_issuesread
  • supabase.get_issueread
  • supabase.create_issuewrite
  • supabase.list_pull_requestsread
  • supabase.get_pull_requestread
  • supabase.create_pull_requestwrite
  • supabase.list_deploymentsread
  • supabase.get_deploymentread
  • supabase.create_deploymentwrite
  • supabase.delete_issuedelete

From your agent

Your agent never loads these up front. It searches in plain words and gets back the one it needs.

search_tools
{ "query": "list issues", "app": "supabase" }
execute_tool
{ "name": "supabase.list_issues",
  "fields": ["id"] }