Publicly Hosted MCP Servers for Health, Academic, and Government Data

A developer has created a collection of publicly hosted MCP (Model Context Protocol) servers that are immediately available for use with any MCP client like Claude or ChatGPT. These servers require no setup, installation, API keys, authentication, or local running processes.
Available MCP Servers
The following servers are currently live and accessible:
Health and Science
https://cdc.caseyjhand.com/mcp- 1,487+ CDC public health datasets covering disease surveillance, mortality, vaccinationshttps://clinicaltrials.caseyjhand.com/mcp- ClinicalTrials.gov searchhttps://openfda.caseyjhand.com/mcp- FDA drugs, food, devices, and recalls via openFDAhttps://pubchem.caseyjhand.com/mcp- PubChem chemical databasehttps://openalex.caseyjhand.com/mcp- 270M+ academic publications via OpenAlexhttps://pubmed.caseyjhand.com/mcp- PubMed biomedical literature
Academic
https://arxiv.caseyjhand.com/mcp- arXiv paper search and full-text reading
Government and Public Data
https://congressgov.caseyjhand.com/mcp- U.S. congressional datahttps://nhtsa.caseyjhand.com/mcp- NHTSA vehicle safety, recalls, complaints, crash ratings, VIN decodinghttps://nws.caseyjhand.com/mcp- Real-time US weather forecasts, alerts, and observations from the National Weather Servicehttps://secedgar.caseyjhand.com/mcp- SEC EDGAR filings and financials
Utility
https://hn.caseyjhand.com/mcp- Hacker News feeds and searchhttps://calculator.caseyjhand.com/mcp- Math evaluation, simplification, derivatives
How to Use
To use any of these servers, add the /mcp URL as a remote MCP server in your client. In Claude Desktop, this involves adding a remote MCP server through the interface.
Technical Details
The servers are built on @cyanheads/mcp-ts-core, an agent-native TypeScript framework maintained by the developer for building MCP servers. To build your own server, you can run:
npx @cyanheads/mcp-ts-core init my-mcp-serverThis scaffolds a project. After changing into the new directory, you can start your coding agent and describe what you want to build.
The developer notes having additional MCP servers for local tools, git operations, Obsidian, and others that aren't hosted but work as stdio servers. A full list is available on their GitHub profile.
📖 Read the full source: r/ClaudeAI
👀 See Also

Rukuzu: Porting a 200,000 Line C++ Graph Database to Rust with Systematic Testing
The Rukuzu project describes a workflow for porting the 200,000-line C++ kuzu embedded graph database to Rust, using a Claude Code custom command to maintain both versions simultaneously and verify correctness through 2,700+ tests.

Relvy improves Claude's root cause analysis accuracy by 12 percentage points on OpenRCA benchmark
Relvy, a tool that automates runbooks, has demonstrated a 12 percentage point improvement in Claude's accuracy on the OpenRCA benchmark for root cause analysis. The results were shared via a Hacker News post with 11 points.

Docent: An AI Assistant for Paper Analysis Built with Claude Code
A developer created Docent, an AI assistant that reads uploaded papers, presents them, answers questions, and assesses understanding using Claude Code. The project is available on GitHub under MIT License with a demo on Vercel.

ClawControl v1.7.1 fixes daily usage issues in OpenClaw client
ClawControl v1.7.1 is an open source client for OpenClaw available on Windows, Mac, Linux, iOS, and Android. This release focuses on fixing 'why is it doing that?' issues encountered during daily OpenClaw usage.