We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/genomoncology/biomcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# TrialGPT Reproduction
This demo reproduces a TrialGPT-style trial matching workflow with BioMCP trial search/get.
## Scope
- Find active BRAF V600E melanoma trials
- Summarize key eligibility details
- Capture phase/intervention context
- Provide matching rationale for a patient profile
## Run
```bash
./run.sh
```
## Outputs
- `output.md`: model response
- `stderr.log`: command/tool stderr
- `metrics.json`: elapsed time, inferred tool calls, output word count
## Scoring
```bash
./score.sh output.md
```
The score checks for trial identifiers and matching-related evidence.