futureagi-mcp-server
is a server implementation using mcp which helps you to interact with Future AGI features
There are lot of MCP clients present out there which can be used to communicate with futureagi-mcp-server. You can find list of some of the clients here
all_evaluators
: Retrieve all available evaluators, their functions, and configurationsget_evals_list_for_create_eval
: Fetch evaluation templates (preset or user-defined) for creating new evaluationsget_eval_structure
: Get detailed structure and required fields for a specific evaluation templatecreate_eval
: Create a new evaluation configuration using a template and custom settingsevaluate
: Run evaluations on a list of inputs against specified evaluation templatesupload_dataset
: Upload a dataset from a local file to the Future AGI platform and retrieve its configurationdownload_dataset
: Downloads a dataset to local using nameget_evaluation_insights
: Get Evaluation insights for the datasetprotect
: Evaluate input strings against protection rules and return status, reasons, and rule summariesgenerate_synthetic_data
: Useful for generating synthetic data based on the dataset description and objective