Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Brivvy MCP (OAuth): on-brand AI content, voice rules, templates, glossary.

README.md

Brivvy AI

This repo is your public entry point for Brivvy AI integrations. You get MCP server metadata, install steps, client connection profiles, and release notes.

The implementation stays private. Everything here is safe to publish.

What you connect to

  • Server type: Remote MCP (Streamable HTTP).
  • Production URL: https://mcp.brivvy.io.
  • Auth: OAuth 2.1-style flow with PKCE.
  • Discovery: Use these before you call the JSON-RPC endpoint:
  • https://mcp.brivvy.io/.well-known/oauth-protected-resource.
  • https://mcp.brivvy.io/.well-known/oauth-authorization-server.

Tools you can rely on

These tool names are the public contract. Short descriptions match what the hosted server exposes today (see MCP Server for connection guides, security notes, and FAQs).

| Area | Tool | What it does | | --------- | ------------------------- | ------------------------------------------------------------------- | | Voices | list_voices | Lists published voices in your workspace. | | Voices | get_voice | Returns tone and style rules for the default or a chosen voice. | | Templates | list_templates | Lists content templates saved in your workspace. | | Templates | list_discover_templates | Lists public templates from the Brivvy community catalog. | | Templates | get_template | Returns the full prompt and instructions for a template you select. |

Quick start

Cursor

Add Brivvy as a remote MCP server:

{
  "mcpServers": {
    "Brivvy": {
      "url": "https://mcp.brivvy.io"
    }
  }
}

Connect once, then finish OAuth in the browser when the client asks you to.

Claude

Point your MCP connector at:

  • URL: https://mcp.brivvy.io.
  • Transport: Streamable HTTP.
  • Auth: OAuth.

Claude reads .well-known metadata and walks you through consent.

Workspace scope

Your Brivvy account uses one workspace at a time for MCP. The workspace you last picked on the OAuth screen applies to every MCP client until you authorize again and choose a different one. If you run Cursor and Claude side by side, they do not keep separate workspace picks today.

Sessions and reconnection

Your access token stays short-lived. The client should refresh it with your refresh token. Refresh tokens last 90 days (Amazon Cognito). When that window ends, connect again and run through OAuth.

When something breaks

  • 401 on POST /: Normal before OAuth. Your client should follow the WWW-Authenticate hint and complete discovery.
  • Disconnects right after consent: Check the callback URL, try once more, and make sure you finished the OAuth popup.
  • Token errors: Reconnect so you get a fresh bearer token. Do not reuse an old web session token.
  • No tools listed: Your MCP consent or workspace access may be missing or expired.
  • Wrong workspace: Reconnect and pick the workspace you want on the OAuth screen. That choice applies across all MCP clients on your account.

What lives here

  • mcp/server.json, registry metadata.
  • mcp/install/, Cursor and Claude profiles.
  • VERSIONING.md, how we version this public metadata.
  • CHANGELOG.md, release notes.
  • SECURITY.md, how to report issues.

Internal release and directory workflows stay in the private Brivvy MCP repo.

How to reach us

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use AI & ML servers.