Give AI assistants your Brivvy brand voices, templates, and glossary so generated content matches your team’s standards.
Overview
Brivvy MCP is the hosted Model Context Protocol surface for Brivvy. It runs over Streamable HTTP at https://mcp.brivvy.io and uses OAuth with PKCE (browser consent). One OAuth workspace selection applies across MCP clients until you re-authorize.
What you get
- Voices:
list_voices,get_voice— published brand voices and tone/style rules. - Templates:
list_templates,list_discover_templates,get_template— workspace templates and the public catalog. - Glossary: terminology and guidance surfaced via voice context where applicable.
Docs & metadata
- Product docs: https://docs.brivvy.io/mcp-server
- Public manifest & versioning: https://github.com/brivvyHQ/ai (
mcp/server.json, install notes, changelog)
Connection
- Endpoint:
https://mcp.brivvy.io - Discovery:
.well-known/oauth-protected-resourceand.well-known/oauth-authorization-serveron the same host
Support
support@brivvy.io· security:security@brivvy.io(see repoSECURITY.md)
Server Config
{
"mcpServers": {
"Brivvy": {
"url": "https://mcp.brivvy.io"
}
}
}