Skip to main content
Glama
Vibewatch-io

vibewatch-mcp

Official
by Vibewatch-io

vibewatch-mcp

Connect any MCP client to your Vibewatch community-sentiment data.

Vibewatch's MCP server exposes six read-only tools over your organization's data — sentiment overview, message search, daily insights, weekly reports, market context, and org details. This package is a thin stdio bridge to that server: it wraps mcp-remote with the Vibewatch server URL and key handling built in, so agents that speak stdio MCP (Buzz agents, Claude Code, Goose, Codex) connect with one binary and one environment variable.

Install

npm install -g vibewatch-mcp

Requires Node 18+.

Related MCP server: Feedback Synthesis MCP

Get a key

  1. In app.vibewatch.io, open Settings → API Access.

  2. MCP access is opt-in per organization — an owner or admin enables it there.

  3. Mint a key. Keys start with vw_mcp_ and are shown once — store it like a password.

The key is org-scoped and read-only. Revoke it any time from the same screen.

Use with Buzz

Buzz attaches one MCP server binary to every agent it spawns via BUZZ_ACP_MCP_COMMAND (a bare binary path, no arguments — which is why this wrapper exists). Set both variables in the environment your Buzz harness runs in:

export BUZZ_ACP_MCP_COMMAND="$(command -v vibewatch-mcp)"
export VIBEWATCH_MCP_KEY="vw_mcp_..."

Every agent in the workspace can then answer questions from your community data. To set up 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.

Use with any stdio MCP client

Claude Code:

claude mcp add vibewatch --env VIBEWATCH_MCP_KEY=vw_mcp_... -- vibewatch-mcp

Generic client config (Claude Desktop and compatible):

{
  "mcpServers": {
    "vibewatch": {
      "command": "vibewatch-mcp",
      "env": {
        "VIBEWATCH_MCP_KEY": "vw_mcp_..."
      }
    }
  }
}

Environment variables

Variable

Required

Purpose

VIBEWATCH_MCP_KEY

Yes

Your org-scoped MCP key (vw_mcp_...). The bridge exits with a clear error if unset.

VIBEWATCH_MCP_URL

No

Override the server URL. Defaults to https://api.vibewatch.io/mcp/.

Extra CLI arguments (e.g. --debug) pass through to mcp-remote.

The key never appears in the process argument list — the bridge hands mcp-remote a ${VIBEWATCH_MCP_KEY} placeholder and mcp-remote reads the value from the environment.

Tools

Tool

What it returns

get_sentiment_overview

Current vibe score and how it moved

search_messages

Community messages matching a query

get_daily_insights

Daily highlights and themes

get_reports

Weekly report content

get_market_context

Market backdrop for sentiment reads

get_organization

Org and connected-source details

License

Apache-2.0

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    B
    quality
    F
    maintenance
    A 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.
    Last updated
    5
  • A
    license
    A
    quality
    C
    maintenance
    MCP 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.
    Last updated
    3
    53
    MIT

View all related MCP servers

Related MCP Connectors

  • Read-only MCP server for Robinhood Chain token discovery, research, and due diligence via GMGN.

  • Social media analytics, video analysis, and competitor intel for any MCP-compatible AI agent.

  • MCP server exposing Kettle Logic insight articles & industry guidance as tools + resources.

View all MCP Connectors

Latest Blog Posts

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/Vibewatch-io/vibewatch-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server