ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Permit.io with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Orchestrate full-stack authorization, manage RBAC/ReBAC policies, and evaluate permissions in real-time via Permit.io.

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

The complete Permit.io capability set.

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

Capability set01 / 05

01-04

4 capabilities in this set.

Part of 18 available through Permit.io.

  1. 01

    Create tenant

    Create a new tenant fact

  2. 02

    Bulk relationship tuples

    Bulk create relationship tuples (max 1000)

  3. 03

    Authzen access evaluation

    AuthZen Access Evaluation

  4. 04

    Authzen resource search

    AuthZen Resource Search

Capability set02 / 05

05-08

4 capabilities in this set.

Part of 18 available through Permit.io.

  1. 05

    Check permission

    Check if a user is permitted to perform an action on a resource

  2. 06

    Create relation

    Create a ReBAC relation between resources

  3. 07

    Assign permissions to role

    Assign permissions to a role

  4. 08

    Assign role to user

    Assign a role to a user in a tenant

Capability set03 / 05

09-12

4 capabilities in this set.

Part of 18 available through Permit.io.

  1. 09

    Authzen action search

    AuthZen Action Search

  2. 10

    Authzen bulk evaluations

    AuthZen Bulk Evaluations

  3. 11

    Authzen subject search

    AuthZen Subject Search

  4. 12

    Bulk assign roles

    Bulk assign roles (max 2000)

Capability set04 / 05

13-15

3 capabilities in this set.

Part of 18 available through Permit.io.

  1. 13

    Bulk create tenants

    Bulk create tenants (max 2000)

  2. 14

    Bulk create users

    Bulk create users (max 3000)

  3. 15

    Create relationship tuple

    Create a ReBAC relationship tuple

Capability set05 / 05

16-18

3 capabilities in this set.

Part of 18 available through Permit.io.

  1. 16

    Create resource

    Create a new resource in the schema

  2. 17

    Create role

    Create a new role in the schema

  3. 18

    Create user

    Create a new user fact

Observed, not estimated

1045ms average. Fast in production.

Permit.io is checked daily against the live service.

Daily averagePeak 1259ms
Aug 20Today
Fastest day
852ms
Slowest day
1259ms
14-day trend
Improving-23%

Connect your client

One URL. Every client.

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

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

Permit.io Connector

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

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

  • 01

    How do I check if a specific user has permission to access a resource?

    Use the check_permission capability. You need to provide the user identifier, the action (e.g., 'read'), and the resource object (including type and tenant). The agent will query your PDP and return the authorization decision.

  • 02

    Can I create new roles and assign permissions to them using this server?

    Yes. You can use create_role to define a new role in your schema and then use assign_permissions_to_role to specify exactly what that role is allowed to do within a project and environment.

  • 03

    Does this integration support AuthZen standards?

    Yes, it includes several capabilities like authzen_access_evaluation and authzen_bulk_evaluations to perform authorization checks following the AuthZen specification.