Vinkius
PubChem

PubChem MCP for AI. Structured Molecular Data Retrieval, Period.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

PubChem MCP on Cursor AI Code EditorPubChem MCP on Claude Desktop AppPubChem MCP on OpenAI Agents SDKPubChem MCP on Visual Studio CodePubChem MCP on GitHub Copilot AI AgentPubChem MCP on Google Gemini AIPubChem MCP on Lovable AI DevelopmentPubChem MCP on Mistral AI AgentsPubChem MCP on Amazon AWS Bedrock

Connect to your AI in seconds.

PubChem connects your AI agent to the world's largest open chemistry database, containing over 116 million compound records. This server lets you search for chemicals using common names, IUPAC nomenclature, or molecular formulas; it also retrieves deep data like SMILES strings, molecular weight (MW), and XLogP scores directly into your workflow.

What your AI can do

Get pubchem compound

Retrieves full molecular data—including formula, weight, SMILES, etc.—for a specific PubChem Compound ID (CID).

Search pubchem formula

Finds all matching compounds when given a specific molecular formula (e.g., C8H10N4O2).

Search pubchem

Searches for chemical compounds using common names or synonyms and returns key identifiers like MW and XLogP.

Search by Common Name

Find chemical compounds using their common names or synonyms.

Search by Molecular Formula

Identify all known compounds that match a specific molecular formula (e.g., C8H10N4O2).

Retrieve Full Compound Data

Pull detailed chemical information, including SMILES notation and physicochemical properties, using the PubChem Compound ID.

Included with Plan

Waiting for input…

AI Agent

PubChem MCP Server: 3 Tools for Chemical Data Access

Use these three tools to search chemical databases by name, formula, or ID, retrieving molecular data like SMILES and MW directly into your agent's output.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using PubChem on Vinkius

Get Pubchem Compound

Retrieves full molecular data—including formula, weight, SMILES, etc.—for a specific PubChem Compound ID (CID).

Search Pubchem Formula

Finds all matching compounds when given a specific molecular formula (e.g....

Search Pubchem

Searches for chemical compounds using common names or synonyms and returns key...

Security and governance baked right in.

Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.

Claude AI

Claude AI

1

Open Claude Settings

Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.

2

Add Custom Connector

Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:

https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp

Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials.

3

Start a conversation

Open a new chat. The PubChem integration is available immediately — no restart needed.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on every call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with PubChem, then connect any of our 5,100+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 5,100+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Every connection is secured and compliant automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog every week
PubChem MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by PubChem. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

VINKIUS INFRASTRUCTURE

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on every call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

Works with Claude, ChatGPT, Cursor, and more

The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.

This connection provides 3 powerful capabilities that interface natively with Claude, ChatGPT, Cursor, and other compatible AI platforms. No middleware. No custom integration required.

Manually checking molecular properties across multiple databases sucks.

Today, if you're comparing compounds—say, looking up three related metabolites—you manually jump between PubChem’s website, SciFinder, and your internal database. You copy the name into one place, then switch tabs to find the SMILES string in another. It takes time, and chances are, you miss a key data point like XLogP.

With this MCP server, you just prompt your agent: 'Compare the properties of Aspirin, Caffeine, and Glucose.' The server uses `search_pubchem` and `get_pubchem_compound` in sequence. You get structured JSON output that organizes all three compounds' MW, H-bond counts, and SMILES strings instantly.

The PubChem MCP Server: Get molecular data you need, when you need it.

You no longer have to remember which database holds the full set of physicochemical properties. The server handles this complexity for you. You tell your agent what you want—'Find all compounds matching C9H8O4'—and it runs `search_pubchem_formula` and delivers a precise, actionable list.

This means your workflow stays inside your coding environment. No more copy-pasting data between websites. The molecular properties are available in code variables the moment the agent finishes its task.

What your AI can actually do with this

Listen up. This server connects your AI client straight into PubChem—the biggest open chemistry database out there, sitting on over 116 million compound records. You don't need some headache API key to get at this data; you just use the tools right here.

How it works: Your agent calls one of these specific functions, and bam, it gets structured molecular data ready for your workflow. It's pure chemical intelligence, period. Forget wading through web pages; you get what you need directly.

When you need to find a compound using its common name or any known synonym, you use the search_pubchem tool. This function takes natural language identifiers—like 'aspirin' or some IUPAC-style synonym—and spits back key data points for matching compounds, including their molecular weight (MW) and XLogP scores.

If a name ain’t gonna cut it, you can use the search_pubchem_formula tool. Give it a specific molecular formula, like C8H10N4O2, and the server will identify all known compounds that match that exact composition. It's how you filter down the haystack when you only know the count of atoms you got.

When you already have a PubChem Compound ID (CID), you don't wanna waste time searching; you just want all the details on that molecule. That’s where get_pubchem_compound comes in. You feed it the CID, and it pulls back every piece of deep molecular data—you get the full chemical formula, the exact weight, the SMILES notation (that's the structure string), and more physicochemical properties.

