SitePulse-Agent
Verified Safeby Canbow
Overview
Provides network diagnostic capabilities (site health checks) for the Cline autonomous coding agent, allowing developers to verify API endpoints and deployment status directly within their chat interface.
Installation
node index.jsSecurity Notes
The server's 'check_site_health' tool performs a fetch request to a user-provided URL without apparent validation or sanitization. This introduces a Server-Side Request Forgery (SSRF) risk. An attacker could potentially use this tool to scan internal networks, access local services (e.g., `localhost`), or send requests to arbitrary external endpoints on behalf of the server running the agent. While the tool's core functionality is to fetch URLs, direct exposure of arbitrary URLs to an external agent without host-level restrictions or input validation is a significant security concern.
Similar Servers
next-devtools-mcp
This MCP server provides Next.js development tools for AI coding agents, including runtime diagnostics, automated upgrades, Cache Components setup, browser testing, and documentation search.
hoot
A testing and development tool for interacting with and debugging MCP (Multi-Modal Chat Protocol) servers, functioning like a specialized Postman for AI services.
Rule-MCP-Server
A Model Context Protocol (MCP) server that enables AI agents (Cursor, Claude Code, Cline) to retrieve and apply common coding rules across projects.
inspector-assessment
Provides a comprehensive automated assessment platform for Model Context Protocol (MCP) servers, analyzing their security, functionality, protocol compliance, documentation, and various extended metrics. It acts as an inspector and auditing tool for MCP server developers and maintainers.