website-change-monitor
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., "@website-change-monitorTrack the price of this product and alert me if it drops"
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.
Website Change Monitor API
Track page and price changes over time: diffs, history, and alerts through simple tracking endpoints.
Part of the DataLeads API suite (Monitoring category). Requests render in a real browser with anti-bot handling and protected-page support built in - no proxies to manage, no infrastructure to run.
Endpoints
Method | Path | Description |
POST |
| V1 Diff |
POST |
| V1 Track Register |
POST |
| V1 Track Check |
POST |
| V1 Track History |
POST |
| V1 Price Track |
Related MCP server: mcp-page-monitor
Quick start
curl -X POST https://data.dataleads.pro/v1/diff \
-H 'Content-Type: application/json' \
-d '{"clientKey": "YOUR_CLIENT_KEY", "url": "https://example.com"}'Replace YOUR_CLIENT_KEY with your key. Get one at https://data.dataleads.pro - free tier included.
MCP server
Remote (Streamable HTTP):
https://data.dataleads.pro/mcp/website-change-monitorStdio (Docker):
docker run -e DATALEADS_API_KEY=yourkey ghcr.io/dataleads/website-change-monitor-mcp:latest
Pricing
Tier | Price | Requests |
Free | $0 | 500/mo |
Starter | $9/mo | 5,000 |
Pro | $29/mo | 25,000 |
Business | $99/mo | 100,000 |
Enterprise | custom | custom |
Full plan details at https://data.dataleads.pro.
License
MIT - see LICENSE.
This server cannot be deployed
Maintenance
Related MCP Connectors
Track prices & price history on any online shop, with alerts and an API
Watch a public web page for changes when your agent cannot stay running. Hourly checks, signed diffs
Monitor public pages with source URLs, timestamps, hashes, text diffs and signed webhooks. One daily monitor is free for 30 days; the $9, 30-day pass adds five monitors at a 15-minute minimum interval, 15,000 checks and change history. No auto-renewal. Public connection supports preflight and offer tools; obtain a key on the website (POST /v1/keys/free for the free tier) and pass api_key to monitor tools. Public text/HTML/JSON/XML up to 3 MB; no browser rendering or login bypass. Hosted commercial service; engine and source remain private.
Evidence-bearing public webpage monitoring with hashes, diffs, signed webhooks, REST, and MCP.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables tracking web page changes, detecting content modifications with structured diffs and snapshot history through MCP tools.26 PyPIMIT
- AlicenseAqualityDmaintenanceEnables monitoring web pages for changes using Playwright, storing snapshots in SQLite, and optionally analyzing changes with an LLM for business impact assessment.5MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to monitor web pages for content changes and receive alerts when changes occur.-
- FlicenseNot gradedqualityCmaintenanceEnables monitoring of website changes through contracts, with automatic extraction, semantic diffing, and healing, triggering alerts and actions via email, Slack, or Telegram.-