Alphafold Database

🌐Community
by davila7 · vlatest · Repository

Retrieve protein structure predictions and related data from AlphaFold databases using specified identifiers or search terms.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add alphafold-database npx -- -y @trustedskills/alphafold-database
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "alphafold-database": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/alphafold-database"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The alphafold-database skill provides AI agents with direct access to the AlphaFold protein structure database, enabling rapid retrieval of experimentally determined and predicted 3D protein structures. It allows agents to fetch structural data for specific proteins using UniProt IDs or search by sequence, facilitating immediate analysis without external API calls.

When to use it

  • Quickly retrieve high-confidence 3D structures for known proteins identified by UniProt ID during bioinformatics workflows.
  • Validate predicted protein folds against existing database entries before proceeding with simulation or drug design tasks.
  • Gather structural metadata, including confidence scores and PDB IDs, to inform downstream modeling decisions.

Key capabilities

  • Fetches 3D protein structures directly from the AlphaFold Database.
  • Supports queries using UniProt accession numbers for precise identification.
  • Returns structured data including predicted models and associated metadata.

Example prompts

  • "Retrieve the top-ranked AlphaFold model for the protein with UniProt ID P04637."
  • "Fetch structural predictions for a list of human kinases from the AlphaFold database."
  • "Get the confidence score and PDB ID for the structure of the enzyme EC 1.1.1.1."

Tips & gotchas

Ensure you have valid UniProt IDs for accurate results, as searching by generic names may yield ambiguous matches. This skill relies on pre-computed predictions; it does not generate new structures or perform custom molecular dynamics simulations.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
davila7
Installs
127

🌐 Community

Passed automated security scans.