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

MCP Search Server with Feedback-Driven Ranking for Claude Desktop
A community-built MCP search server for Claude Desktop runs Exa and Tavily search engines in parallel without requiring API keys. After using a result, users report whether it worked via an outcome tool, which feeds back into ranking to prioritize URLs that help agents succeed.

ZuckerBot MCP Server Enables OpenClaw Agents to Run Meta Ads Campaigns
ZuckerBot is an MCP server that gives OpenClaw agents direct control over Meta Ads, allowing them to execute full campaign loops without human intervention. Over 50 unique agents are now live using it to pull competitor ads, generate targeting, launch campaigns, and adjust performance in code.

Open-Sourced the-vibe-stack: Markdown Rules to Maintain Claude Code Consistency
A developer has open-sourced 'the-vibe-stack' — a set of Markdown rules designed to keep Claude Code on track during long sessions by enforcing a rigid schema. The approach aims to reduce logic drift and token waste while ensuring predictable output.

HomeButler: MCP Server for Managing Homelab Servers from Claude Without API Keys
HomeButler is an MCP server that lets Claude install, monitor, and manage self-hosted apps on homelab servers without requiring API keys. It runs locally, keeps everything on your network, and was built with Claude Code.