MCP support is in beta. The tool surface may change between releases.
What your agent can do
Explore your data
List connected datasources and search your table and column catalog in plain language.
Run read-only SQL
Query any connected datasource and get back the column schema, row count, and a sample of rows.
Read your workspace
List datasets and dashboards, read a dataset’s saved SQL, and inspect the charts on a dashboard.
Delegate to Mora's agent
Ask Mora’s in-app agent to propose a plan, then approve it to build datasets, charts, and dashboards for you.
How access works
Your agent connects with one of two credentials, both scoped to a single organization:
Either way:
- The agent acts as you. It sees exactly what you see: your organization’s shared datasets and dashboards plus your own private datasets, and nothing from any other organization.
- One organization per connection. Access is bound to the organization that was active when you authorized (or created the key). If you belong to several, you pick which one during sign-in.
- Access is checked on every request. If you leave the organization, or the key is revoked, the connection stops working immediately.
Limits and safeguards
- SQL is read-only. Only
SELECT,WITH,SHOW,DESCRIBE, andEXPLAINstatements are allowed. Anything that writes to your database is rejected before it reaches the datasource. - Results are capped. Queries run with a
LIMIT 100unless your SQL sets its own limit, and the agent receives a 10-row sample by default. - Queries have a 60-second budget. A slow query that is still healthy keeps running in the background and the agent is told to narrow it, instead of hanging.
- Every query is recorded as a run attributed to your user, the same as a query you run in the app.
- Credentials are never exposed. Datasource passwords, keys, and connection settings are not readable through MCP, and neither are billing, member, or organization settings.
- Reading is safe, building is explicit. Every tool is read-only except the three that delegate to Mora’s agent or delete unused datasets. See Tools that change your workspace.
