Skip to main content
Glama

mcp-real-time-scout

The Real-Time Scout — the Web & API Connector. Conditions change constantly; this server keeps the Pilot updated on market shifts and competitor moves, piping intelligence into the HUD for course corrections before competitors see the turn coming.

Implements the "Real-Time Scout" server from Vibe Leading The AI — one of the "3 Must-Have MCP Servers".

What it does

  • Fetches live web pages from anywhere over HTTP(S).

  • Runs web searches (Brave Search API or Tavily) to scan the competitive landscape.

  • Parses RSS/Atom feeds with zero dependencies and friendly in-memory caching.

  • Tracks competitor mentions across curated or custom feeds.

Related MCP server: The Web MCP

Install

npm install -g mcp-real-time-scout

Or run on demand with npx:

npx mcp-real-time-scout

Client configuration

Add to your MCP client config (e.g. Claude Desktop, Cursor, or opencode):

{
  "mcpServers": {
    "real-time-scout": {
      "command": "npx",
      "args": ["mcp-real-time-scout"]
    }
  }
}

Tools

Tool

Arguments

Description

fetch_url

url: string

Fetch a web page; returns HTTP status, title, and text content (capped at ~100k chars, 15s timeout).

search_web

query: string, num_results?: number

Web search; returns normalized {title, url, snippet} results.

monitor_feed

feed_url: string, limit?: number

Parse an RSS/Atom feed and return latest items (cached in-memory 5 min).

track_competitor

company: string, feeds?: string[], recent_days?: number

Aggregate feed items mentioning a company, newest first.

Environment variables

Variable

Required

Description

MCP_SEARCH_PROVIDER

For search_web

brave or tavily.

MCP_SEARCH_API_KEY

For search_web

API key for the configured provider.

The server never calls a search engine without a key. If these variables are unset, search_web returns an instructive configuration error.

Production notes

  • fetch_url rejects non-http(s) URLs and enforces a 15-second timeout so it cannot hang.

  • search_web: get a Brave Search API key (free tier) or a Tavily key and set the two env vars before starting the server.

  • monitor_feed caches parsed items in an in-memory LRU (max ~200 feeds) with a 5-minute TTL to avoid hammering publishers.

  • track_competitor defaults to a curated set of well-known tech-news feeds; pass your own feeds to watch specific sources, and recent_days to bound the time window.

  • Runs over stdio via StdioServerTransport, so it drops cleanly into any MCP-compatible client.

License & Attribution

MIT — Copyright (c) 2026 Jean Machuca (see LICENSE).

This server implements concepts from the book Vibe Leading The AI: The Corporate Race Against Machines by Jean Machuca (ISBN 9798252505008, © 2026 Jean Machuca). The book is copyrighted commercial material; this repository does not republish its text. Buy the book at https://vibeleading.org or https://a.co/d/04L5YatK. Author website: jeanmachuca.com · Support on GitHub Sponsors: github.com/sponsors/jeanmachuca. See NOTICE.

A
license - permissive license
Not graded
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

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables comprehensive web research through multi-engine search, intelligent website crawling, content analysis, trends data exploration, and automated research workflows with anti-detection measures and rich snippet detection.
    125
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to access real-time web data through search, markdown scraping, and browser automation while bypassing anti-bot protections. It provides tools for web research, e-commerce monitoring, and data extraction from across the globe.
    4
    8,754
    6
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI assistants to perform real-time business intelligence tasks including competitive analysis, website scoring, review analysis, and market research.
    MIT

View all related MCP servers

Related MCP Connectors

  • Live market intelligence & AI content strategy: trends, competitor moves, content calendar.

  • Track competitors from your AI assistant: change feed, page snapshots, labels and alerts.

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

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/VibeLeading/mcp-real-time-scout'

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