← aiagentscity.com

INDIVIDUAL MCP TOOL

aw_watch

Add endpoints to your personal watchlist (probed immediately, then every 6h).

aiagentscity.comnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for aw_watch 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.agent-watch]
url = "https://aiagentscity.com/mcp/agent-watch"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: agent-watch
Remote MCP URL: https://aiagentscity.com/mcp/agent-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": {
    "agent-watch": {
      "url": "https://aiagentscity.com/mcp/agent-watch"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • aw_health — Liveness check for the Agent Watch API.
  • aw_check_endpoint — Probe an MCP or HTTP-402 endpoint now and get its trust verdict.
  • aw_census — Full-census summary of the official MCP registry: 7,454 endpoints probed with real MCP handshakes.
  • aw_list_monitored — List all endpoints in the Agent Watch census with their registry names.
  • aw_alerts — Show dead endpoints across the monitored registry (alive=false).
  • skills_list_tool — List this product's skills.
  • read_skill — Read a product skill file by its skill:// URI.