cortex-cloud-docs-mcp-server
Verified Safeby clarkemn
Overview
Provides a Model Context Protocol (MCP) server for Claude and other compatible clients to search Cortex Cloud documentation and API references.
Installation
uv run python server.pyEnvironment Variables
- PORT
Security Notes
The server scrapes web content from specified Palo Alto Networks documentation domains. It includes measures to limit indexing depth (`max_pages`) and prevent indexing external sites by validating the domain of discovered links. It also uses a 10-second timeout for HTTP requests, which helps mitigate issues with unresponsive servers. No 'eval', hardcoded secrets, or obvious malicious patterns were found. Theoretical risks of resource exhaustion with very high `max_pages` or aggressive usage are mitigated by default limits and the overall design.
Similar Servers
DevDocs
DevDocs is a web crawling and content extraction platform designed to accelerate software development by converting documentation into LLM-ready formats for intelligent data querying and fine-tuning.
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.
prisma-cloud-docs-mcp-server
Provides an AI agent (like Claude) with search access to Prisma Cloud documentation and API references.
documan
Provides an MCP server for AI assistants to semantically search and understand project documentation in real-time.