Supabase for your agents.
Connect Supabase once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 12 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Supabase.
What agents can do with Supabase
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
supabase_list_projectsList all Supabase projects on the account.
supabase_get_projectGet details of a single project by reference id.
supabase_list_organizationsList organizations the token can access.
supabase_get_project_api_keysList the API keys (anon, service_role) for a project. Useful to then query the project's data API.
supabase_create_projectCreate a new Supabase project with a name, organization id, database password, and region.
supabase_pause_projectPause a project by reference id to save costs.
supabase_resume_projectResume a paused project by reference id.
supabase_delete_projectPermanently delete a project by reference id.
supabase_get_project_servicesList the service statuses for a project (database, auth, storage, realtime).
supabase_get_organizationGet details of a single organization by its id.
supabase_list_project_audit_logsList audit log entries for a project.
supabase_create_organizationCreate a new organization with a name and optional billing plan.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Open the Access Tokens page in your Supabase dashboard.
- Click 'New Token' and give it a name.
- Select the scopes (read, write, or full access as needed).
- Copy the token; it is shown once.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Supabase to Even: call connect_begin("supabase") on the even-connect MCP and walk me through it.
Manage Supabase projects and database APIs, retrieve project details, and get authentication keys for projects.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.