mostlyai-mcp-server

mostly-ai/mostlyai-mcp-server

3.3

If you are the rightful owner of mostlyai-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The MOSTLY AI MCP Server is a Model Context Protocol server that facilitates interaction with the MOSTLY AI Platform, supporting OAuth 2.1 for secure communication with LLM agents.

Tools

Functions exposed to the LLM to take actions

get_platform_info

retrieve information about the platform

get_user_info

retrieve information about the current user

get_models

retrieve a list of available models of a specific type

get_computes

retrieve a list of available compute resources for tasks

list_connectors

list all available connectors

get_connector

get details of a specific connector

create_connector

create a new connector and optionally test the connection

get_connector_locations

list available locations (schemas, tables, buckets, etc.) for a connector

get_connector_schema

get the schema of a table or file at a connector location

read_connector_data

read data from a connector location

write_connector_data

write data to a connector location (currently disabled)

query_connector

execute a read-only SQL query against a connector's data source

list_generators

list all available generators

get_generator

get details of a specific generator

poll_generator_progress

poll progress of a generator training job

train_generator

train a new generator with provided data or configuration

clone_generator

clone an existing generator

get_synthetic_dataset

get details of a specific synthetic dataset

poll_synthetic_dataset_progress

poll progress of a synthetic dataset generation job

generate_synthetic_dataset

generate a synthetic dataset using a generator

list_synthetic_datasets

list all available synthetic datasets

probe_generator

probe a generator for a new synthetic dataset (quick sample)

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources