Zee.Media Client Reporting MCP
Provides tools for reading client reporting data from Supabase, including listing clients, retrieving dashboards, audits, reports, and searching across client records.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Zee.Media Client Reporting MCPWhat's the latest dashboard for Acme?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Zee.Media Client Reporting — MCP connector
Read-only remote MCP server that exposes the client-dashboard data (Supabase
client_series + client_reports) to claude.ai as a custom connector, so the
team can ask Claude about any client and it reads live. Read-only by design.
Tools
list_clients, get_dashboard(slug), get_audit(slug), get_reports(slug), search(query)
Related MCP server: MCP PostgreSQL
Deploy (Render)
Push this repo to GitHub (done).
Render → New → Web Service → connect this repo. It reads
render.yaml.Set env vars:
SUPABASE_URL,SUPABASE_SERVICE_KEY,AUTHKIT_DOMAIN, andPUBLIC_URL(= the Render URL, e.g. https://zm-reporting-mcp.onrender.com).Deploy. MCP endpoint:
<PUBLIC_URL>/mcp/.
Auth (WorkOS AuthKit — free)
workos.com → create an AuthKit app; enable Dynamic Client Registration.
Add a Google connection; restrict to the zee.media workspace domain (team only).
Add redirect:
https://claude.ai/api/mcp/auth_callback.Copy the AuthKit domain →
AUTHKIT_DOMAINenv on Render.
Add to claude.ai
Settings → Connectors → Add custom connector → URL <PUBLIC_URL>/mcp/ → authorize.
This server cannot be deployed
Maintenance
Related MCP Connectors
- SupabaseOAuthcom.supabase
MCP server for interacting with the Supabase platform
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
- mcpOAuthcom.gibsonai
GibsonAI MCP server: manage your databases with natural language
Read-only MCP server for The Quiet Protocol's engines, benchmarks, proof, and business data.
Related MCP Servers
- AlicenseAqualityCmaintenanceRead-only MCP server for Gingr pet-care facility data, enabling queries about owners, animals, reservations, appointments, services, and staff via natural language.75 npmMIT
- AlicenseNot gradedqualityDmaintenanceA read-only MCP server for PostgreSQL that enables safe database introspection and querying via natural language.529 npmMIT
- AlicenseNot gradedqualityFmaintenanceMCP server for self-hosted Supabase with RLS-aware PostgreSQL and PostgREST layers, enabling safe database introspection, SQL queries, and PostgREST access via natural language.MIT
- AlicenseAqualityAmaintenanceSecurity-first, read-only MCP server for Microsoft SQL Server, enabling safe natural-language querying of databases.57 npmMIT