Vinkius
SuperTokens

SuperTokens MCP. Manage roles, sessions, and accounts via conversation.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

SuperTokens MCP on Cursor AI Code Editor MCP Client SuperTokens MCP on Claude Desktop App MCP Integration SuperTokens MCP on OpenAI Agents SDK MCP Compatible SuperTokens MCP on Visual Studio Code MCP Extension Client SuperTokens MCP on GitHub Copilot AI Agent MCP Integration SuperTokens MCP on Google Gemini AI MCP Integration SuperTokens MCP on Lovable AI Development MCP Client SuperTokens MCP on Mistral AI Agents MCP Compatible SuperTokens MCP on Amazon AWS Bedrock MCP Support

Just plug in your AI agents and start using Vinkius.

SuperTokens manages your application’s entire identity layer directly through an AI agent connection. It provides tools for user signup, sign-in, session control (create/refresh/revoke), Role-Based Access Control (RBAC) management, and account linking.

You manage who can do what—from creating tenants to assigning roles—all via natural language prompts.

What your AI agents can do

Assign role to user

Assigns a defined role to an existing user account.

Bulk import users

Imports multiple users into the system using provided data sets.

Create or update role

Creates a new user role or updates an existing one with defined permissions.

+ 15 more capabilities included
Manage User Identities

Create new users via signup_user or retrieve full profiles using get_user.

Control Active Sessions

Generate a new session with create_session, refresh an old one with refresh_session, or immediately revoke access using remove_session.

Define and Assign Roles (RBAC)

Use create_or_update_role to build roles and then assign them directly to users via assign_role_to_user.

Audit Account Connections

Link separate user accounts together using link_accounts or break the connection apart with unlink_accounts.

Store Custom User Data

Write and read custom JSON metadata for users by calling update_user_metadata or get_user_metadata.

Supported MCP Clients

OAuth 2.0 Compatible
Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
Vinkius runs on Zendesk Zendesk
+ other MCP clients
Included with Plan

Waiting for input…

AI Agent

SuperTokens MCP Server: 18 Tools for Identity Management

These tools let your AI client handle every aspect of the user lifecycle—from signing up new people to revoking sessions and managing complex permissions.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using SuperTokens on Vinkius
assign019e38f6

assign role to user

Assigns a defined role to an existing user account.

bulk019e38f6

bulk import users

Imports multiple users into the system using provided data sets.

create019e38f6

create or update role

Creates a new user role or updates an existing one with defined permissions.

create019e38f6

create or update tenant

Creates or modifies the isolated environment for a specific client tenant.

create019e38f6

create session

Establishes a brand new authenticated session token for a user ID.

delete019e38f6

delete user metadata

Removes custom metadata that was stored for a specific user account.

get019e38f6

get tenant

Retrieves the full configuration and details of an isolated tenant environment.

get019e38f6

get user

Fetches all core details for a user based on their unique ID.

get019e38f6

get user metadata

Reads and returns the custom key/value metadata associated with a user profile.

link019e38f6

link accounts

Connects two separate, previously unconnected user accounts to one primary identity.

list019e38f6

list roles

Returns a list of every role currently defined and available in the system.

list019e38f6

list user roles

Retrieves all roles that have been explicitly assigned to a specific user ID.

refresh019e38f6

refresh session

Extends the lifespan of an existing, active user session token without re-login.

remove019e38f6

remove session

Immediately invalidates and revokes a specific user's active session or access token.

signin019e38f6

signin user

Authenticates an existing user using credentials and creates a new session.

signup019e38f6

signup user

Registers a completely new user account into the system.

unlink019e38f6

unlink accounts

Separates two linked user accounts, restoring them to independent profiles.

update019e38f6

update user metadata

Writes or modifies custom key/value metadata for an existing user account profile.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on every call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with SuperTokens, then connect any of our 4,900+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 4,900+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Every connection is secured and compliant automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog every week
SuperTokens MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by SuperTokens. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

VINKIUS INFRASTRUCTURE

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on every call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

Works with Claude, ChatGPT, Cursor, and more

The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.

This server provides 18 capabilities that interface natively with Claude, ChatGPT, Cursor, and any MCP client. No middleware. No custom integration required.

Managing roles and user access shouldn't require writing boilerplate Python code.

Today, if you want to change a user’s permissions or check their session status, you usually have to write a dedicated script. This involves querying the database, checking ownership boundaries, calling multiple internal APIs for roles, and then executing an update—all before you can even test it.

With this server, your agent handles that multi-step logic in one go. You prompt: 'Revoke the editor role from user X.' The system runs `remove_session` AND calls `assign_role_to_user`, giving you a single, clean confirmation that the whole thing worked.

SuperTokens MCP Server: Manage Roles, Sessions & Accounts

Manual account management means logging into three separate tools: one for user profiles, one for roles/permissions, and one for session logs. It's slow, prone to human error, and requires constant context switching.

