interaction_count
Pack: intact · Endpoint: https://gateway.pipeworx.io/intact/mcp
IntAct (EBI) — fast count of how many molecular interactions a gene/protein (by name or UniProt id) has. Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Gene name, protein name, or UniProt accession (e.g. “EGFR_HUMAN”, “BRCA2”, “P04637”). |
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":"interaction_count","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.