Check if ChatGPT, Claude and Perplexity can reach, read and quote a website.
claude mcp add agentwatch --transport http https://comiza.lighting/agentwatch/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"agentwatch": {
"url": "https://comiza.lighting/agentwatch/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agentwatch": {
"serverUrl": "https://comiza.lighting/agentwatch/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"agentwatch": {
"type": "http",
"url": "https://comiza.lighting/agentwatch/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agentwatch": {
"url": "https://comiza.lighting/agentwatch/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"agentwatch": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://comiza.lighting/agentwatch/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://comiza.lighting/agentwatch/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/lighting.comiza--agentwatch/reviews or the review_server meta-tool.
POST /mcp