Skip to main content
Glama

VRChat MCP Server

vrchat_request_invite

Request an invite to join a user in VRChat by specifying their user ID, instance ID, and message slot. Ensure explicit permission is obtained before sending the invite request. Returns the sent notification of type requestInvite.

Instructions

Request an invite from a user. IMPORTANT: Always obtain explicit permission from the user before sending an invite request. Note that invite requests cannot be sent to users in private instances. Returns the Notification of type requestInvite that was sent.

Input Schema

NameRequiredDescriptionDefault
instanceIdYesThe instance ID to use when requesting an invite
messageSlotYesSlot number of the Request Message to use when request an invite
userIdYesMust be a valid user ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "instanceId": { "description": "The instance ID to use when requesting an invite", "type": "string" }, "messageSlot": { "description": "Slot number of the Request Message to use when request an invite", "maximum": 11, "minimum": 0, "type": "number" }, "userId": { "description": "Must be a valid user ID", "minLength": 1, "type": "string" } }, "required": [ "userId", "instanceId", "messageSlot" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sawa-zen/vrchat-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server