mcp-socket-docs
Verified Safeby dc-larsen
Overview
Provides up-to-date Socket.dev documentation to Claude Desktop through a Model Context Protocol (MCP) server, enabling accurate AI responses to documentation-related queries.
Installation
npm startSecurity Notes
The server primarily serves pre-scraped, public documentation. Input validation is present for tool arguments (query, limit, url), restricting URLs to specific trusted domains (`docs.socket.dev`, `github.com`). The scraper uses standard `fetch` requests with a `User-Agent` and includes delays for rate limiting. There are no `eval` statements, hardcoded secrets, or obvious code injection vulnerabilities. The documentation data is loaded from a local JSON file, preventing dynamic content execution. The risk is minimal, primarily confined to potential edge cases in the HTML/Markdown content extraction regexes within the scraper, which is outside the live server's runtime execution path.
Similar Servers
mcp-spec-kit
Guides AI agents through the full lifecycle development and validation of Model Context Protocol (MCP) servers, from requirements to operations.
utcp-docs-server
A comprehensive MCP server that helps AI coding agents understand and implement the Universal Tool Calling Protocol (UTCP) by providing documentation search, validation, generation, and an LLM-powered expert agent.
hawkeye-mcp-docs
Facilitates AI-powered autonomous incident investigation and root cause analysis through an MCP server.
fusion-mcp
An MCP server for Autodesk Fusion 360, enabling data management, export, design automation, and webhooks interactions via a standardized protocol, deployed on Cloudflare Workers.