Privacy-First MCP Server Directory Launches with Documented Data Handling Policies

A developer has created a privacy-focused directory for MCP (Model Context Protocol) servers that addresses concerns about data transparency. The directory, available at toolora.dev/mcp-hub, requires every listed server to have a documented data handling policy.
Key Details from the Source
The directory provides specific information for each MCP server:
- Local vs hosted classification
- What data each tool call transmits
- The operator/repository link
- Whether the server requires an account
The creator built this directory out of frustration with the Anthropic registry, which doesn't specify what data each server processes or where it goes.
Privacy Verification Method
The source includes a practical browser test to verify privacy claims for browser-based tools:
- Open DevTools (F12)
- Go to the Network tab
- Use the tool
- Watch if any file upload request fires
If no requests go out during tool usage, your data stayed local.
Toolora MCP Server Details
The free Toolora MCP server itself includes 17 tools and requires no account. The creator is available to answer questions about the privacy model or any of the listed servers.
📖 Read the full source: r/ClaudeAI
👀 See Also

Using pre-commit to improve AI-generated code quality and security
A developer shares their pre-commit configuration for Go and Java projects, using tools like golangci-lint, govulncheck, and checkov to catch vulnerabilities and quality issues in AI-generated code before commit.

MCP Memory Gateway: An MCP Server for Persistent Memory in Claude Code
A developer built an MCP server called MCP Memory Gateway using Claude Code as the primary development tool. It provides Claude Code with persistent memory across sessions through feedback capture, prevention rules, and context injection.

Relay: Open-Source Control Plane for OpenClaw AI Agents
Relay is an Electron desktop app that provides Claude Cowork-like workflow for OpenClaw, running on your infrastructure with your choice of LLM models and built-in governance features including approval gates and exportable audit trails.

Destiny: Claude Code Plugin for Deterministic Fortune Telling Using Classical East Asian Astrology
Destiny is a Claude Code plugin that computes your eight-character birth chart, today's day pillar, and I-Ching hexagram deterministically (Python), then uses Claude to generate prose readings — no LLM-hallucinated horoscopes.