From 7cd6b32814eb16c11c36147809ae78bada809871 Mon Sep 17 00:00:00 2001 From: Vladimir Mitev Date: Tue, 1 Sep 2026 02:27:22 +0300 Subject: [PATCH] Add bio.helena-noodle Signed-off-by: Vladimir Mitev --- servers/bio.helena-noodle.json | 48 ++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 servers/bio.helena-noodle.json diff --git a/servers/bio.helena-noodle.json b/servers/bio.helena-noodle.json new file mode 100644 index 0000000..b47a3ec --- /dev/null +++ b/servers/bio.helena-noodle.json @@ -0,0 +1,48 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "bio.helena-noodle", + "name": "Noodle Biomedical Literature Discovery MCP", + "alias": "noodle", + "description": "Search biomedical literature, inspect publications, and traverse bounded citation and semantic neighborhoods", + "schema_version": "2.1", + "categories": [ + "search", + "ai-ml" + ], + "tags": [ + "biomedical", + "literature", + "pubmed", + "citations", + "semantic-search" + ], + "transport": { + "type": "http", + "url": "https://api.helena.bio/noodle/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/noodle-mcp", + "homepage": "https://noodle.helena.bio", + "documentation": "https://noodle.helena.bio/mcp" + }, + "platforms": [ + "all" + ], + "capabilities": { + "tools": true, + "resources": true, + "prompts": true, + "read_only_mode": true + } +}