An implementation of the Model Context Protocol (MCP) server that provides Large Language Models with structured tools to query the European Chemical Biology Database (ECBD).
This server allows LLMs to programmatically explore biochemical assays, screen targets, search compounds, and analyze active substances (such as Luciferase assays).
- Assay Search: Query ECBD assays by target, technology, or ID.
- Compound Discovery: Retrieve data on active compounds and bioactivity profiles.
- LLM Ready: Exposes clean, structured tools compatible with any MCP client.
- Node.js (v18 or higher recommended)
- npm or yarn
Clone the repository and install the dependencies:
git clone https://github.com/eu-openscreen/ECBD-MCP-Server.git
cd ecbd-mcp-server
npm install