From c738047368bb9ff78cc018ee6462d6500afa69b2 Mon Sep 17 00:00:00 2001 From: Vladimir Mitev Date: Tue, 1 Sep 2026 02:29:07 +0300 Subject: [PATCH 1/2] Add bio.helena-folklore Signed-off-by: Vladimir Mitev --- servers/bio.helena-folklore.json | 48 ++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 servers/bio.helena-folklore.json diff --git a/servers/bio.helena-folklore.json b/servers/bio.helena-folklore.json new file mode 100644 index 0000000..892f394 --- /dev/null +++ b/servers/bio.helena-folklore.json @@ -0,0 +1,48 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "bio.helena-folklore", + "name": "Folklore Clinical Variant Interpretation MCP", + "alias": "folklore", + "description": "Retrieve public clinical variant evidence, ACMG and AMP evidence, and supporting biomedical literature", + "schema_version": "2.1", + "categories": [ + "search", + "ai-ml" + ], + "tags": [ + "genomics", + "variants", + "acmg", + "amp", + "biomedical" + ], + "transport": { + "type": "http", + "url": "https://api.helena.bio/folklore/v1/mcp", + "metadata": { + "inputs": [] + } + }, + "auth": { + "type": "none" + }, + "contributor": { + "name": "Helena Bioinformatics", + "github": "helena-bioinformatics", + "url": "https://www.helena.bio" + }, + "links": { + "repository": "https://github.com/helena-bioinformatics/folklore-mcp", + "homepage": "https://folklore.helena.bio", + "documentation": "https://folklore.helena.bio/docs/folklore-connector" + }, + "platforms": [ + "all" + ], + "capabilities": { + "tools": true, + "resources": true, + "prompts": true, + "read_only_mode": true + } +} From 64c03dabed7864309bcc4cc536cc8dd4c9fbe613 Mon Sep 17 00:00:00 2001 From: Vladimir Mitev Date: Fri, 11 Sep 2026 14:36:56 +0300 Subject: [PATCH 2/2] Update Folklore listing for MCP 1.5.0 gene-disease evidence --- servers/bio.helena-folklore.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/bio.helena-folklore.json b/servers/bio.helena-folklore.json index 892f394..6498d0e 100644 --- a/servers/bio.helena-folklore.json +++ b/servers/bio.helena-folklore.json @@ -3,7 +3,7 @@ "id": "bio.helena-folklore", "name": "Folklore Clinical Variant Interpretation MCP", "alias": "folklore", - "description": "Retrieve public clinical variant evidence, ACMG and AMP evidence, and supporting biomedical literature", + "description": "Bioinformatics MCP for genomic variant interpretation, gene-disease evidence and literature.", "schema_version": "2.1", "categories": [ "search",