vibewatch-mcp
OfficialClick on "Deploy 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., "@vibewatch-mcpwhat's our community sentiment today?"
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.
vibewatch-mcp
Connect any MCP client to your Vibewatch community-sentiment data.
Vibewatch's MCP server exposes eight read-only tools — seven over your organization's data (sentiment overview, sentiment trend, message search, daily insights, weekly reports, market context, and org details) plus public Stacks ecosystem sentiment. This package is a thin stdio bridge to that server: it wraps mcp-remote with the Vibewatch server URL and auth handling built in, plus a one-command setup for Buzz agents.
Use with Buzz
Two commands, one browser approval:
npm install -g vibewatch-mcp
vibewatch-mcp connect-buzzconnect-buzz signs you in to Vibewatch in the browser (no key to mint or copy), caches the sign-in for headless reuse, then registers the bridge in every agent harness it finds on your machine — Claude Code, Codex, and Goose. Restart your Buzz agents and they can answer questions from your community data.
Requires Node 18+. MCP access is opt-in per organization — an owner or admin enables it in app.vibewatch.io → Settings → API Access.
Worth knowing:
The registration is user scope: every session of a configured harness on your machine can query Vibewatch, not just Buzz-spawned ones. The data is read-only community sentiment for your organization.
To switch organizations, run
vibewatch-mcp connect-buzz --reset.After upgrading vibewatch-mcp, run
connect-buzzonce more — the cached sign-in is keyed to the bundledmcp-remoteversion.To undo:
claude mcp remove --scope user vibewatch,codex mcp remove vibewatch, or delete theextensions.vibewatchentry from~/.config/goose/config.yaml(Windows:%APPDATA%\Block\goose\config\config.yaml). Revoke the app's access any time from Settings → API Access.
For the full Vibewatch-on-Buzz install — report delivery into a channel plus a ready-made @vibewatch persona — open the Buzz tile under Settings → Reports in app.vibewatch.io and follow the setup walkthrough.
Related MCP server: Feedback Synthesis MCP
Headless / CI: use a key instead
Where a browser sign-in isn't possible, an org-scoped key works everywhere the bridge runs:
In app.vibewatch.io, open Settings → API Access and mint a key. Keys start with
vw_mcp_and are shown once — store them like passwords.Pass it to
connect-buzz(vibewatch-mcp connect-buzz --key vw_mcp_...) or set it directly where the bridge runs:
claude mcp add --scope user vibewatch -e VIBEWATCH_MCP_KEY=vw_mcp_... -- vibewatch-mcpKeys are org-scoped and read-only; revoke them any time from the same screen.
Use with any stdio MCP client
Generic client config (Claude Desktop and compatible). GUI apps on macOS start with a minimal PATH, so use the absolute path from which vibewatch-mcp:
{
"mcpServers": {
"vibewatch": {
"command": "/opt/homebrew/bin/vibewatch-mcp"
}
}
}With no VIBEWATCH_MCP_KEY set, the bridge uses the cached browser sign-in (run connect-buzz once to create it — or the client's first connection opens the sign-in page itself). Add an env block with VIBEWATCH_MCP_KEY to use a key instead.
The bridge owns sign-in tabs: mcp-remote's own browser auto-open is disabled under the bridge, and the bridge opens the sign-in page itself — at most one tab machine-wide per sign-in, however many agent sessions are running. That covers mid-session re-auth too (a revoked or expired sign-in with many live sessions opens one tab, not one per session). If a sign-in page is never completed, the bridge won't open another one: later spawns (a client restarting the server, other agent sessions) exit with a pointer to vibewatch-mcp connect-buzz instead of opening more tabs. Sign in via connect-buzz (or complete the open tab) to clear it; after 24 hours an unanswered prompt expires and one fresh sign-in page is allowed again. On Windows, agent sessions launched at the same time also coordinate so only one of them opens the sign-in page — the others wait for it to finish.
Environment variables
Variable | Required | Purpose |
| No | Org-scoped key ( |
| No | Override the server URL. Defaults to |
| No | Override the browser opener the bridge uses for sign-in tabs (invoked with the URL as its single argument). For hosts where the platform default ( |
Extra CLI arguments (e.g. --debug) pass through to mcp-remote.
The bridge never puts the key on a process argument list — it hands mcp-remote a ${VIBEWATCH_MCP_KEY} placeholder and mcp-remote reads the value from the environment. One caveat: connect-buzz --key drives the harness CLIs (claude mcp add -e ..., codex mcp add --env ...), which only accept env values as arguments, so the key is briefly visible in those short-lived processes' argv. If that matters on your machine, use the browser sign-in instead — it involves no key at all.
Tools
Tool | What it returns |
| Current vibe score and how it moved |
| Daily sentiment trend over a date range |
| Community messages matching a query |
| Daily highlights and themes |
| Weekly report content |
| Market backdrop for sentiment reads |
| Org and connected-source details |
| Stacks ecosystem-wide vibe — public data, not this org's |
Agent marketplace plugin
plugins/vibewatch/ packages Vibewatch as an agent plugin — the hosted MCP server plus a
use-vibewatch skill — in the layout agent marketplaces resolve (xAI/Grok, Claude Code, Cursor,
and OpenAI Codex manifests, with marketplace manifests at the repo root). The plugin declares
exactly one network endpoint, https://api.vibewatch.io/mcp/, and carries no credentials: auth
is the server's standard MCP OAuth sign-in (or a vw_mcp_ key via the stdio bridge for headless
use). It ships no hooks and no scripts. The plugin is versioned independently of this npm
package; test/plugin-manifests.test.mjs keeps the manifests in lockstep.
Until the marketplace listings are live, Claude Code users can install straight from the repo:
/plugin marketplace add Vibewatch-io/vibewatch-mcp
/plugin install vibewatch@vibewatchThe plugin and the connect-buzz flow register the same server under the same vibewatch
name — pick one per machine. If you've already run connect-buzz, either keep that and skip
the plugin, or remove the user-scope entry first (claude mcp remove --scope user vibewatch)
so the same tools aren't mounted twice.
Releasing a plugin change: bump the version in every plugin.json (the test enforces
equality), merge, then open a SHA-bump PR against xai-org/plugin-marketplace (their catalog
pins a commit, so Grok installs don't see changes until the pin advances). Other marketplaces
follow their own update flows.
License
Apache-2.0
Reporting a problem
Agents and operators: file issues here — this is the public tracker for the Vibewatch MCP server and the Stacks Vibe Index paid (x402) tier. Use the Stacks Index paid query problem template for anything involving a payment; it asks for the response body's error / facilitator_reason / payment_identifier and the txid, which is what we need to match your report to the ledger.
This server cannot be deployed
Maintenance
Related MCP Connectors
Remote MCP server that returns sentiment analysis results from SentinelScan API.
Real-time market events, sentiment, and technical analysis as MCP tools, backed by real data.
Read-only MCP server for The Quiet Protocol's engines, benchmarks, proof, and business data.
Remote MCP server for China brand visibility, destination demand, and KOL discovery workflows.
Related MCP Servers
- FlicenseBqualityFmaintenanceA read-only MCP server that provides access to financial news, Wall Street Bets sentiment analysis, and detailed options data from sellthenews.org. It enables LLMs to retrieve real-time news feeds, search historical data, and analyze options chains or Greek exposure for specific tickers.5-
- AlicenseAqualityDmaintenanceMCP server that synthesizes user feedback from multiple sources into actionable insights. Aggregates reviews, support tickets, and survey responses to identify patterns and priorities.4MIT
- AlicenseAqualityDmaintenanceMCP server for Praesentire — bilingual financial news sentiment as a Claude tool. Provides aggregated sentiment scores, batch queries, and English vs Chinese sentiment comparison for cross-market signals.337 npmMIT
- FlicenseNot gradedqualityCmaintenanceRead-only MCP server for monitoring public RSS and Atom feeds from competitor and industry websites, enabling competitive intelligence workflows through feed fetching, searching, and thematic summarization.-