rescuedogs-mcp-server
Verified Safeby ssatama
Overview
Provides an MCP server to enable AI models to search, filter, and retrieve detailed profiles of rescue dogs from European and UK organizations for adoption.
Installation
npx -y rescuedogs-mcp-serverSecurity Notes
The server uses `zod` for robust input validation on all tool parameters, significantly reducing risks from malformed requests. All external API communication is to known and hardcoded `rescuedogs.me` endpoints via `axios`, with comprehensive error handling for network issues, timeouts, and API-specific errors (e.g., 404, 429, 500s). No 'eval' or dynamic code execution is observed. There are no apparent hardcoded secrets or direct file system interactions for sensitive data. An in-memory cache (`node-cache`) is used to improve performance without persisting sensitive data to disk. The project also includes a clear `SECURITY.md` for vulnerability reporting.
Similar Servers
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
opensearch-mcp-server-py
Enables AI assistants and LLMs to interact with OpenSearch clusters by providing a standardized Model Context Protocol (MCP) interface through built-in and dynamic tools.
toolhive-studio
ToolHive is a desktop application (Electron UI) for discovering, deploying, and managing Model Context Protocol (MCP) servers in isolated containers, and connecting them to AI agents and clients.