LIVE ENDPOINT
https://comiza.lighting/agentwatch/mcp
Connect to this endpoint to inspect the live schema for list_ai_crawlers 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
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.agentwatch]
url = "https://comiza.lighting/agentwatch/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentwatch": {
"type": "http",
"url": "https://comiza.lighting/agentwatch/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentwatch
Remote MCP URL: https://comiza.lighting/agentwatch/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": {
"agentwatch": {
"url": "https://comiza.lighting/agentwatch/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentwatch": {
"type": "http",
"url": "https://comiza.lighting/agentwatch/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentwatch",
"transport": "streamable-http",
"url": "https://comiza.lighting/agentwatch/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
check_site— Fetch a website the way ChatGPT, Claude, Perplexity, Google and Copilot fetch it, and report what stops them.verify_crawler_visit— Given the IP address and User-Agent from a log line, say whether that visit really came from the crawler it claims to be.verify_signed_request— Verify a Web Bot Auth signature (RFC 9421, Ed25519) on a captured request.