Commit 09f62fb
authored
Fix dead MCP server URLs: deepsense rehosted, paypal moved to SSE (#239)
The Check MCP URLs workflow (after the connection-failure probe fix in
this PR's parent) surfaced four endpoints that fail every connection:
- mcp.deepsense.ai does not resolve in DNS at all. The biorxiv, chembl,
and clinical_trials servers were rehosted under
hcls.mcp.claude.com (Anthropic MCP directory entries dated
2026-01-07). Paths are unchanged; only the host moved. All three
return a complete MCP initialize response with no auth.
- mcp.paypal.com/mcp returns 404 at every path. PayPal's live endpoint
is /sse (SSE transport, not streamable HTTP) and returns 401 with
WWW-Authenticate: Bearer realm="OAuth" — alive, OAuth required.
Their docs claim /http for streamable transport but it returns 404
today. Type changed http -> sse to match the actual transport.
Anyone with the bio-research or small-business bundle installed gets
connect failures on every agent spawn until this lands.1 parent 2ba85d9 commit 09f62fb
2 files changed
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
15 | 27 | | |
16 | 28 | | |
17 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments