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

Mastering Antropic Subscription Modes: Haiku, Sonnet, and Opus
Explore Antropic's innovative subscription modes—Haiku, Sonnet, and Opus—designed to enhance your AI coding experience with tailored features and pricing.
Hugging Face's physics-intern: Multi-Agent Framework Doubles Gemini on CritPt Benchmark
Hugging Face released physics-intern, a multi-agent framework for theoretical physics research that doubles Gemini models' performance on the CritPt benchmark and sets a new SOTA vs GPT-5.5 Pro at lower cost.

Claude Code Plugin Launches DOOM in Terminal While AI Thinks
A developer created a Claude Code plugin that displays DOOM as a tmux popup overlay during AI processing. The plugin uses doom-ascii, a terminal-based DOOM source port, and automatically launches/dismisses with prompts.

CodeVibe: Push Notifications for AI Coding Agents When Blocked on Input
CodeVibe sends push notifications to your phone when AI coding agents like Claude Code get stuck waiting for approval on edit operations. You can review file diffs and respond with numbered options to keep the agent moving.