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: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.