Supabase MCP Server

get_project_api_keys

Retrieve API keys for a specific Supabase project using the project reference ID, enabling secure programmatic access and integration with the Supabase Management API.

Instructions

Get API keys for a specific Supabase project

Input Schema

NameRequiredDescriptionDefault
nameNo
refYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "type": "string" }, "ref": { "type": "string" } }, "required": [ "ref" ], "type": "object" }

You must be authenticated.

Other Tools from Supabase MCP Server

Related Tools

ID: e994hfjjxc