Skip to content

Commit 32b8218

Browse files
Add bio.helena-folklore (#290)
* Add bio.helena-folklore Signed-off-by: Vladimir Mitev <vladimir@helena.bio> * Update Folklore listing for MCP 1.5.0 gene-disease evidence --------- Signed-off-by: Vladimir Mitev <vladimir@helena.bio>
1 parent 72230b5 commit 32b8218

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

servers/bio.helena-folklore.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "bio.helena-folklore",
4+
"name": "Folklore Clinical Variant Interpretation MCP",
5+
"alias": "folklore",
6+
"description": "Bioinformatics MCP for genomic variant interpretation, gene-disease evidence and literature.",
7+
"schema_version": "2.1",
8+
"categories": [
9+
"search",
10+
"ai-ml"
11+
],
12+
"tags": [
13+
"genomics",
14+
"variants",
15+
"acmg",
16+
"amp",
17+
"biomedical"
18+
],
19+
"transport": {
20+
"type": "http",
21+
"url": "https://api.helena.bio/folklore/v1/mcp",
22+
"metadata": {
23+
"inputs": []
24+
}
25+
},
26+
"auth": {
27+
"type": "none"
28+
},
29+
"contributor": {
30+
"name": "Helena Bioinformatics",
31+
"github": "helena-bioinformatics",
32+
"url": "https://www.helena.bio"
33+
},
34+
"links": {
35+
"repository": "https://github.com/helena-bioinformatics/folklore-mcp",
36+
"homepage": "https://folklore.helena.bio",
37+
"documentation": "https://folklore.helena.bio/docs/folklore-connector"
38+
},
39+
"platforms": [
40+
"all"
41+
],
42+
"capabilities": {
43+
"tools": true,
44+
"resources": true,
45+
"prompts": true,
46+
"read_only_mode": true
47+
}
48+
}

0 commit comments

Comments
 (0)