ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Robolytix with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Monitor robotic process automation performance with analytics that track bot execution times, success rates, and exceptions.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete Robolytix capability set.

These are the exact actions your AI can choose when you ask it to work with Robolytix.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Robolytix.

  1. 01

    Get run messages

    Get all messages from a process run

  2. 02

    List rpa processes

    List all RPA processes

  3. 03

    List runs

    List all process runs

  4. 04

    Get process

    Get details for a specific process

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Robolytix.

  1. 05

    Get run

    Get details for a specific process run

  2. 06

    Get stats

    Get overall automation statistics

  3. 07

    Sonar checkpoint

    Send a "common" sonar message

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Robolytix.

  1. 08

    Sonar end

    Send an "end" sonar message

  2. 09

    Sonar error

    Send an "error" sonar message

  3. 10

    Sonar start

    Send a "start" sonar message

Observed, not estimated

884ms average. Fast in production.

Robolytix is checked daily against the live service.

Daily averagePeak 1005ms
Aug 20Today
Fastest day
731ms
Slowest day
1005ms
14-day trend
Slowing+14%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Robolytix, so you can see the experience inside your AI.

It does not authenticate your account with Robolytix. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Robolytix Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_zvOT2y5AosekQJtjuueoUc4ggC6HYC6i4eoi0qkf/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Robolytix capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "robolytix-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_zvOT2y5AosekQJtjuueoUc4ggC6HYC6i4eoi0qkf/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Robolytix owners ask.

  • 01

    Can my AI automatically start a process run in Robolytix and track its common steps?

    Yes! Use the sonar_start capability to initiate a run, and sonar_common for subsequent steps. Provide the processid and a unique runid, and your agent will log the milestones in your Robolytix dashboard instantly.

  • 02

    How do I find a processid for my automation?

    Log in to the Robolytix dashboard, go to Settings > Processes, select your process, and the unique GUID will be displayed in the General tab.

  • 03

    What should I use as a runid?

    The runid can be any unique string for that specific execution instance (e.g., a timestamp, a UUID, or an order number). Just ensure you use the same ID for all sonar messages belonging to that single run.