notifly-mcp-server
Verified Safeby notifly-tech
Overview
Enables AI agents to deliver real-time, trustworthy Notifly documentation and SDK code examples for seamless integrations within MCP-compatible clients.
Installation
npx -y notifly-mcp-server@latestSecurity Notes
The server uses `fetch` to retrieve documentation and SDK source files from specified GitHub raw URLs and Notifly's documentation site. Input validation for queries and parameters is enforced using Zod, mitigating injection risks. Timeouts are implemented for network requests. No hardcoded secrets or 'eval' statements were found. The primary external dependency is on the integrity of content hosted on GitHub (specifically `raw.githubusercontent.com` within the notifly-tech organization) and `docs.notifly.tech`. Assuming these sources are secure, the server's direct security posture is strong.
Similar Servers
mcp-use
A comprehensive framework for building full-stack Model Context Protocol (MCP) applications, including AI agents, MCP servers with UI widgets, and integrated debugging tools in both Python and TypeScript.
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
mcpc
Build and compose agentic Model Context Protocol (MCP) servers and tools, enabling AI assistants to discover, integrate, and orchestrate other MCP servers for complex tasks.
mcp-advisor
Provides LLMs and humans with structured access to the Model Context Protocol (MCP) specification and documentation for understanding and compliance evaluation.