4,500+ servers built on MCP Fusion
Vinkius
ChangeDetection.io logo
Vinkius
Mastra AI logo

How to Use the ChangeDetection.io MCP in Mastra AI

Build self-healing website monitoring workflows using Mastra AI and the ChangeDetection.io MCP Server.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

ChangeDetection.io MCP on Cursor AI Code Editor MCP Client ChangeDetection.io MCP on Claude Desktop App MCP Integration ChangeDetection.io MCP on OpenAI Agents SDK MCP Compatible ChangeDetection.io MCP on Visual Studio Code MCP Extension Client ChangeDetection.io MCP on GitHub Copilot AI Agent MCP Integration ChangeDetection.io MCP on Google Gemini AI MCP Integration ChangeDetection.io MCP on Lovable AI Development MCP Client ChangeDetection.io MCP on Mistral AI Agents MCP Compatible ChangeDetection.io MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
Mastra AI

Connect ChangeDetection.io MCP to Mastra AI

Create your Vinkius account to connect ChangeDetection.io to Mastra AI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Automated Change Verification Workflows with Mastra AI

This ChangeDetection.io MCP Server integrates with Mastra AI workflows to automate multi-step verification runs. When a watch triggers, your workflow uses `get_snapshot` to fetch the latest HTML. Mastra AI evaluates the content and, if a critical change is detected, branches to run `get_snapshot_diff`. This lets your system isolate the exact edit before notifying your team.

Self-Healing Watch Management

This server provides `update_watch` to modify tracking parameters dynamically when errors occur. If a target site changes its structure, your Mastra AI agent catches the failure and updates the watch configuration. The workflow engine uses automatic retries with exponential backoff if the target site rate-limits the checker. You don't write custom retry loops; Mastra AI handles the network hiccups while managing your watch list via `list_watches`.

Human-in-the-Loop Tag Organization

This toolset uses `create_tag` and `list_tags` to categorize monitored URLs. Mastra AI agents sort new targets into tags based on content analysis. You configure `requireToolApproval` in Mastra AI before executing `delete_watch`. This ensures an operator manually confirms any deletion request generated by the autonomous agent.

Setup guide

Set up ChangeDetection.io MCP in Mastra AI

Prerequisites

  • Node.js 18+ and a TypeScript project
  • @mastra/mcp + @mastra/core packages
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install dependencies

    Run npm install @mastra/mcp @mastra/core plus your preferred model provider (e.g. @ai-sdk/openai).

  2. 2

    Configure the MCPClient

    Create an MCPClient with your Vinkius endpoint as a URL object. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Discover and inject tools

    Call mcpClient.listTools() and spread the result into your agent's tools object. All ChangeDetection.io tools become native Mastra tools.

  4. 4

    Run with any model

    Swap openai("gpt-4o") for any AI SDK-compatible provider. Call agent.generate() and the agent routes tool calls through MCP automatically.

agent.ts
import { MCPClient } from "@mastra/mcp";
import { Agent } from "@mastra/core/agent";
import { openai } from "@ai-sdk/openai";

const mcpClient = new MCPClient({
  id: "changedetectionio-mcp-client",
  servers: {
    "changedetectionio-mcp": {
      url: new URL(
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
      ),
    },
  },
});

const agent = new Agent({
  name: "ChangeDetection.io Agent",
  model: openai("gpt-4o"),
  instructions: "You have access to ChangeDetection.io tools.",
  tools: {
    ...(await mcpClient.listTools()),
  },
});

const result = await agent.generate(
  "List recent ChangeDetection.io transactions"
);
console.log(result.text);

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by ChangeDetection.io. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about ChangeDetection.io MCP in Mastra AI

Configure the MCP Server by instantiating `MCPClient` from `@mastra/mcp` with your Vinkius endpoint URL. Spread the tools from `mcpClient.listTools()` directly into your Mastra AI Agent's tool configuration array.
Yes, you can wrap `get_snapshot` or `update_watch` calls inside a Mastra AI workflow. If the target server returns a 503, the workflow engine retries the tool call with exponential backoff.
Set `requireToolApproval` on critical actions like `delete_watch` or `import_urls`. Mastra AI pauses the workflow, allowing an admin to approve or reject the modification before it alters your tracking list.
Yes, Mastra AI workflows can branch based on the output of `get_snapshot_diff`. If the diff contains specific keywords, the workflow branches to notify Slack; otherwise, it silently logs the change.
Your website snapshot history and watch configurations are accessed securely via this MCP utility using an ephemeral, single-token proxy. No raw API keys or database credentials reside within the Mastra AI runtime environment.

Start using the ChangeDetection.io MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 14 tools

We've already built the connector for ChangeDetection.io. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 14 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.