VRPlatformVRPlatform

Capabilities

Tools, resources, prompts, and when to use each one

The MCP server exposes tools, resources, and one prompt.

Tools

Tools are prefixed vrt_ (VRT is the current VRPlatform product generation).

ToolUse
vrt_server_statusCheck server status, upstreams, and auth state.
vrt_product_help_searchSearch product docs by literal text.
vrt_team_lookupFind accessible teams by name.
vrt_api_readRun GET requests against the VRPlatform API.
vrt_api_mutationRun POST, PATCH, PUT, or DELETE.

Use vrt_product_help_search for product and operational guidance, not API schema discovery. It is literal text search and rejects API-shape queries.

Resources

ResourceUse
vrplatform://service/infoServer metadata and authentication summary.
vrplatform://api/openapi-contextCompact API path and method catalog.
vrplatform://api/path/%2FreservationsPath details for /reservations.
vrplatform://api/path/%2Freservations/GETMethod parameters and response shape.

Use OpenAPI resources for endpoint, parameter, schema, and response-field questions.

Path resources use URL-encoded paths. For example:

vrplatform://api/path/%2Fstatements
vrplatform://api/path/%2Fstatements/GET

Prompts

PromptUse
vrt-trust-accounting-helpStarter prompt for accounting questions.

Example Prompts

Use VRT MCP to find the team named Example PM and show its open issues.
Read vrplatform://api/openapi-context, then inspect the GET shape for /reservations.
Summarize the available query filters.
Using the configured team scope, call vrt_server_status and explain whether API
access is configured.

On this page