This server centralizes all that logic. You get a single conversational interface where the agent handles everything—from `get_user` details to revoking access via `remove_session`. The whole process is immediate.

What you can do with this MCP connector

Listen up. This server handles your application's whole identity layer—everything from sign-up to session termination and permissions. You run this through your AI client, and it gives you tools for managing user lifecycles, securing sessions, and handling Role-Based Access Control (RBAC) without ever having to write manual backend code yourself.

When you're setting up a new user identity, you can register someone completely fresh using signup_user. If the person already exists but you need their full profile details, you just call get_user and grab everything. You don't wanna do it one by one though; if you got a bunch of accounts to onboard, you use bulk_import_users to dump them into the system using provided data sets.

If a user account is active but you need to wipe out some specific, non-core tracking info—say, old preferences or temporary flags—you can run delete_user_metadata. Conversely, if you gotta write new custom key/value metadata for a profile, you use update_user_metadata, and if you just wanna peek at what's stored there without touching the core user data, you call get_user_metadata.

Keeping users logged in is all about sessions. When they first log in with their credentials, you run signin_user to authenticate them and start a brand new session token. If they're still browsing but haven't done anything that requires re-login, you extend the lifespan of their current access using refresh_session.

But if things go sideways, or they just logged out, you immediately invalidate all access by calling remove_session on their specific user ID. To start them from scratch, you can also manually create a brand new authenticated session token for any given user ID with create_session.

Permissions—that's where the real power is. You define what people are allowed to do using roles. First, you check out all available roles by calling list_roles. If you need to build a whole new permission tier or tweak an existing one, you use create_or_update_role to set those rules and permissions.

Once the role is solid, you assign it directly to any user using assign_role_to_user. To see what permissions are currently assigned to a specific person, you check their list by running list_user_roles. The whole system works so you can manage who has access without touching database queries.

For account integrity, sometimes users have multiple IDs tied together. You connect two separate accounts that used to be floating around using link_accounts to tie them into one primary identity. If the user needs to break up those connections—maybe they started a new profile or something—you run unlink_accounts and restore them to independent profiles.

This server also handles isolated environments, so if you're dealing with multiple clients or tenants, you can get the full configuration and details of an existing tenant environment by calling get_tenant, or you can set up a whole new sandboxed area for a client using create_or_update_tenant.

It’s seriously comprehensive. You manage everything from user creation (signup_user), to fetching core data (get_user), to managing complex permissions and account linkages, all through simple prompts given to your AI agent.

Built · Hosted · Managed by Vinkius SuperTokens MCP Server – Manage Auth & Sessions Server ID 019e38f6-1645-7365-a385-6f06a1870b33
Vinkius Inspector
Compliance Grade A+
Score 98.33/100
Vinkius Inspector Badge — Score 98.33/100

Common Questions About SuperTokens MCP

How do I assign roles using SuperTokens MCP Server? +

You use the assign_role_to_user tool. You simply tell your agent which role and which user ID you want to link up. It handles the backend logic.

Can I check what roles a user has using SuperTokens MCP Server? +

Yes, use list_user_roles. This tool quickly retrieves all active roles assigned to a specific user ID so you can audit their access level.

How do I end an old user session with SuperTokens MCP Server? +

You must call the remove_session tool. It revokes the token immediately, ensuring that even if the user tries to use a cached credential, their access fails.

What is the difference between `get_user` and `get_user_metadata`? +

get_user pulls core identity data (email, ID). get_user_metadata reads custom JSON fields you added to track app-specific details.

How do I use the `link_accounts` tool in SuperTokens MCP Server? +

The link_accounts tool merges two separate user identities into one primary profile. Use this when a user changes their login method or ID, ensuring all associated data stays correctly tied to a single master account.

When should I use the `refresh_session` tool in SuperTokens MCP Server? +

You run refresh_session to extend an existing user's active session without forcing them to log back in. This keeps users logged in smoothly and prevents access issues caused by premature token expiration.

When should I use `update_user_metadata` instead of updating core user details? +

Use update_user_metadata for non-critical, custom data like preferences or last viewed items. This keeps your calls targeted and efficient, avoiding unnecessary changes to the user's primary records.

How does the `create_or_update_tenant` tool help manage multiple clients? +

This tool manages separate, isolated environments within SuperTokens Core. It lets you set up and maintain distinct data boundaries so one client's roles or users never mix with another tenant’s.

Can I retrieve specific user information using their ID? +

Yes, by using the get_user tool with the specific User ID, you can fetch the full profile, including email and account linking status.

How do I assign a specific role like 'admin' to a user? +

You can use the assign_role_to_user tool. Just provide the User ID and the role name to update their permissions immediately.

Is it possible to update custom user data or preferences? +

Absolutely. The update_user_metadata tool allows you to pass a JSON object to store or update custom information for any user.

Built & Managed by Vinkius 30s setup 18 tools

We've already built the connector for SuperTokens. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 18 tools are live and waiting. You're up and running in seconds.

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.