Skip to content

Commit 7cd6b32

Browse files
Add bio.helena-noodle
Signed-off-by: Vladimir Mitev <vladimir@helena.bio>
1 parent 40ad751 commit 7cd6b32

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

servers/bio.helena-noodle.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-noodle",
4+
"name": "Noodle Biomedical Literature Discovery MCP",
5+
"alias": "noodle",
6+
"description": "Search biomedical literature, inspect publications, and traverse bounded citation and semantic neighborhoods",
7+
"schema_version": "2.1",
8+
"categories": [
9+
"search",
10+
"ai-ml"
11+
],
12+
"tags": [
13+
"biomedical",
14+
"literature",
15+
"pubmed",
16+
"citations",
17+
"semantic-search"
18+
],
19+
"transport": {
20+
"type": "http",
21+
"url": "https://api.helena.bio/noodle/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/noodle-mcp",
36+
"homepage": "https://noodle.helena.bio",
37+
"documentation": "https://noodle.helena.bio/mcp"
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)