find_interactions
Pack: intact · Endpoint: https://gateway.pipeworx.io/intact/mcp
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
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Gene name, protein name, or UniProt accession (e.g. “EGFR_HUMAN”, “BRCA2”, “P04637”). |
limit | number | no | Max interactions to return (default 20, max 100). |
page | number | no | Page number, 0-indexed (default 0). |
Example call
curl -X POST https://gateway.pipeworx.io/intact/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"find_interactions","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"intact": {
"url": "https://gateway.pipeworx.io/intact/mcp"
}
}
}
See Getting Started for client-specific install steps.