Interpro vs RCSB PDB — MCP Server Comparison | AllMCPs
Side-by-Side Model Context Protocol Comparison
Interpro vs RCSB PDB
In-depth architectural comparison of the Interpro and RCSB PDB 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
Interpro
Biology & Bioinformatics · Remote HTTP/SSE
Quality: 51/100 (Good) | Auth: No auth required
RCSB PDB
Biology & Bioinformatics · Local stdio
Quality: 53/100 (Good) | Auth: No auth required
Verdict Summary: Choose Interpro if you need specialized Biology & Bioinformatics tools running via a hosted cloud SSE transport. Choose RCSB PDB 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?
I
Choose Interpro when:
You need dedicated capabilities in the Biology & Bioinformatics domain.
You prefer remote streaming HTTP/SSE transport architecture.
Your security boundary fits: No auth required (Free / Open Source).
Search InterPro for protein families, domains, repeats and functional sites by keyword (text search over entry names/accessions). InterPro is EBI's integrated protein-signature classification (Pfam, PROSITE, SMART, CDD, PANTHER, ...). Returns matching entries with accession (IPRxxxxxx), name, type…
get_entry
Get full details for a single InterPro entry by accession (e.g. "IPR000001"). Returns the entry name, type, a plain-text description, member-signature/protein counters, and associated GO terms (molecular function / biological process / cellular component). Use after search_entries or entries_for_pr…
entries_for_protein
List all InterPro entries (families, domains, sites) found on a given UniProt protein, by UniProt accession (e.g. "P12345"). Returns each matching InterPro signature with accession, name and type. Useful to functionally annotate a protein. Complements UniProt/AlphaFold. Keyless.
RCSB PDB Tools (35)
rcsb_list_pdb_search_attributes
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).
Interpro is categorized under Biology & Bioinformatics and uses a remote streaming HTTP/SSE transport. In contrast, RCSB PDB belongs to Biology & Bioinformatics using local stdio subprocess. Select Interpro when you need capabilities focused on biology & bioinformatics and RCSB PDB when you require tools for biology & bioinformatics.
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).
rcsb_find_disease_terms
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).