{
  "info": {
    "name": "Stack Ai — mcp.ai",
    "description": "REST API for the Stack Ai MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/stack_ai",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "stack_ai_check_health",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/check/health",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "check",
            "health"
          ]
        },
        "description": "Tool to check the health status of the Stack AI API. Use to verify API availability and service status.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "stack_ai_get_action_inputs",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/action/inputs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "action",
            "inputs"
          ]
        },
        "description": "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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"action_id\": \"\",\n  \"provider_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "stack_ai_get_action_outputs",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/action/outputs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "action",
            "outputs"
          ]
        },
        "description": "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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"action_id\": \"\",\n  \"provider_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "stack_ai_get_connector_type_schema",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/connector/type/schema",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "connector",
            "type",
            "schema"
          ]
        },
        "description": "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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"connector_type_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "stack_ai_get_license_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/license/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "license",
            "status"
          ]
        },
        "description": "Tool to retrieve the current Stack AI license status. Use when you need to check license validity, expiration date, or days remaining.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "stack_ai_get_provider",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/provider",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "provider"
          ]
        },
        "description": "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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"provider_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "stack_ai_get_provider_action",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/provider/action",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "provider",
            "action"
          ]
        },
        "description": "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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"action_id\": \"\",\n  \"provider_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "stack_ai_get_provider_icon",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/provider/icon",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "provider",
            "icon"
          ]
        },
        "description": "Tool to fetch a provider icon image by provider identifier. Use when you need to retrieve the icon for a tool provider.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"provider_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "stack_ai_get_provider_trigger",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/provider/trigger",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "provider",
            "trigger"
          ]
        },
        "description": "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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"trigger_id\": \"\",\n  \"provider_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "stack_ai_get_root",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/root",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "root"
          ]
        },
        "description": "Tool to retrieve information from the Stack AI API root endpoint. Use when you need to verify API connectivity or get basic API information.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "stack_ai_get_trigger_by_provider",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/trigger/by/provider",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "trigger",
            "by",
            "provider"
          ]
        },
        "description": "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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"trigger_id\": \"\",\n  \"provider_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "stack_ai_get_trigger_inputs",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/trigger/inputs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "trigger",
            "inputs"
          ]
        },
        "description": "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.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"trigger_id\": \"\",\n  \"provider_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "stack_ai_get_trigger_outputs",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/trigger/outputs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "trigger",
            "outputs"
          ]
        },
        "description": "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",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"trigger_id\": \"\",\n  \"provider_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "stack_ai_list_connector_types",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/connector/types",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "connector",
            "types"
          ]
        },
        "description": "Tool to list all available connector types from Stack AI. Use when you need to retrieve the available connectors that can be configured.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "stack_ai_list_integrations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/integrations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "integrations"
          ]
        },
        "description": "Tool to list all available Stack AI integrations. Use when you need to discover available integrations, actions, and triggers in Stack AI.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "stack_ai_list_permission_groups",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/permission/groups",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "permission",
            "groups"
          ]
        },
        "description": "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.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "stack_ai_list_permissions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/permissions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "permissions"
          ]
        },
        "description": "Tool to list all available permissions in Stack AI. Use when you need to view or check available permission types.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "stack_ai_list_provider_triggers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/provider/triggers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "provider",
            "triggers"
          ]
        },
        "description": "Tool to get all available triggers for a specific provider. Use when you need to discover what trigger types are supported by a provider.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"provider_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "stack_ai_list_stack_ai_triggers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/stack/ai/triggers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "stack",
            "ai",
            "triggers"
          ]
        },
        "description": "Tool to list all available Stack AI tool triggers. Use when you need to discover what triggers are available in the Stack AI platform.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "stack_ai_list_stackai_actions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/stackai/actions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "stackai",
            "actions"
          ]
        },
        "description": "Tool to list all available Stack AI tool actions. Use when you need to discover available automation capabilities organized by provider.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "stack_ai_list_stackai_providers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/stackai/providers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "stackai",
            "providers"
          ]
        },
        "description": "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",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "stack_ai_list_stackai_tools",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/stackai/tools",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "stackai",
            "tools"
          ]
        },
        "description": "Tool to list all Stack AI built-in tools. Use when you need to discover available Stack AI native tools and their capabilities.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}