PubChem
Extracts basic chemical information about drugs and compounds from the PubChem API.
pubchem mcp server
the mcp is used to extract the drug basic chemical infomation from pubchem API.
Requirements
- Python 3.10
python-dotenvrequestsmcpuvicorn
Installation
Install the dependencies(local):
- Install directly from the project directory
git clone [project repository URL]
cd [project directory]
pip install .
Configure servers(pypi):
The servers_config.json follows the same structure as Claude Desktop, allowing for easy integration of multiple servers.
Here's an example:
{
"mcpServers": {
"pubchem": {
"command": "uvx",
"args": ["pubchem_mcp_server"]
}
}
}
the result of this MCP
{
"Drug Name": "Aspirin",
"CAS Number": "50-78-2",
"Molecular Weight": 180.16,
"Molecular Formula": "C9H8O4",
"SMILES": "CC(=O)OC1=CC=CC=C1C(=O)O",
"Synonyms": [
"2-(Acetyloxy)benzoic Acid",
"Acetylsalicylic Acid",
"Acetysal",
"Acylpyrin",
"Aloxiprimum",
"Aspirin",
"Colfarit",
"Dispril",
"Easprin"
],
"InchI Key": "BSYNRYMUTXBXSQ-UHFFFAOYSA-N",
"IUPAC Name": "2-acetyloxybenzoic acid",
"ATC Code": "N02BA01",
"Details Link": "https://pubchem.ncbi.nlm.nih.gov/compound/2244"
}
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Local Flow
A minimal, local, GPU-accelerated RAG server for document ingestion and querying.
Semantic API
Natural language API discovery — search 700+ API capabilities, get endpoints, auth setup, and code snippets.
USGS Quakes
Access earthquake data from the USGS Quakes API using natural language queries.
Caltrain MCP Server
Provides real-time Caltrain schedule information using GTFS data.
Exa
Search Engine made for AIs by Exa
Kagi
Kagi search API integration
MCP Research Friend
Research tools, including a Sqlite-backed document stash
FetchSERP
All-in-One SEO & Web Intelligence Toolkit API from FetchSERP.
AgentRank
Google for AI agents — live search across 25,000+ scored MCP servers, updated daily
Simple Files Vectorstore
Provides semantic search across local files by creating vector embeddings from watched directories.