pubchem_mcp_server

pubchem_mcp_server

3.9

pubchem_mcp_server is hosted online, so all tools can be tested directly either in theTools tabor in theOnline Client.

If you are the rightful owner of pubchem_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.

The PubChem MCP server is designed to extract basic chemical information about drugs using the PubChem API.

The PubChem MCP server is a specialized server that leverages the Model Context Protocol (MCP) to interact with the PubChem API. It is designed to extract and provide detailed chemical information about drugs, such as molecular weight, formula, and synonyms. This server is particularly useful for researchers and developers who need to integrate chemical data into their applications or workflows. The server is built using Python and requires specific dependencies, including `python-dotenv`, `requests`, `mcp`, and `uvicorn`. It can be easily installed and configured to work with multiple servers, making it a flexible tool for various chemical data extraction needs.

Features

  • Extracts detailed chemical information from the PubChem API.
  • Supports integration with multiple servers using a JSON configuration.
  • Provides data such as molecular weight, formula, and synonyms.
  • Built with Python, ensuring easy installation and configuration.
  • Utilizes the Model Context Protocol for efficient data retrieval.

Tools

  1. get_chemical_info

    获取化学物质的详细信息
    
    Args:
        name: 化学物质名称
    
  2. search_chemical_by_cas

    通过CAS号搜索化学物质信息
    
    Args:
        cas_number: 化学物质的CAS号