# Stack Ai — MCP server on mcp.ai > Connect your Stack Ai account and use 22 tools for artificial intelligence straight from your AI agent. Connect with your own API key. No-Code Platform for Enterprise AI. Build, deploy, and scale AI workflows without code. By: mcp.ai · official Page: https://mcp.ai/stack_ai ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_stack_ai?ms=1787293380000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/stack_ai/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/stack_ai/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/stack_ai/skill.md Postman collection (v2.1): https://mcp.ai/stack_ai/postman.json ## Tools - stack_ai_check_health() — Tool to check the health status of the Stack AI API. Use to verify API availability and service status. - stack_ai_get_action_inputs(action_id: string, provider_id: string) — Tool to retrieve the input schema for a specific provider action in Stack AI. Use when you need to understand what parameters are required for a provider action. - stack_ai_get_action_outputs(action_id: string, provider_id: string) — Tool to retrieve the output parameters schema for a Stack.ai provider action as JSON schema. Use when you need to understand what data fields an action returns or to validate action outputs. - stack_ai_get_connector_type_schema(connector_type_id: string) — Tool to retrieve the configuration schema for a specific connector type in Stack AI. Use when you need to understand what parameters are required to configure a connector. - stack_ai_get_license_status() — Tool to retrieve the current Stack AI license status. Use when you need to check license validity, expiration date, or days remaining. - stack_ai_get_provider(provider_id: string) — Tool to retrieve details of a specific Stack AI tool provider. Use when you need information about available actions, triggers, and configuration for a provider. - stack_ai_get_provider_action(action_id: string, provider_id: string) — Tool to get details of a specific action for a provider. Use when you need information about a provider's action including its parameters, description, and API details. - stack_ai_get_provider_icon(provider_id: string) — Tool to fetch a provider icon image by provider identifier. Use when you need to retrieve the icon for a tool provider. - stack_ai_get_provider_trigger(trigger_id: string, provider_id: string) — Tool to retrieve detailed information about a specific trigger for a provider. Use when you need to understand the configuration, inputs, outputs, or behavior of a specific trigger. - stack_ai_get_root() — Tool to retrieve information from the Stack AI API root endpoint. Use when you need to verify API connectivity or get basic API information. - stack_ai_get_trigger_by_provider(trigger_id: string, provider_id: string) — Tool to retrieve detailed information about a specific trigger from a provider. Use when you need to get trigger configuration, capabilities, or metadata for a specific provider's trigger. - stack_ai_get_trigger_inputs(trigger_id: string, provider_id: string) — Tool to retrieve the input parameters for a trigger as a JSON schema. Use when discovering what data inputs a specific trigger requires before executing it. - stack_ai_get_trigger_outputs(trigger_id: string, provider_id: string) — Tool to retrieve the output schema for a specific trigger in Stack AI. Use when you need to understand what fields a trigger will produce when it fires. This action helps discover the structure of dat - stack_ai_list_connector_types() — Tool to list all available connector types from Stack AI. Use when you need to retrieve the available connectors that can be configured. - stack_ai_list_integrations() — Tool to list all available Stack AI integrations. Use when you need to discover available integrations, actions, and triggers in Stack AI. - stack_ai_list_permission_groups() — Tool to list all permission groups with their associated permissions. Use when you need to retrieve available permission groups and their permissions for access control management. - stack_ai_list_permissions() — Tool to list all available permissions in Stack AI. Use when you need to view or check available permission types. - stack_ai_list_provider_triggers(provider_id: string) — Tool to get all available triggers for a specific provider. Use when you need to discover what trigger types are supported by a provider. - stack_ai_list_stack_ai_triggers() — Tool to list all available Stack AI tool triggers. Use when you need to discover what triggers are available in the Stack AI platform. - stack_ai_list_stackai_actions() — Tool to list all available Stack AI tool actions. Use when you need to discover available automation capabilities organized by provider. - stack_ai_list_stackai_providers() — Tool to list all Stack AI tool providers (integrations). Use when you need to discover available integrations and their capabilities. Returns comprehensive information about each provider including av - stack_ai_list_stackai_tools() — Tool to list all Stack AI built-in tools. Use when you need to discover available Stack AI native tools and their capabilities. ## Example prompts - "What can I do in Stack Ai?" - "Show me a summary of my Stack Ai account" ## Links Docs: https://mcp.ai/docs/mcps/stack_ai Website: https://mcp.ai/mcps/stack_ai