mcp-brandwatch
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-brandwatchPull mentions of our brand from the last 30 days and summarize sentiment."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-brandwatch
MCP server for the Brandwatch Consumer Research API, Data Upload API and Analysis API.
📋 Reviewing this? Start with IT-REVIEW.md — architecture, auth model, risk assessment, tool inventory and the open decisions. This README is the operator quick-reference.
Two flavours:
worker/— remote server on Cloudflare Workers (connector URL). Primary.server.py— local stdio server (subset). Legacy/local use.
Remote server (Cloudflare Worker)
Deployed at: https://mcp-brandwatch.gtm-ai.workers.dev
Connector URL (secret path — treat as a credential, it is in worker/.mcp-secret):
https://mcp-brandwatch.gtm-ai.workers.dev/<MCP_SECRET>/mcp/sse also available for legacy SSE clients. Requests without the secret prefix get 404.
Secrets
cd worker
npx wrangler secret put BW_TOKEN # long-lived API token — preferred
# or:
npx wrangler secret put BW_USERNAME
npx wrangler secret put BW_PASSWORD
npx wrangler secret put MCP_SECRET # URL path key (already set)Only "Regular" or "Admin" Brandwatch accounts can use the API. Tokens come from
POST https://api.brandwatch.com/oauth/token (grant_type=api-password,
client_id=brandwatch-api-client) and last ~1 year.
Deploy / dev
cd worker
npm install --legacy-peer-deps
npm run deploy # or: npm run devRelated MCP server: PostLake
Tools (55)
Group | Tools |
Account |
|
Projects |
|
Queries |
|
Query groups |
|
Tags |
|
Categories |
|
Rules |
|
Author/site/location lists |
|
Workflow & alerts |
|
Mentions |
|
Charts & insights |
|
Metadata |
|
Data Upload |
|
Analysis (billed per query) |
|
Escape hatch |
|
Rate limit & optimisations baked in
Consumer Research API: 30 calls / 10 min per client (
x-rate-limitheaders). The worker appends_rateLimitto responses once usage hits 70% so the model backs off.Metadata endpoints (tags, categories, lists, filters, metrics, locations, exclusion snippets) cached in-memory 5 min — Brandwatch's own recommended practice.
multi_aggregate_chartandcount_mentionsexist specifically to spend fewer calls.OAuth token cached per isolate; auto-refresh once on 401.
Dates: ISO 8601 (
2024-01-01or2024-01-01T00:00:00.000+0000). Analysis API ranges max 24h. Mentions pagination caps at 10,000 — usecursorbeyond.
Refs: https://developers.brandwatch.com/llms.txt, Python client BrandwatchLtd/bcr-api.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP server that wraps the UMT media monitoring API, enabling search and retrieval of media mentions with filters such as date range, language, sentiment, and tags.Last updated216ISC
- Alicense-qualityBmaintenancePublish, schedule and read analytics across every major social network from one MCP server. 15+ tools covering publishing, scheduling, validation, media upload and normalised cross-platform analytics.Last updatedMIT
- Alicense-qualityBmaintenancePublish, schedule and read analytics across every major social network from one MCP server. Hosted, OAuth, 15+ tools, one normalised response shape.Last updatedMIT
- FlicenseAqualityCmaintenanceRead-only MCP server for the Sprout Social public API, exposing profile and post analytics as tools with raw JSON passthrough.Last updated5
Related MCP Connectors
34 production API tools over one hosted MCP endpoint.
MCP server for Altmetric APIs - track research attention across news, policy, social media, and more
Connect any two APIs and keep them in sync — 45 MCP tools with shadow previews and diagnostics.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ambo-sk/mcp-brandwatch'
If you have feedback or need assistance with the MCP directory API, please join our Discord server