Labsco
MCP SERVER · OFFICIAL PROJECT

DataAssist-IO

by DataAssistIO

A hosted, read-only bridge between your databases and your team's LLM client — they ask in plain language, and see only the tables an admin exposed.

Relational SQL DatabasesOfficial source
Summary
Give the team the data, not the database.

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.

What it is

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.

What you get
  • 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
Requirements

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.