CompetitorPulse
Enables monitoring RSS/Atom blog feeds as part of competitive-intelligence tracking, fetching feed updates and incorporating them into change digests.
Click 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., "@CompetitorPulseWhat changed on my competitors' pricing pages?"
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.
CompetitorPulse
Competitive-intel change-digest agent + MCP server.
Watch competitor websites, changelogs, blog feeds (RSS/Atom), and pricing pages.
Fetches politely, meaningful diffs, classifies pricing/feature/blog/other, Markdown digests. CLI and MCP server. Self-host free MIT; hosted Pro later.
Value proposition
Pain | CompetitorPulse |
Manual site checks | Automated fetch + digest via CLI/MCP |
Noisy HTML diffs | Normalized text + two-pass semantic noise filtering |
Unclear meaning | Category labels + optional LLM summary |
Scattered notes | YAML config + Markdown digests on disk |
Blocked by design: LinkedIn URLs (ToS / politeness).
Related MCP server: Competitor Website Change Monitor
Quickstart
Install deps, copy the example YAML to competitors.yaml, then run tests, typecheck, list, check, and digest via package scripts.
Example: use package scripts install, test, check, cli, mcp, and build.
CLI
list / add / remove competitors
check (fetch, diff, classify, write digests)
digest (print latest)
changes (recent records)
Env: COMPETITORPULSE_CONFIG, COMPETITORPULSE_DATA, OPENAI_API_KEY, OPENAI_MODEL.
MCP server
Stdio tools: list_competitors, add_competitor, remove_competitor, run_check, get_digest, get_changes.
Start via package script mcp (tsx on src/mcp-server.ts). Configure Cursor mcp.json with cwd plus config/data env paths. After tsc build, run node on dist/mcp-server.js.
Two-pass semantic verify
Line diffs still fire on date footers, view counters, and CDN asset hashes.
After meaningfulDiff, CompetitorPulse runs a second pass that:
Normalizes dates / counters / hashed asset URLs
Detects pure sentence reorders
Attaches structured signals (
price_change,feature_mention, …)Adds a one-line what it means interpretation (no LLM required)
Cosmetic churn is dropped before classify/store/digest — fewer Visualping-style false positives.
Architecture
YAML -> CLI/MCP -> check orchestrator -> fetch -> normalize -> meaningful diff -> classify -> store -> Markdown digest (optional LLM summary) -> data/digests/
Modules: config, fetch, diff, classify, store, digest, summarize, check, cli, mcp-server, index.
Example config
See examples/competitors.example.yaml (northstar-analytics, riverbed-crm, lighthouse-docs).
Monetization
Self-host free MIT now. Hosted Pro later (schedules, teams, Slack/email). Distribution via Gumroad, Apify, MCP marketplaces.
Development
Run install, test, check, and build via package scripts. Tests cover diff, classify, and URL policy.
Limitations (MVP)
Main-content HTML heuristics only (no headless browser). First fetch is baseline. Rule-based classify; LLM summary only with API key. No built-in cron. Polite delay 750ms and identifiable User-Agent; respect site policies.
License
MIT (c) 2026 Vinay Vik — see LICENSE.
This server cannot be deployed
Maintenance
Related MCP Connectors
Track competitors from your AI assistant: change feed, page snapshots, labels and alerts.
AI-powered website change monitoring - manage monitors and alerts via MCP.
Evidence-bearing public webpage monitoring with hashes, diffs, signed webhooks, REST, and MCP.
Site & competitor monitoring: snapshots, evidence-backed diffs, briefs, price checks, mentions.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAPI-first website change detection with native MCP supportMIT
- FlicenseNot gradedqualityDmaintenanceEnables monitoring competitor websites for price drops, new products, promotions, and content changes directly from Claude or any MCP-compatible AI client.-
- AlicenseNot gradedqualityDmaintenanceMonitor any website and get AI-enriched change intelligence via MCP. Manage sources, search changes, and automate web monitoring from Claude, Harvey, or any MCP client.22 npmMIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server for monitoring website changes. Enables tracking URLs, detecting content changes, comparing snapshots, and extracting content with CSS selectors from an AI assistant.5 npmMIT