parse-patrol
Verified Safeby ndaelman-hu
Overview
Provides a dual-mode framework for AI agents and developers to parse computational chemistry files and interact with the NOMAD materials database.
Installation
uv run python -m parse_patrolSecurity Notes
The project uses Pydantic for input validation, standard HTTP requests with timeouts for network communication, and trusted third-party libraries (cclib, iodata) for parsing. Dynamic module imports are controlled by hardcoded configurations, mitigating arbitrary code execution risks. File operations are confined to a designated '.data' directory. No obvious hardcoded secrets or malicious patterns were identified. General risks associated with file parsing from untrusted sources or network interactions remain inherent but are handled with reasonable precautions.
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.
kindly-web-search-mcp-server
Provides web search with robust, LLM-optimized content retrieval from various sources (StackExchange, GitHub, Wikipedia, arXiv, and general webpages) for AI coding assistants.
academia_mcp
An MCP server providing tools for searching, fetching, analyzing, and reporting on scientific papers and datasets, often powered by LLMs.
data-commons-search
Provides a natural language search interface over open-access scientific datasets and tools, assisted by a Large Language Model (LLM) through the Model Context Protocol (MCP).