Skip to main content
Glama

VRChat MCP Server

vrchat_get_notifications

Fetch VRChat notifications, including friend requests and other alerts, by specifying filters such as type, date, and visibility. Retrieve user notifications via the VRChat MCP Server API.

Instructions

Retrieve a list of VRChat notifications.

Input Schema

NameRequiredDescriptionDefault
afterNoOnly return notifications sent after this Date. Ignored if type is "friendRequest".
hiddenNoWhether to return hidden or non-hidden notifications. True only allowed on type "friendRequest".
nNoThe number of objects to return. Default: 60, Max: 100
offsetNoA zero-based offset from the default object sorting from where to start.
sentNoReturn notifications sent by the user. Must be false or omitted.
typeNoOnly send notifications of this type. Use "all" for all types. This parameter no longer does anything and is deprecated.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "after": { "description": "Only return notifications sent after this Date. Ignored if type is \"friendRequest\".", "type": "string" }, "hidden": { "description": "Whether to return hidden or non-hidden notifications. True only allowed on type \"friendRequest\".", "type": "boolean" }, "n": { "description": "The number of objects to return. Default: 60, Max: 100", "maximum": 100, "minimum": 1, "type": "number" }, "offset": { "description": "A zero-based offset from the default object sorting from where to start.", "minimum": 0, "type": "number" }, "sent": { "description": "Return notifications sent by the user. Must be false or omitted.", "type": "boolean" }, "type": { "description": "Only send notifications of this type. Use \"all\" for all types. This parameter no longer does anything and is deprecated.", "type": "string" } }, "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