New:Socket for Asana Is Now Available.Learn more
Get Started

@opvs-ai/mcp-auth

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opvs-ai/mcp-auth

OPVS auth — scoped MCP server (11 tools). User profile + PAT management + workspace signup

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

@opvs-ai/mcp-auth

Scoped MCP server for OPVS Auth — 11 tools for user profile, PAT (personal access token) management, and workspace signup flows.

Install

npm install -g @opvs-ai/mcp-auth

Auth

Most tools require auth (from ~/.opvs/config.json, shared with @opvs-ai/cli). The PAT request tools (requestAccess, requestAccessByEmail, checkAccessStatus) are unauthenticated — they're the bootstrap path for getting a token.

MCP client config

{
  "mcpServers": {
    "opvs-auth": {
      "command": "opvs-mcp-auth"
    }
  }
}

What's in it

11 tools covering the auth surface for external OPVS integrations:

  • PAT request flow: requestAccess, requestAccessByEmail, checkAccessStatus (no auth needed)
  • Profile: getMe, updateProfile, uploadProfilePhoto, removeProfilePhoto
  • Signup: completeSignup, signupWithInvite, acceptInvite
  • OAuth: getConnectors

All self-scoped — can only see/edit the current user, never other users or cross-tenant data.

See Auth SKILL.md.

Keywords

opvs

FAQs

Package last updated on 01 Aug 2026

Related posts