V8ChatOffice OS

Open AI connections · MCP

Connect V8Chat to other AI apps – only when you want to.

MCP is an open connection standard for AI applications. With V8Chat MCP, a compatible AI client can use approved V8Chat capabilities in the workspace you choose. Normal V8Chat use does not require MCP.

MCP Serverhttps://api.v8chat.com/mcp

What does that mean for me?

Use V8Chat from another AI app

A compatible AI client can discover and call approved V8Chat capabilities without you rebuilding the integration from scratch.

You decide whether to enable it

Personal MCP access starts off. You enable it deliberately in your V8Chat account and can turn it off again at any time.

Bound to one workspace

A personal access key belongs to your account and the selected workspace. It cannot simply be redirected to another workspace.

One connection, several capabilities

The MCP client can search available capabilities, inspect their inputs, execute them and check asynchronous jobs.

Set up in three simple steps

1

Enable AI connections

Open Member settings → AI connections (MCP) and switch access on.

2

Create an access key

Create a key for the workspace you want to connect. V8Chat shows the complete key once. Treat it like a password.

3

Add V8Chat to your AI app

Use the server address https://api.v8chat.com/mcp and your access key in a compatible MCP client.

Safe by default

  • Off by default for every user
  • Access key stored only as a hash by V8Chat
  • Immediate blocking when MCP is disabled
  • Key can be rotated or revoked
  • Workspace-bound access
  • Same capability and policy checks as the V8Chat partner interface

Do I need MCP?

If you work directly in V8Chat, no. MCP is useful when you deliberately want another compatible AI application, agent or automation to use V8Chat functions. If that is not your use case, leave it off.

MCP API

For developers and integrators

V8Chat exposes one Streamable HTTP endpoint and four generic MCP tools. The interface supports capability discovery before execution, idempotent calls and asynchronous job status.

v8chat.searchSearch capabilitiesv8chat.describeDescribe input contractv8chat.executeExecute capabilityv8chat.statusRead job status
Open technical MCP reference