Connect an AI tool
Mostly Right supports MCP for people who want an AI tool to work with public datasets. The AI provider and its subscription remain yours. Mostly Right authorizes data access separately.
Connect once
Section titled “Connect once”In the app, open Settings → AI tools or a connected dataset’s Use with AI section. Choose Connect an AI tool.
- Sign in to Mostly Right.
- Select the workspace the AI tool may use.
- Review the workspace permission.
- Return to your MCP client.
The client receives OAuth credentials, not an mr_use_ API key. The credentials are workspace-scoped and checked against current workspace membership on every request.
What the AI tool can do
Section titled “What the AI tool can do”The public MCP server exposes a small set of data actions:
mostlyright_search_public_datasetsmostlyright_get_datasetmostlyright_get_table_schemamostlyright_use_datasetmostlyright_preview_tablemostlyright_query_tablemostlyright_get_current_download
Search and metadata do not need a workspace connection. Querying a table does. If a dataset is not connected to the selected workspace, the client asks you to approve Use dataset before it reads data.
Results include the dataset, table, immutable version, content digest, and query time so an agent can cite what it used. MCP never accepts an mr_use_ key. For a complete Parquet snapshot, use the Public Dataset API from an application or script; mostlyright_get_current_download explains this rather than asking an AI tool for a key.
Disconnect an AI tool
Section titled “Disconnect an AI tool”Open Settings → AI tools, find the client, and choose Disconnect. The connection stops immediately. Removing a dataset from the workspace also stops the client from reading that dataset.
For applications, scripts, and notebooks, use the Public Dataset API instead of MCP.