PubChem PUG REST API Connector for AI agents.
4 live capabilities
Pull verified molecular formulas and chemical data for pharmaceutical research.
Waiting for input…
Why people use PubChem PUG REST API
PubChem PUG REST API for Chemical Data Auditing
This Connector changes that by letting you ask your agent to do the searching. You just type the name of a compound, and your agent pulls the metadata, formulas, and identifiers instantly. You get verified data in your chat window without the manual overhead.
What Vinkius changes
You get instant access to verified molecular data without leaving your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Verifying drug candidates
A pharmacologist needs to verify the molecular formula of a new drug candidate.
- Real-world use case 02
Rapid student research
A chemistry student wants to identify the properties of glucose quickly.
- Real-world use case 03
Laboratory safety audits
A lab manager needs to audit a list of 50 chemicals for a safety report.
Complete set · 4capabilities
The complete PubChem PUG REST API capability set.
These are the exact actions your AI can choose when you ask it to work with PubChem PUG REST API.
01—04
4 capabilities in this set.
Part of 4 available through PubChem PUG REST API.
- 01 Capability
Check api status
This capability verifies that the PubChem PUG REST service is currently online. This ensures your research workflow won't hit a dead end.
- 02 Capability
Get compound by cid
This capability fetches complete data for a specific Compound Identifier. It is the fastest way to get precise info on a known record.
- 03 Capability
Get compound by name
This capability gets full details for a chemical compound using its common name. It makes it easy to jump from a name to a full profile.
- 04 Capability
Search compound cids
This capability finds Compound Identifiers (CIDs) based on a keyword or name. Use this to identify multiple matches in the database.
Set up in minutes
One URL. Then ask PubChem PUG REST API to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use PubChem PUG REST API from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_39PvvjDIh0Gw5sIiVCJqmFBNo6SJy2fu1ixaSd7V/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it PubChem PUG REST API, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable PubChem PUG REST API for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_39PvvjDIh0Gw5sIiVCJqmFBNo6SJy2fu1ixaSd7V/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the PubChem PUG REST API URL.
- Step 03
Save and start
Save the connection and enable PubChem PUG REST API in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"pubchem-pug-rest-api": {
"url": "https://edge.vinkius.com/vk_preview_39PvvjDIh0Gw5sIiVCJqmFBNo6SJy2fu1ixaSd7V/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using PubChem PUG REST API
Open Agent mode in chat and ask: "Using PubChem PUG REST API, help me...". 4 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"pubchem-pug-rest-api": {
"url": "https://edge.vinkius.com/vk_preview_39PvvjDIh0Gw5sIiVCJqmFBNo6SJy2fu1ixaSd7V/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using PubChem PUG REST API
Ask Copilot: "Using PubChem PUG REST API, help me...". 4 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"pubchem-pug-rest-api": {
"url": "https://edge.vinkius.com/vk_preview_39PvvjDIh0Gw5sIiVCJqmFBNo6SJy2fu1ixaSd7V/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using PubChem PUG REST API
Open Cascade and ask: "Using PubChem PUG REST API, help me...". 4 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"pubchem-pug-rest-api": {
"url": "https://edge.vinkius.com/vk_preview_39PvvjDIh0Gw5sIiVCJqmFBNo6SJy2fu1ixaSd7V/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using PubChem PUG REST API
Ask Cline: "Using PubChem PUG REST API, help me...". 4 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add pubchem-pug-rest-api --transport http "https://edge.vinkius.com/vk_preview_39PvvjDIh0Gw5sIiVCJqmFBNo6SJy2fu1ixaSd7V/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using PubChem PUG REST API
Ask Claude: "Using PubChem PUG REST API, show me...". 4 tools are ready
Where the request belongs
Work PubChem can move forward.
Scientists and pharmacologists who need to verify chemical data quickly. It solves the problem of manual data entry and cross-referencing between different research portals.
Pharmacologist
Verifies drug compound patterns and molecular formulas during pharmaceutical research.
Research Scientist
Audits chemical metadata and technical properties for laboratory reports and papers.
Chemistry Student
Identifies properties of chemical compounds using natural language during study.
Operations Lead
Automates the querying of chemical data for large research teams to ensure accuracy.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPubChem
Search 116M+ chemical compounds with molecular properties, SMILES notation, formulas, and drug-like properties from the world's largest free chemistry database.
NLM RxNorm (Drug Database)
Access the NLM RxNorm database to search for drugs, retrieve RxCUIs, and inspect standardized drug properties and identifiers.
EPA Computational Toxicology
Access the US EPA's CompTox Chemicals Dashboard data. search for chemicals, properties, hazard summaries, and exposure data.
KEGG
Access the Kyoto Encyclopedia of Genes and Genomes (KEGG) to query genomic, chemical, and systemic functional information directly from your AI agent.
RxNorm Drug Terminology
Universal drug nomenclature intelligence. resolve clinical drug names and codes via AI.
FDA (openFDA)
Access public health data via openFDA. search drug labeling, monitor adverse events, and track food recalls directly through your AI agent.
Bring your own AI
Change the model, client or framework. Keep PubChem connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about PubChem.
The practical details behind the request, access and result.
Does the PubChem PUG REST API MCP require an API key?
No, it does not. Since PubChem is a free and open service, you can connect your agent and start pulling data immediately without managing keys.
How can I use the PubChem PUG REST API MCP to verify chemical formulas?
You can simply ask your agent to look up a specific compound by its name or CID. It will pull the official molecular formula directly from the National Library of Medicine for you.
Can the PubChem PUG REST API MCP find compounds by keyword?
Yes, your agent can search for compounds using keywords. It will return a list of matching Compound Identifiers (CIDs) so you can find exactly what you need.
Is the data in the PubChem PUG REST API MCP accurate for pharmacology?
Yes, the data comes directly from PubChem, which is an authoritative source for molecular and chemical data used widely in pharmacology and research.
Can I use the PubChem PUG REST API MCP to audit laboratory chemicals?
Yes, you can ask your agent to pull high-resolution technical properties and metadata for specific chemicals to help you audit your inventory or research records.
What happens if the PubChem service is down?
You can ask your agent to check the service status. This will tell you if the connection to the database is active before you start your research workflow.
Is an API Key required for PubChem API?
No. PubChem is a free and open service provided by the NIH. This server works out of the box without any static credentials required.
What is a CID?
CID stands for Compound Identifier. It is a unique numerical ID assigned to each chemical compound in the PubChem database.
Can the agent show molecular formulas?
Yes. The compound details retrieved by your agent include the molecular formula and IUPAC name metadata where available.
One connection away
Give your agent a direct line to PubChem.
Connect PubChem once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available