MCP server · Super.ai
superai-flows
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
⚠ Proposed MCP surface. No official hosted MCP server was found for Super.ai. The tools below are a candidate set derived from this provider's API, and the link points at the source descriptor rather than a live server. If Super.ai publishes an official server, this page will update to it on the next build.
Descriptor
Candidate descriptor · transport stdio
Tools
list_flows_api_flows_get— List all flowscreate_flow_api_flows_post— Create a new flowget_flow_available_tags_api_flows_available_tags_get— Get available flow tags for autocompleteget_flow_api_flows__flow_id__get— Retrieve a flow by IDdelete_flow_api_flows__flow_id__delete— Delete a flowpatch_flow_api_flows__flow_id__patch— Partially update a flowget_flow_clone_info_api_flows__flow_id__clone_info_get— Get clone info for a flowlist_flow_versions_api_flows__flow_id__versions_get— List all versions of a flowupdate_flow_definition_api_flows__flow_id__definition_put— Update flow definitionvalidate_flow_definition_api_flows__flow_id__validate_post— Validate a flow definition without persistingget_flow_version_summaries_api_flows__flow_id__versions_summary_get— List version summaries for a flowupdate_flow_version_metadata_api_flows__flow_id__versions__version__patch— Update version metadataget_flow_version_api_flows__flow_id__versions__version__get— Get specific flow versionrestore_flow_version_api_flows__flow_id__versions__version__restore_post— Restore a past versionupdate_flow_task_api_flows__flow_id__task_put— Update a single task in flowgenerate_upload_url_api_flows__flow_id__upload_url_post— Generate file upload URLlist_flow_files_api_flows__flow_id__files_get— List flow fileslist_flow_summaries_api_flows__flow_id__versions__version__summary_get— List task summaries for flow versionget_flow_tags_api_flows__flow_id__tags_get— Get tags for flow executionsget_flow_metadata_keys_api_flows__flow_id__metadata_keys_get— Get distinct metadata keys for a flowget_flow_metadata_values_api_flows__flow_id__metadata_values_get— Get distinct values for a metadata keygenerate_download_url_api_flows_download_url_post— Generate file download URLupsert_flow_invitations_api_flows__flow_id__invitations_put— Upsert user invitations to a flowlist_flow_invitations_api_flows__flow_id__invitations_get— List flow invitationsdelete_flow_invitations_api_flows__flow_id__invitations_delete— Remove user invitations from a flowupsert_flow_team_invitations_api_flows__flow_id__team_invitations_put— Upsert team (worker group) invitations to a flowlist_flow_team_invitations_api_flows__flow_id__team_invitations_get— List team invitations for a flowdelete_flow_team_invitations_api_flows__flow_id__team_invitations_delete— Remove team invitations from a flowcreate_flow_execution_api_flow_executions_post— Create and start a flow executionlist_flow_executions_api_flow_executions_get— List flow executions with filtering and paginationdelete_flow_execution_api_flow_executions__flow_execution_id__delete— Soft delete a flow executionget_flow_execution_api_flow_executions__flow_execution_id__get— Retrieve a specific flow executioncancel_flow_execution_api_flow_executions__flow_execution_id__cancel_post— Cancel a flow executionexecute_flow_api_flow_executions__flow_execution_id__execute_post— Re-execute a flow executionadd_flow_task_statuses_api_flow_executions__flow_execution_id__task_status_post— Add task status updates (Internal API)patch_flow_execution_status_api_flow_executions__flow_execution_id__status_patch— Patch Flow Execution Statuscreate_task_execution_api_task_executions_post— Create a task execution recordupdate_task_execution_api_task_executions_put— Update task execution and optionally re-execute flowlist_task_executions_api_task_executions_get— List task executions with filteringget_task_execution_api_task_executions__task_execution_id__get— Retrieve a specific task executionget_task_executors_api_task_executors_get— List all available task executorsget_task_dynamic_data_api_task_data_post— Analyze flow definition and extract schemaslist_task_outputs_api_task_outputs_get— List all task outputscreate_task_output_api_task_outputs_post— Create task outputget_task_output_api_task_outputs__task_output_id__get— Get task output by IDpatch_flow_task_tags_api_task_tags_patch— Add or remove task tags in batchlist_task_tags_api_task_tags_get— List active task tags for a flow executioncreate_service_account_api_service_accounts_post— Create a new service accountlist_service_accounts_api_service_accounts_get— List all service accountsget_service_account_api_service_accounts__service_account_id__get— Get a specific service accountupdate_service_account_api_service_accounts__service_account_id__patch— Update a service accountdelete_service_account_api_service_accounts__service_account_id__delete— Delete a service accountlist_service_account_api_keys_api_service_accounts__service_account_id__api_keys_get— List API keys for a service accountcreate_service_account_api_key_api_service_accounts__service_account_id__api_keys_post— Create an API key for a service accountupdate_api_key_api_service_accounts__service_account_id__api_keys__api_key_id__patch— Update an API keydelete_api_key_api_service_accounts__service_account_id__api_keys__api_key_id__delete— Delete an API keycreate_human_review_task_api_human_review_tasks_post— Create a new human review tasklist_human_review_tasks_api_human_review_tasks_get— List human review tasks assigned to the current userstart_human_review_task_api_human_review_tasks__task_id__start_post— Start a human review taskcomplete_human_review_task_api_human_review_tasks__task_id__complete_post— Complete a human review taskunstart_human_review_task_assignment_api_human_review_tasks__task_id__unstart_post— Unstart a human review task assignmentlist_human_review_tasks_by_execution_api_human_review_tasks_by_execution_get— List human review tasks for a flow execution (org-level access)get_human_review_task_api_human_review_tasks__task_id__get— Get a human review task by IDlist_human_review_task_assignments_api_human_review_tasks__task_id__assignments_get— List all assignments for a human review taskreceive_webhook_data_api_flow_executions__flow_execution_id__webhook_data_post— Submit webhook data for a waiting tasklist_worker_groups_api_organizations_worker_groups_get— List all worker groupscreate_worker_group_api_organizations_worker_groups_post— Create a worker groupget_worker_group_api_organizations_worker_groups__group_id__get— Get a worker groupupdate_worker_group_api_organizations_worker_groups__group_id__put— Update a worker groupdelete_worker_group_api_organizations_worker_groups__group_id__delete— Delete a worker groupupdate_worker_group_members_api_organizations_worker_groups__group_id__members_post— Add or remove members from a worker groupget_organization_credits_api_organizations_credits_get— Get credit balance for current user's organizationupdate_organization_settings_api_organizations_settings_put— Update organization settingsget_organization_api_organizations__organization_id__get— Get organization by IDreset_password_api_auth_reset_password_post— Reset Passwordresend_invite_api_auth_resend_invite_post— Resend user invitation emaillogin_method_api_auth_login_method_get— Resolve login method for an emailget_anon_key_api_auth_anon_key_get— Retrieve authentication API keysignup_email_policy_api_auth_signup_email_policy_get— Pre-flight signup email policy check for magic linkcomplete_self_service_signup_api_auth_self_service_complete_post— Complete self-service signup for an authenticated Supabase usercreate_access_request_api_auth_access_request_post— Submit a self-service access requestget_current_user_api_profile_me_get— Get current user profileupdate_current_user_api_profile_me_patch— Update current user profilelist_databases_api_integrations_database_get— List user databasescreate_database_api_integrations_database_post— Create Databasecreate_managed_database_api_integrations_database_managed_post— Create managed databaselist_managed_database_tables_api_integrations_database_managed_tables_get— List tables in managed databasecreate_managed_database_table_api_integrations_database_managed_tables_post— Create table in managed databaseget_managed_database_table_columns_api_integrations_database_managed_tables__table_name__columns_get— Get table columns from managed databaseget_managed_database_table_data_api_integrations_database_managed_tables__table_name__data_get— Get table data from managed databaseinsert_managed_database_row_api_integrations_database_managed_tables__table_name__rows_post— Insert one row into a managed-DB tablequery_managed_database_table_api_integrations_database_managed_tables__table_name__query_post— Query a managed-DB table with exact-match filtersget_database_api_integrations_database__db_id__get— Get database by IDdelete_database_api_integrations_database__db_id__delete— Delete databaseget_download_url_api_integrations_database__db_id__download_get— Get Download Urlget_database_columns_api_integrations_database__db_id__columns_get— Get database columnsgenerate_database_upload_url_api_integrations_database__db_id__upload_url_post— Generate database upload URLpreview_csv_upload_api_integrations_database__db_id__upload_preview_post— Preview CSV file before importcompare_csv_for_replace_api_integrations_database__db_id__upload_compare_post— Compare Csv For Replacecomplete_file_upload_api_integrations_database__db_id__upload_complete_post— Complete File Uploadreplace_file_upload_api_integrations_database__db_id__upload_replace_post— Replace File Uploadget_database_integration_health_api_integrations_database_health_get— Get Database Integration Healthtest_postgres_connection_api_integrations_postgres_test_connection_post— Test Postgres Connectiontest_postgres_connection_by_credential_id_api_integrations_postgres_test_connection__credential_id__post— Test Postgres Connection By Credential Idcreate_email_task_api_integrations_email_tasks_post— Create Email Taskdeactivate_email_task_api_integrations_email_tasks_delete— Deactivate Email Taskget_email_task_status_api_integrations_email_tasks__task_id__get— Get Email Task Statusprocess_emails_api_integrations_email_process_post— Process Emailsget_email_integration_health_api_integrations_email_health_get— Get Email Integration Healthget_user_credentials_api_integrations_credentials_get— List user credentialscreate_user_credentials_api_integrations_credentials_post— Create integration credentialsget_user_credentials_by_provider_api_integrations_credentials_provider__provider__get— List credentials by providerget_credential_secrets_api_integrations_credentials__credential_id__credentials_get— Get credential secretsget_user_credential_api_integrations_credentials__credential_id__get— Get credential by IDdelete_user_credential_api_integrations_credentials__credential_id__delete— Delete credentialupdate_user_credential_api_integrations_credentials__credential_id__patch— Update credentiallist_plugins_api_integrations_plugins__get— List all registered pluginsget_plugin_capabilities_api_integrations_plugins__plugin_name__capabilities_get— Get plugin capabilitiesoauth_authorize_legacy— Oauth Authorize Legacyoauth_callback_legacy— Oauth Callback Legacycreate_integration_legacy_api_integrations_plugins__plugin_name__instances_post— Create Integration Legacylist_integration_instances_api_integrations_plugins__plugin_name__instances_get— List Integration Instancesdelete_integration_legacy_api_integrations_plugins__plugin_name__instances__integration_id__delete— Delete Integration Legacyhandle_webhook_legacy_api_integrations_plugins__plugin_name__instances__integration_id__webhook_callback_post— Handle Webhook Legacymove_file_api_integrations_plugins__plugin_name__instances__integration_id__files_move_post— Move Filedelete_file_api_integrations_plugins__plugin_name__instances__integration_id__files_delete— Delete Filelist_folders_api_integrations_plugins__plugin_name__folders_get— List Foldersget_sharepoint_sites_api_integrations_plugins_sharepoint_sites_get— Get Sharepoint Sitesget_sharepoint_drives_api_integrations_plugins_sharepoint_drives_get— Get Sharepoint Drivestest_sftp_connection_api_integrations_sftp_test_connection_post— Test Sftp Connectionget_integration_catalog_api_integrations_catalog_get— List integration catalogtest_postgres_plugin_connection_api_integrations_plugins_postgres_test_connection_post— Test Postgres Plugin Connectionexecute_postgres_plugin_task_api_integrations_plugins_postgres_execute_post— Execute Postgres Plugin Tasklist_instances_api_plugins_instances_get— List Instancesoauth_authorize_v2— Oauth Authorizeoauth_callback_v2— Oauth Callbackcreate_integration_api_plugins__plugin_name__instances_post— Create Integrationlist_integrations_api_plugins__plugin_name__instances_get— List Integrationsdelete_integration_api_plugins__plugin_name__instances__integration_id__delete— Delete Integrationupdate_integration_api_plugins__plugin_name__instances__integration_id__put— Update Integrationhandle_webhook_api_plugins__plugin_name__instances__integration_id__webhook_callback_post— Handle Webhookpoll_integration_api_plugins__plugin_name__instances__integration_id__poll_post— Poll Integrationexecute_integration_api_plugins__plugin_name__instances__integration_id__execute_post— Execute Integrationget_ui_schema_api_plugins__plugin_name__instances__integration_id__ui_schema_post— Get Ui Schemaget_models_api_models_get— List available modelsresolve_uri_api_files_resolve_post— Resolve storage URI to download URLdownload_file_api_files_download_get— Download file by URI (with redirect)get_sso_config_api_sso_get— Get SSO configuration for organizationcreate_sso_config_api_sso_post— Create SSO configuration for organizationdelete_sso_config_api_sso_delete— Remove SSO configuration for organizationupdate_sso_config_api_sso_patch— Update SSO metadata configurationget_sso_service_provider_details_api_sso_service_provider_details_get— Get Supabase SAML service-provider URLsproxy_saml_metadata_api_sso_metadata_get— Proxy SAML metadata to avoid CORS issues
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.