Discover and run Acculynx automation workflows through Rube MCP.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "acculynx-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/acculynx-automation/SKILL.md 2. Save it as ~/.claude/skills/acculynx-automation/SKILL.md 3. Reload skills and tell me it's ready
Before automation begins, a developer searches the currently available Acculynx tools and schemas to avoid outdated parameters or incorrect tool slugs.
Before running any Acculynx operation, a user can verify whether the acculynx connection is ACTIVE and follow the returned authorization link if setup is incomplete.
After confirming the connection is valid, a user can execute tools with the latest discovered schema and reuse the same session within a workflow for consistency.
The README explains how to automate Acculynx operations through Composio’s Acculynx toolkit via Rube MCP. It covers prerequisites, connection and authorization setup, the required pattern of searching tools first, checking connection status, and then executing with RUBE_MULTI_EXECUTE_TOOL. It also highlights pitfalls such as changing schemas, required memory payloads, session reuse, and pagination handling.
Automate Acculynx operations through Composio's Acculynx toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/acculynx
RUBE_MANAGE_CONNECTIONS with toolkit acculynxRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit acculynxAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Acculynx operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Acculynx task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["acculynx"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Acculynx-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit acculynx |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
It uses Rube MCP to access Composio’s Acculynx toolkit for automating Acculynx-related operations. The docs emphasize searching for tools first, then executing with the current schema.
You need Rube MCP connected and RUBE_SEARCH_TOOLS available. You also need an active acculynx connection via RUBE_MANAGE_CONNECTIONS, with status shown as ACTIVE.
Because tool schemas can change, the docs explicitly advise against hardcoding tool slugs or arguments. Searching first provides the latest schema, execution guidance, and known pitfalls.
Automate Supportbee tickets and support workflows through Rube MCP.
Automate Countdown API workflows via Rube MCP using current tool schemas first.
Automate Flutterwave payment, transaction, and account tasks through Rube MCP tools.
Automate Bannerbear workflows to generate and manage marketing visuals at scale.
Automate Beamer workflows to streamline updates, publishing, and team coordination.
Automate Bonsai tasks via Rube MCP using current tool schemas first.
Automate Accelo tasks through Rube MCP after checking current tool schemas first.
Automate Needle tasks and workflows via Rube MCP using current tool schemas.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Axonaut tasks through Rube MCP to streamline business workflows.
Automate curated workflows with Rube MCP after checking current tool schemas first.
Automate Aero Workflow tasks via Rube MCP using current tool schemas.