General
The Brivvy MCP server supports the Streamable HTTP transport. Authentication uses OAuth 2.1 with dynamic client registration at:Available tools
The Brivvy MCP server provides the following tools:| Resource | Tool | Description |
|---|---|---|
| Voices | list_voices | Returns all brand voices available in your workspace. |
| Voices | get_voice | Retrieves the full tone and style rules for a specific brand voice. |
| Templates | list_templates | Returns all content templates saved in your workspace. |
| Templates | get_template | Retrieves the generation prompt and instructions for a specific template. |
| Templates | list_discover_templates | Browses publicly available templates from the Brivvy community. |
Security and authentication
The Brivvy MCP Server uses OAuth authentication to connect with the Brivvy platform. Authentication tokens are stored locally on the device running the AI platform. No brand data is transmitted to AI platforms directly. The AI platform requests data from the MCP Server as needed during content generation. All requests require valid authentication.FAQs
I'm seeing an internal server error when connecting. What should I do?
I'm seeing an internal server error when connecting. What should I do?
Clear your saved authentication data by running this in Terminal:
rm -rf ~/.mcp-auth and try reconnecting. You may also need to update to a newer version of Node.js if prompted.I'm using WSL on Windows and encountering errors.
I'm using WSL on Windows and encountering errors.
Try this alternative configuration:
Which workspace will the MCP server access?
Which workspace will the MCP server access?
The server accesses the workspace tied to your authentication credentials. If you have multiple workspaces, specify which one to use during OAuth or in your Brivvy account settings.