Read-only and admin-scoped is the whole design. End users get natural-language access to exactly the tables that were exposed to them, and no data is copied anywhere to make that work.
A hosted, multi-tenant MCP server. Your organisation connects its data sources once; users then query them from Claude, ChatGPT or any Streamable HTTP client. There is nothing to install or run — you connect to an authenticated URL.
- The tables you have been granted, listed
- A table's columns and types inspected
- Curated metadata read for a table
- Sample rows pulled before you write anything
- Queries run against the exposed tables, read-only
- Collection queries for document-shaped sources
A DataAssist-IO account and at least one connected data source. The endpoint is https://app.dataassist.io/mcp over Streamable HTTP, with OAuth and Dynamic Client Registration, discoverable at /.well-known/oauth-protected-resource. It is also published as a ChatGPT app.
