Use V8Chat from another AI app
A compatible AI client can discover and call approved V8Chat capabilities without you rebuilding the integration from scratch.
Open AI connections · MCP
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.
https://api.v8chat.com/mcpA compatible AI client can discover and call approved V8Chat capabilities without you rebuilding the integration from scratch.
Personal MCP access starts off. You enable it deliberately in your V8Chat account and can turn it off again at any time.
A personal access key belongs to your account and the selected workspace. It cannot simply be redirected to another workspace.
The MCP client can search available capabilities, inspect their inputs, execute them and check asynchronous jobs.
Open Member settings → AI connections (MCP) and switch access on.
Create a key for the workspace you want to connect. V8Chat shows the complete key once. Treat it like a password.
Use the server address https://api.v8chat.com/mcp and your access key in a compatible MCP client.
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
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