All integrations
Supabase
Inspect and query your Supabase projects, tables and logs.
Developer
Data and search infra
How an agent reaches it
- MCP
Official MCP server. The agent lists its tools and calls them.
- REST API
Always available. The agent calls the API directly with your credential attached.
- CLI
The `supabase` command, run on one of your computers with the credential mounted.
How you authenticate
- OAuth
- API key
How agents reach it
- Base URL
- https://api.supabase.com/v1
- Pagination
- none
- MCP server
- https://mcp.supabase.com/mcp
- CLI
- supabase
Common endpoints
| list projects | GET /projects |
| project detail | GET /projects/{ref} |
| run SQL | POST /projects/{ref}/database/query |
| list functions | GET /projects/{ref}/functions |
Worth knowing
- The management API (api.supabase.com) and a project's data API ({ref}.supabase.co) are different services with different credentials. A management token will not read your tables.
- Project refs, not names, appear in paths.