← lorensaisolutions.com

INDIVIDUAL MCP TOOL

check_url_changes

Compare a URL with a prior snapshot or fingerprint and detect status, redirect, access, product, API, risk, and recommended-action changes.

lorensaisolutions.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://preflight.lorensaisolutions.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for check_url_changes and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

lorensaisolutions.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.agent-preflight]
url = "https://preflight.lorensaisolutions.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agent-preflight": {
      "type": "http",
      "url": "https://preflight.lorensaisolutions.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agent-preflight
Remote MCP URL: https://preflight.lorensaisolutions.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "agent-preflight": {
      "url": "https://preflight.lorensaisolutions.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agent-preflight": {
      "type": "http",
      "url": "https://preflight.lorensaisolutions.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agent-preflight",
  "transport": "streamable-http",
  "url": "https://preflight.lorensaisolutions.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • preflight_url — Full URL intelligence for reachability, redirects, page type, login and CAPTCHA signals, product data, API and PDF clues, robots guidance, evidence, risks, and recommended automation.
  • check_access_barriers — Detect reachability, redirects, login requirements, CAPTCHA, bot protection, browser requirements, robots restrictions, risk flags, and recommended access method.
  • discover_api — Detect OpenAPI, Swagger, GraphQL, API documentation, developer portals, machine-readable endpoints, and recommended integration method.
  • extract_product_intelligence — Extract product name, price, currency, stock or availability, structured commerce data, action links, confidence, and recommended commerce action.
  • batch_preflight — Safely inspect up to five URLs in one request for agent swarms, autonomous research, commerce comparisons, and multi-site workflows.