Skip to main content
Glama
uservane

UserVane

Official
by uservane

UserVane MCP server

Remote Model Context Protocol server for UserVane.

Published on the official MCP registry as com.uservane/mcp.

Connect

  • URL: https://mcp.uservane.com/mcp

  • Transport: Streamable HTTP

  • Auth: OAuth 2.1 via WorkOS AuthKit (no API keys)

In any MCP client that supports remote servers + OAuth, add:

{
  "mcpServers": {
    "uservane": {
      "type": "http",
      "url": "https://mcp.uservane.com/mcp"
    }
  }
}

The client discovers OAuth from the server metadata and opens a browser login. Paid plan required.

Related MCP server: humansurvey-mcp

Docs

Note

This repository is the public listing surface (manifest + docs). The Worker implementation lives in the private monorepo; the live endpoint above is the source of truth.

Related MCP Connectors

Related MCP Servers