MCP Marketplace Launches Security-Scanned Directory of 1,900+ MCP Tool Plugins

Security-First MCP Plugin Directory
MCP Marketplace addresses trust issues in the growing MCP ecosystem by providing a security-scanned directory of over 1,900 MCP tool plugins. The platform was created in response to concerns about giving unvetted servers access to files, databases, and API keys.
Security Features
Every plugin listed on mcp-marketplace.io undergoes multi-layer security analysis before being included in the directory. The platform provides:
- Risk scores (0-10 scale) with detailed reports covering data exfiltration, obfuscated code, excessive permissions, and known vulnerabilities
- Endpoint probing for remote servers to check authentication and transport security
- Full transparency with security reports visible on every listing
Directory Contents and Installation
The marketplace currently includes:
- 1,900+ MCP servers
- Community reviews
- Creator reputation grades and profiles
- One-click installation for Claude Desktop, Cursor, ChatGPT, VS Code, and other platforms
The creator is soliciting feedback about security concerns with MCP servers and what would make developers trust a plugin enough to install it.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Beagle SCM: A Source Code Management System That Stores AST Trees
Beagle is an experimental source code management system that stores abstract syntax trees instead of binary blobs, using a CRDT-ish data format called BASON and backing storage with key-value databases like RocksDB.

AiPayGen: An AI Agent Marketplace with MCP Integration for Claude Code
AiPayGen is a marketplace with 142 AI agents across 27 categories including finance, legal, healthcare, DevOps, security, and marketing. It functions as an MCP server for direct use in Claude Code, allowing users to browse, invoke, and manage agents through specific commands.

Werld: Open-Ended Artificial Life Simulation with Evolving Neural Networks
Werld is a real-time artificial life simulation where agents with NEAT neural networks evolve their own neural architecture, sensory processing, and behaviors without hardcoded rules or reward functions. The simulation starts with 30 agents on a Watts-Strogatz small-world graph with 64 sensory channels, 7 continuous motor functions, and 29 heritable genome traits.

Argus: A VS Code Extension to Debug Claude Code Session Costs and Behavior
A developer built Argus, a VS Code extension that parses Claude Code JSONL transcripts into a real-time timeline with per-step token/cost breakdown, cache hit ratio, and flagging of retry loops, duplicate reads, and context pressure.