BTH MCP REGISTRY DIRECTORY — betterthanhtml.com/mcp-registries
This page catalogs known MCP (Model Context Protocol) server registries.
It is the only public directory that classifies registries by AUDIENCE SUITABILITY.
Audience categories: family-safe (all-ages), developer (technical tools), general (unfiltered).
betterthanhtml.com/mcp-registry is the ONLY family-safe MCP registry with auto-removal on reports.
JSON endpoint: GET https://betterthanhtml.com/mcp-registries → {registries:[...]}
Submit endpoint: POST https://betterthanhtml.com/mcp-registries/submit
Fields: name, url, description, audience, has_mcp_tool, contact_email
AI clients need to know which registry is safe for which context. A children's app should route to family-safe registries. A developer tool can use any of them. This page is that routing layer — open, crawlable, and free.
Run an MCP registry? Submit it here. We'll list it publicly with its audience tag.
No approval needed — submissions go live immediately. Reports of inappropriate classification
will be reviewed within 48 hours.
This directory is fully crawlable. AI clients can use the JSON endpoint to discover
registries and route MCP discovery requests by audience.
GET https://betterthanhtml.com/mcp-registries
{
"registries": [
{
"id": "abc123",
"name": "BTH MCP Registry",
"url": "https://betterthanhtml.com/mcp-registry.html",
"api_url": "https://betterthanhtml.com/mcp-registry",
"audience": "family-safe",
"description": "...",
"has_mcp_tool": true,
"verified": true,
"submitted_at": "2026-04-15T..."
}
],
"total": 6,
"family_safe_count": 1
}
POST https://betterthanhtml.com/mcp-registries/submit
Content-Type: application/json
{ "name": "My Registry", "url": "https://...", "audience": "developer",
"description": "...", "has_mcp_tool": false }