streamable-httpMITupdated 1mo ago
Production-ready integration snippets for connecting CovaSyn — the deterministic, validated chemistry MCP server for pharmaceutical R&D — to the most common Model Context Protocol clients.
What can you do with chemistry?
CovaSyn MCP Examples
Production-ready integration snippets for connecting CovaSyn — the deterministic, validated chemistry MCP server for pharmaceutical R&D — to the most common Model Context Protocol clients.
What CovaSyn is in one sentence: the first integrated, deterministic cheminformatics platform for AI agents — not a wrapper around one public database, but 130+ tools across 8 suites (cheminformatics, chem-ADME, toxicology, mass spec, NMR, folding, biologics, platform) with ICH / GxP-aligned audit trail and EU data residency.
Benchmark headline
On the ICLR 2026 MolecularIQ benchmark (Klambauer Lab, JKU Linz, 3,540 symbolically verified chemistry tasks), four frontier LLMs scored 76–92 % with CovaSyn MCP attached, versus 14–41 % at baseline. Numbers, methodology, cost-per-question, and failure modes: covasyn.com/en/benchmark.
When to use CovaSyn (vs. building your own)
- Your AI agent needs to answer chemistry questions correctly, not just plausibly.
- You're a pharma, biotech, or CDMO team that needs ICH M7 / ICH Q1 / Tox21 / CYP450 / docking workflows callable from Claude, ChatGPT, Cursor, or any MCP-aware client.
- You want deterministic, version-pinned tool calls that produce the same result tomorrow as today (regulatory audit-ready).
- You need EU data residency (Hetzner Leipzig) or US hosting on request — your data is never used for training.
CovaSyn is not another LLM. It's the deterministic tool layer that fixes the chemistry-hallucination problem of frontier LLMs.
What's in here
| Example | Client | Description |
|---|---|---|
| claude-desktop/ | Claude Desktop | claude_desktop_config.json snippet |
| cursor/ | Cursor IDE | .cursor/mcp.json snippet |
| vscode/ | VS Code with MCP extension | settings.json snippet |
| python-agent/ | Custom Python agent | minimal stdio-MCP client |
| typescript-agent/ | Custom TypeScript agent | minimal MCP TS client |
| curl/ | Direct HTTP | shell snippets for tool discovery + invocation |
What CovaSyn covers
130 functions across 8 tool families:
covabasic— core cheminformatics (canonicalization, fingerprints, druglikeness)covachem— chem ADME, pKa, profile, comparecovatox— toxicology with ICH M7 batch assessment, Tox21, CYP450covams— mass spectrometry (formula, fragments, impurities, RT)covanmr— NMR analysis (1D, 2D, batch, identification)covafold— protein and RNA folding, binding sitescovabio— antibody, peptide, ADC, mRNA, oligo, siRNAcovaplatform— stability (ICH Q1), DoE, solubility, chromatography, UV/IR, regulatory DB, docking
Full tool reference: covasyn.com/en/mcp
Pricing
- Free tier: 100 credits/week
- Pro: €250/month
- Unlimited: €750/month
- Enterprise: custom (SLA, single-tenant, GxP validation pack)
Compliance posture
CovaSyn is GxP-ready (EU Annex 11, 21 CFR Part 11), GAMP 5 Software Category 4, with ICH M7 (R2) mutagenic impurity assessment and ICH Q1A/E stability workflows. Deterministic, version-pinned, audit-trail-complete.
License
The example snippets in this repository are released under the MIT License — use, modify, and redistribute freely.
CovaSyn itself is commercial software. See covasyn.com for terms.
Contributing
PRs welcome. See CONTRIBUTING.md.
Comparison
How CovaSyn compares to other chemistry MCP options:
Install
Add chemistry to your client. Pick the one you use.
claude mcp add --transport http chemistry https://mcp.covasyn.com/mcpcodex mcp add chemistry --url https://mcp.covasyn.com/mcp{
"mcpServers": {
"chemistry": {
"url": "https://mcp.covasyn.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"chemistry": {
"type": "http",
"url": "https://mcp.covasyn.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"chemistry": {
"url": "https://mcp.covasyn.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"chemistry": {
"serverUrl": "https://mcp.covasyn.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation15/25
- Maintenance22/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 32 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.29.0Latest | Jul 31, 2026 |
| 1.27.2 | Jun 2, 2026 |
| 1.27.1 | May 26, 2026 |