boostspace_integrator-mcp-server
0
The Integrator MCP Server is a Model Context Protocol server enabling Integrator scenarios to be utilized by AI assistants. It facilitates bidirectional communication between AI and existing automation workflows by converting scenarios into callable AI tools.
Integrator MCP Server (legacy)
A Model Context Protocol server designed to enable Integrator scenarios to function as tools for AI assistants. This server connects to your Integrator account, identifies scenarios with 'On-Demand' scheduling, and allows AI assistants to invoke these scenarios with the necessary parameters. It returns scenario outputs as structured JSON, facilitating seamless interaction between AI systems and automation workflows.
How It Works
- Connects to Integrator accounts to identify scenarios
- Resolves input parameters for AI assistant interaction
- Allows AI assistants to call scenarios with parameters
- Returns structured JSON outputs
Benefits
- Turns scenarios into callable tools for AI
- Exposes automation logic to AI systems
- Creates bidirectional communication with AI assistants
Usage with Claude Desktop
Prerequisites
- NodeJS
- MCP Client (e.g., Claude Desktop App)
- Integrator API Key with
scenarios:read
andscenarios:run
scopes