user-robotViolet Agent

Violet's MCP-powered Agent allows you to securely connect Violet with AI assistants like ChatGPT and Claude, so you can query any of your data with natural language.

Setup

1

Create an API key

In Violetarrow-up-right (or VioletGovarrow-up-right), navigate to Settings > API Keys and click Create API Key.

2

Enable Violet MCP in your AI tool

Add the Violet MCP configuration below with your API Key and your Tenant ID.

If you use Violet standard, your URL is https://mcp.violetlabs.com/mcp

If you use VioletGov, your URL is https://mcp.violetgov.com/mcp.

Example for Claude, Copilot or Cursor:

{
  "servers": {
    "violet": {
      "type": "http",
      "url": "https://mcp.violetgov.com/mcp",
      "headers": {
        "X-API-Key": "API Key Here",
        "X-Tenant-Id": "Tenant id here",
      },
    },
  },
}

ChatGPT requires OAuth authentication which will support soon - stay tuned.

Last updated

Was this helpful?