Connects to IntAct, the European Bioinformatics Institute's molecular interaction database. No API key required. Part of the Pipeworx gateway, which aggregates 823+ data sources behind a single MCP interface. You can call tools directly or use ask_pipeworx to query in plain English and let the gateway route to the right endpoint. Useful when you're working with protein interactions, molecular pathways, or biological network data and want to pull from EBI's curated collection without managing authentication. The source documentation doesn't list specific tools, but it's accessible via streamable HTTP transport and works with standard MCP clients.
IntAct (EBI) molecular-interaction database MCP. Keyless.
Part of Pipeworx — an MCP gateway connecting AI agents to 823+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"intact": {
"url": "https://gateway.pipeworx.io/intact/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 823+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Intact data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
hovecapital/read-only-local-postgres-mcp-server
cocaxcode/database-mcp
io.github.infoinlet-marketplace/mcp-mysql
io.github.cybeleri/database-admin
io.github.yash-0620/postgres-mcp-secured