It's a complete profile for that compound.

Think about this: If your workflow needs to track compounds across different search vectors, you don't need multiple integrations or complex database lookups. You just use the specialized tools we put here. Need common names? Use search_pubchem and pull those MW and XLogP scores immediately. Wanna check a formula against thousands of possibilities? Run search_pubchem_formula.

Got a specific ID you're working off of? get_pubchem_compound delivers the complete molecular blueprint, including that vital SMILES string. These tools act as direct pipelines to high-quality chemistry data, letting your agent work faster than anything else on this end.

Built · Hosted · Managed by Vinkius PubChem MCP Server - Molecular Data and Chemistry Search
Server ID 019d75fa-9126-713d-8fb7-625b0ea23e5f
Vinkius Inspector
Compliance Grade A+
Score 98.33/100
Vinkius Inspector Badge — Score 98.33/100

Questions you might have

How do I find a compound by name using PubChem MCP Server? +

You use search_pubchem. Just pass the common or IUPAC name you're looking for. It returns initial data and key identifiers like MW, which is usually enough to confirm what you're working with.

What if I only have a molecular formula? Can PubChem MCP Server help? +

Yes, use search_pubchem_formula. You pass the exact formula (e.g., C8H10N4O2), and it finds all known compounds that match that composition.

What is the best tool to get deep data for a specific compound? +

get_pubchem_compound is your go-to. You must feed it a PubChem Compound ID (CID) first. This tool pulls the deepest set of properties, including SMILES and InChI.

Can I use `search_pubchem` for more than one compound? +

While you pass multiple names to the agent's prompt, you typically need to execute search_pubchem sequentially or gather individual results first before processing them all.

Do I need an API key to use the `search_pubchem` tool? +

No, you don't need an API key for any of the tools. Just connect your AI client and start running searches immediately. The server handles all authentication on Vinkius.

What happens if I use `get_pubchem_compound` with a non-existent CID? +

The tool will return an error message indicating that the specified PubChem Compound ID (CID) could not be found. You'll need to verify the ID or try searching by name instead.

Does `search_pubchem` handle ambiguous common names? +

Yes, it searches across 116M+ compounds and handles common names like 'aspirin' or 'caffeine'. The results will provide the most accurate molecular data available for that name.

Can I use `search_pubchem_formula` to find organic molecules outside of drug discovery? +

The tool finds compounds by any valid molecular formula, making it useful for general biochemistry research. It covers both pharmaceutical leads and foundational biological metabolites.

Do I need an API key to use PubChem? +

No. PubChem PUG REST is completely free and open without any authentication. The only limitation is a rate limit of 5 requests per second and 400 requests per minute, which is more than sufficient for conversational AI usage.

What molecular properties are returned for each compound? +

Each compound includes: CID, IUPAC name, molecular formula, molecular weight, canonical SMILES, InChI identifier, XLogP (lipophilicity), hydrogen bond donor count, hydrogen bond acceptor count, and molecular complexity score. These cover Lipinski's Rule of Five for drug-likeness assessment.

Can I search by molecular formula instead of name? +

Yes! Use the formula search tool with standard notation (e.g., C8H10N4O2 for caffeine, C9H8O4 for aspirin, H2O for water). PubChem will return all compounds matching that exact formula with their names and properties.

Built & Managed by Vinkius 30s setup 3 tools

We've already built the connector for PubChem. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 3 tools are live and waiting. You're up and running in seconds.

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.