> ## Documentation Index
> Fetch the complete documentation index at: https://docs.spinnable.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Supabase

> Open source backend platform (Read-only access)

# Supabase

**Read-only access to your Supabase database and analytics.**

<Warning>
  **Read-only mode:** This integration provides read-only access to your Supabase data for safety. Workers cannot modify your database.
</Warning>

***

## What Your Workers Can Do

Workers can query your Supabase database for analytics, reporting, and data retrieval—perfect for generating insights without risking data modifications.

**Popular use cases:**

* Query database for reports
* Retrieve analytics data
* Generate data summaries
* Track metrics and KPIs
* Monitor database status
* Extract data for analysis

***

## Authentication

**Type:** OAuth 2.0

Sign in with your Supabase account via the official Supabase MCP integration.

**Scopes:** `analytics:read` (read-only)

***

## Important Notes

<Info>
  **Read-only protection:** Workers can only read data, not create, update, or delete records. This keeps your database safe while allowing powerful analytics capabilities.
</Info>

**Server:** Uses Supabase's official MCP server at `mcp.supabase.com`

***

## Example Workflows

**Daily metrics**

```
"Every morning, query the database and give me: Total users, new signups yesterday, active users this week"
```

**Sales analytics**

```
"Generate a report from the orders table: Total revenue this month, average order value, top 10 products by revenue"
```

**User activity**

```
"Show me user engagement metrics: How many users logged in this week? What's the average session duration?"
```

***

## Related Tools

* [Google Sheets](/tools/google-sheets) - Export data for analysis
* [Notion](/tools/notion) - Document insights
* [Stripe](/tools/stripe) - Payment data correlation
