You're viewing a demo portfolio

Join the waitlist
PRSM

predict_ppi

Active

Tool of Cure Cancer With AI

declared in 1.0.0

Predict the binding-affinity class for a pair of proteins using the IBM MAMMAL biomedical foundation model. Returns label "1" (interacting) or "0" (non-interacting). Inference is CPU-bound and may take up to ~60s.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "protein_a",
    "protein_b"
  ],
  "properties": {
    "protein_a": {
      "type": "string",
      "description": "Amino-acid sequence, single-letter codes (ACDEFGHIKLMNPQRSTVWY), no FASTA header."
    },
    "protein_b": {
      "type": "string",
      "description": "Amino-acid sequence, single-letter codes."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Cure Cancer With AI

https://github.com/hifarrer/ccwai-api

1/7 registries
View full server →
predict_ppi — Cure Cancer With AI — PRSM MCP