find_interactions
ActiveTool of Intact
declared in 0.1.0
IntAct (EBI) molecular-interaction database — find protein-protein and other molecular interactions for a gene/protein (by name or UniProt id), with detection method, interaction type, organism, PubMed ref, and MI confidence score. Keyless.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"page": {
"type": "number",
"description": "Page number, 0-indexed (default 0)."
},
"limit": {
"type": "number",
"description": "Max interactions to return (default 20, max 100)."
},
"query": {
"type": "string",
"description": "Gene name, protein name, or UniProt accession (e.g. \"EGFR_HUMAN\", \"BRCA2\", \"P04637\")."
}
}
}Parent server
Intact
https://github.com/pipeworx-io/mcp-intact
1/7 registries