supabase.com
Supabase is a backend platform that provides hosted Postgres databases, authentication, storage, edge functions, and related project-management tooling. Developers use it to build and operate application backends and data APIs.
Supabase exposes a hosted Management REST API at api.supabase.com, a tenant-scoped Data REST API at <project_ref>.supabase.co/rest/v1/, a hosted OAuth-protected MCP server at mcp.supabase.com/mcp, and the supabase CLI.
- Supabase MCP Serverdetected
- Supabase Management APIdiscovered
- Supabase Data REST APIdiscovered
- Supabase CLIdiscovered
$ supabase loginAcquired by the CLI — running supabase login opens the auth flow and stores the credential.
Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.
conventions · 3/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://supabase.com/llms.txt
- API catalog✓https://supabase.com/.well-known/api-catalog
- OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✓https://supabase.com/.well-known/agent-skills/index.json
Publish these signals → /publishing