CoChem-Agents
Verified Safeby yuxi-TJU
Overview
Provides programmatic access to the PubChem database for chemical information retrieval and analysis.
Installation
python -m mcp_pubchemSecurity Notes
The server relies on `pubchempy` for interaction with the PubChem API. No direct use of `eval` or user-controlled shell commands. The `tool_get_bioassays`, `tool_find_similar`, and `tool_get_patents` methods are placeholders, reducing immediate network exposure. Potential risks include resource exhaustion from very large or malformed queries passed to `pubchempy`, which could cause denial-of-service, though `pubchempy` and the PubChem API generally handle this. When run in TCP mode, ensure proper network firewalling.
Similar Servers
rust-mcp-schema
Provides a type-safe Rust implementation of the Model Context Protocol (MCP) schema, enabling developers to build robust MCP servers and clients.
rdkit-mcp-server
Enables language models to interact with RDKit cheminformatics functions through a Model Context Protocol server.
pypi-query-mcp-server
A Model Context Protocol (MCP) server for querying PyPI package information, dependencies, and compatibility checking, assisting AI agents in Python development workflows.
opentargets-mcp
Serves as a Model Context Protocol (MCP) server exposing the Open Targets Platform GraphQL API as a set of structured tools for AI agents and other MCP-compatible clients to access biomedical data.