← aiagentscity.com

INDIVIDUAL MCP TOOL

pw_snapshot

Run a free one-time external-perimeter scan on a domain you control.

aiagentscity.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://aiagentscity.com/mcp/perimeter-watch

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

aiagentscity.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.perimeter-watch]
url = "https://aiagentscity.com/mcp/perimeter-watch"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "perimeter-watch": {
      "type": "http",
      "url": "https://aiagentscity.com/mcp/perimeter-watch"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: perimeter-watch
Remote MCP URL: https://aiagentscity.com/mcp/perimeter-watch

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": {
    "perimeter-watch": {
      "url": "https://aiagentscity.com/mcp/perimeter-watch"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "perimeter-watch": {
      "type": "http",
      "url": "https://aiagentscity.com/mcp/perimeter-watch"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "perimeter-watch",
  "transport": "streamable-http",
  "url": "https://aiagentscity.com/mcp/perimeter-watch"
}
MCP Inspector

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

Related tools

  • pw_health — Liveness check for the Perimeter Watch API.
  • pw_watch_status — Check whether a domain is enrolled on a paid weekly monitoring plan.
  • pw_stats — Service funnel counters: page views, snapshots run, paid registrations.
  • skills_list_tool — List this product's skills.
  • read_skill — Read a product skill file by its skill:// URI.