pubchem_mcp_server
3
This project is an MCP server that interfaces with the PubChem API to fetch and display essential chemical information on drugs. It supports integration with multiple servers and retrieves data such as drug names, molecular weights, and formulas.
python-dotenv
Used to manage environment variables
Requests
Used to send HTTP requests
mcp
MCP Framework Core
uvicorn
ASGI server, used to run services