ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Aserto with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage authorization policies and evaluate access control decisions via Aserto. run Rego queries, check user permissions, and audit decision logs.

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 · 7 capabilities

The complete Aserto capability set.

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

Capability set01 / 02

01-04

4 capabilities in this set.

Part of 7 available through Aserto.

  1. 01

    Authz is

    Determine if a user is authorized to perform an action

  2. 02

    Get decision log

    Retrieve a signed download URL for a specific log object

  3. 03

    Query decision logs

    Query the last N decisions from decision logs

  4. 04

    Authz decisiontree

    Get decision tree values across all policy modules

Capability set02 / 02

05-07

3 capabilities in this set.

Part of 7 available through Aserto.

  1. 05

    Authz query

    Execute a general Rego query against the Authorizer

  2. 06

    Control plane exec

    Send commands to a connected Edge Authorizer

  3. 07

    List decision logs

    List available decision log storage objects

Observed, not estimated

898ms average. Fast in production.

Aserto is checked daily against the live service.

Daily averagePeak 1153ms
Aug 20Today
Fastest day
787ms
Slowest day
1153ms
14-day trend
Slowing+13%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 7 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 Aserto, so you can see the experience inside your AI.

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

Aserto Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_XOpJU2PJe7LAxPuGtGU6XTuW4mAiWsbg1RviddXw/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 — Aserto capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "aserto-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_XOpJU2PJe7LAxPuGtGU6XTuW4mAiWsbg1RviddXw/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 Aserto owners ask.

  • 01

    How do I verify a specific permission for a user?

    Use the authz_is capability. You need to provide the identity context (user), the policy context (the path to the rule), and any relevant resource context to get a boolean decision.

  • 02

    Can I execute complex Rego logic through the agent?

    Yes! The authz_query capability allows you to run any valid Rego query against your authorizer, enabling you to inspect data or evaluate custom logic on the fly.

  • 03

    Is it possible to trigger a policy sync on an Edge Authorizer?

    Yes. Use the control_plane_exec capability with the instance ID and the appropriate command (e.g., {"discovery": {}}) to manage your connected authorizers.