RCSB PDB vs HealthChain — MCP Server Comparison | AllMCPs
Side-by-Side Model Context Protocol Comparison
RCSB PDB vs HealthChain
In-depth architectural comparison of the RCSB PDB and HealthChain MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
RCSB PDB
Biology & Bioinformatics · Local stdio
Quality: 53/100 (Good) | Auth: No auth required
HealthChain
Biology & Bioinformatics · Local stdio
Quality: 59/100 (Good) | Auth: No auth required
Verdict Summary: Choose RCSB PDB if you need specialized Biology & Bioinformatics tools running via a local process. Choose HealthChain if your workspace requires Biology & Bioinformatics integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
R
Choose RCSB PDB when:
You need dedicated capabilities in the Biology & Bioinformatics domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: No auth required (Free / Open Source).
Discover searchable attribute paths, types, and operators. `schema="structure"` (default, ~677) or `schema="chemical"` (~57: `chem_comp.*`, `drugbank_info.*`, ...).
rcsb_find_go_terms
Resolve a free-text molecular function / biological process / cellular component to Gene Ontology ids (via EBI QuickGO), annotated with PDB entry counts — then search by `rcsb_polymer_entity_annotation.annotation_lineage.id`.
rcsb_find_interpro_domains
Resolve a free-text protein domain / family / fold to InterPro ids (via EBI InterPro API), annotated with PDB entry counts — then search by `rcsb_polymer_entity_annotation.annotation_id`.
rcsb_find_enzyme_classes
Resolve a free-text enzyme / reaction to Enzyme Commission (EC) numbers (via EBI Search/IntEnz), annotated with PDB entry counts — then search by `rcsb_polymer_entity.rcsb_ec_lineage.id` (hierarchical).
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
RCSB PDB is categorized under Biology & Bioinformatics and uses a local stdio subprocess. In contrast, HealthChain belongs to Biology & Bioinformatics using local stdio subprocess. Select RCSB PDB when you need capabilities focused on biology & bioinformatics and HealthChain when you require tools for biology & bioinformatics.
Resolve a free-text disease / condition to MONDO ids (via EBI OLS), annotated with PDB entry counts — then search by `rcsb_uniprot_annotation.annotation_lineage.id` (hierarchical, UniProt-based).
rcsb_find_organisms
Resolve a free-text organism / common name / clade to NCBI Taxonomy ids (via UniProt taxonomy), annotated with PDB entry counts — then search by `rcsb_entity_source_organism.taxonomy_lineage.id` (hierarchical: a clade id matches every organism beneath it).
rcsb_search_fulltext
Free-text keyword search (e.g. `"CRISPR Cas9"`), optionally refined with structured `attributes` filters (AND/OR) and `sort`.
rcsb_search_by_attribute
Structured search on one or more indexed attributes (resolution, organism, release date, ...) combined with a single AND/OR. Each `AttributeFilter` supports `exists`, `negation`, `case_sensitive`; `chemical=True` (text_chem).
rcsb_search_by_sequence
MMseqs2 sequence-similarity search (BLAST-like).
rcsb_search_by_chemical
Chemical search by SMILES/InChI descriptor (whole-molecule or substructure) or molecular formula.
rcsb_search_by_structure
3D shape-similarity search against a reference PDB assembly or chain.
rcsb_search_by_seqmotif
Short **sequence**-motif search (PROSITE pattern, regex, or simple wildcards).
+23 more tools listed on main page
HealthChain Tools (6)
Typed FHIR resource tools
Machine-readable validation reports
FHIR terminology lookup
Patient bundle reading and coding
Claude access over MCP
Live FHIR API connectivity
HealthChain vs Noodle Biomedical Literature Discovery MCP
MCP server to search, inspect, and cross-reference RCSB Protein Data Bank structures
Typed, validated FHIR tools for healthcare AI agents — build, read, validate, and code FHIR resources from a patient bundle, with terminology lookup and machine-readable validation reports built for fix-and-retry. pip install healthchain[mcp]