22 tools
Pipeline operations, schedule management, and connection configuration.
AI pipeline creation
Describe what you want and the backend AI builds the graph.
Full tenant isolation
Every request is scoped to your organization. Cross-org access is impossible.
Prerequisites
- A Planasonix account (Professional plan or above)
- An AI client that supports MCP (Claude Desktop, Cursor, Windsurf, VS Code, or similar)
- A Planasonix API key with the required scopes
Generate your API key
1
Open API keys
Go to Settings → API Keys in your Planasonix dashboard.
2
Create a key
Click Generate New Key and select the scopes you need.
3
Copy the key
Copy the full key immediately — it is only shown once.
Available scopes
Download and install
Download the latest binary from GitHub Releases or from Settings → MCP Server in your dashboard.Configure your AI client
- Claude Desktop
- Cursor
- Windsurf
- VS Code
Edit Restart Claude Desktop. A hammer icon confirms MCP tools are active.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):Windows users: replace
/usr/local/bin/planasonix-mcp with the full path to the .exe, for example C:\\Program Files\\Planasonix\\planasonix-mcp.exe.Verify the connection
After restarting your AI client, type:Available tools
Pipeline operations
Schedule management
Connection management
AI-powered pipeline creation
Thecreate_pipeline and update_pipeline tools use backend AI to generate pipeline graphs from natural language.
Creating a pipeline:
AI-powered operations can take up to 2 minutes for complex descriptions. The MCP server uses a 120-second timeout for these requests.
Security and data isolation
The MCP server enforces full tenant isolation. Every request is scoped to your organization based on the API key — client-supplied parameters can never override the server-side identity.- Scope-based access control — read-only keys cannot trigger or modify pipelines
- Revocable — keys can be revoked at any time from Settings → API Keys
- Audit trail — all MCP requests are logged
- No data passthrough — the MCP server is a control plane proxy; pipeline data flows directly between sources and destinations
- Rate limited — 60 req/min (Professional), 120 req/min (Premium), 300 req/min (Enterprise)
Enterprise: remote deployment
For organizations whose security policies prohibit local binary execution, the MCP server supports a remote HTTP+SSE transport:Troubleshooting
Related topics
API keys
Create and manage API keys for Planasonix.
Orchestration
Schedules, triggers, and pipeline chaining.
Connections
Configure data sources and destinations.
GitHub repository
Source code and release downloads.