VRPlatformVRPlatform

MCP

Overview of the VRPlatform MCP server

VRPlatform MCP connects AI assistants, such as Codex or Claude, to your VRPlatform account.

After setup, your assistant can help with VRPlatform questions, look up teams you can access, read VRPlatform data when you ask it to, and make changes only when you explicitly confirm them.

What You Need

  • an AI assistant that supports remote MCP servers
  • the VRPlatform MCP URL
  • a VRPlatform user account for OAuth sign-in

API tokens are available as a fallback for clients that cannot complete OAuth.

MCP URL

Use the public MCP URL:

https://mcp.vrplatform.app/

Clients sign in with your VRPlatform account through OAuth when they prompt for authentication. See Setup for team scoping and the API-token fallback.

What It Can Do

  • search VRPlatform documentation
  • find teams by name
  • read VRPlatform data for a selected team
  • make changes after you explicitly confirm the action
  • help clients discover available API endpoints and fields

Public API

The public MCP host forwards assistant API calls to the public product API. Use a sign-in session, API token, and team id for your VRPlatform account. See Setup for the endpoint mapping.

On this page