From 4297440755ab47c5b66810b0da5415356a956d3d Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Tue, 19 May 2026 11:42:29 -0500 Subject: [PATCH] bio-research: drop three dead deepsense.ai MCP URLs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `mcp.deepsense.ai` is NXDOMAIN — the entire subdomain has been torn down (parent deepsense.ai still resolves; only the MCP service is gone). The three connectors served from it (biorxiv, c-trials, chembl) all fail the "Check MCP URLs" liveness workflow added in #236 and block every open PR that touches marketplace.json. Mirrors the `servicenow` removal from #238 — the only truly-dead case in that cleanup; the rest were repointed. There is no discoverable migration target for the deepsense MCP service. Skills are not affected: `bio-research/CONNECTORS.md` documents the plugin as tool-agnostic via `~~literature` / `~~chemical database` / `~~clinical trials` placeholders. Users connect any working MCP server in the relevant category (CONNECTORS.md already lists alternatives: Google Scholar, Semantic Scholar, EU Clinical Trials Register, PubChem, DrugBank). CONNECTORS.md still references the removed server names under "Included servers"; the plugin owner can update that copy as a follow-up if they want to keep it strictly accurate. Co-Authored-By: Claude Opus 4.7 (1M context) --- bio-research/.mcp.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/bio-research/.mcp.json b/bio-research/.mcp.json index 6f001c2a..e5fefeb3 100644 --- a/bio-research/.mcp.json +++ b/bio-research/.mcp.json @@ -8,22 +8,10 @@ "type": "http", "url": "https://mcp.services.biorender.com/mcp" }, - "biorxiv": { - "type": "http", - "url": "https://mcp.deepsense.ai/biorxiv/mcp" - }, "consensus": { "type": "http", "url": "https://mcp.consensus.app/mcp" }, - "c-trials": { - "type": "http", - "url": "https://mcp.deepsense.ai/clinical_trials/mcp" - }, - "chembl": { - "type": "http", - "url": "https://mcp.deepsense.ai/chembl/mcp" - }, "synapse": { "type": "http", "url": "https://mcp.synapse.org/mcp"