The MCP server that vets MCP servers: identity, risk grade and per-tool risk before you install.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
The MCP server that vets MCP servers.
Connect your agent to the PolicyLayer registry and it can ask one question before installing or allowing any MCP server: is this safe? The answer is the published registry record: verified identity with the evidence, an A to F risk grade, probed auth posture and every tool's risk classification.
https://api.policylayer.com/mcp (Streamable HTTP)Claude Code
Claude (desktop / web)
Settings β Connectors β Add custom connector β URL https://api.policylayer.com/mcp
Cursor / Windsurf / VS Code
Then tell your agent: "check any MCP server against PolicyLayer before installing it." Add it to your team's agent instructions and every install gets vetted.
| Tool | What it returns | Tier |
|---|---|---|
check_mcp_server | Full record for one server: identity + evidence, risk grade, posture, tools riskiest-first. Unknown servers are queued for scanning by the lookup itself. | Free |
search_registry | Published servers matching a name, slug or package substring, with grade and verification on every match. | Free |
check_tool | One tool's full classification: risk analysis and evidence, OWASP classes, parameters, recommended policy default. | Free |
get_change_events | The ordered change feed: drift, posture flips, impostor flags. Cursor-based, with severity filters. | Licence |
Ask your agent "is the github MCP server safe to install?" and it calls:
and gets back the published record (trimmed):
get_change_events needs a Registry Licence key (plr_...), self-serve at policylayer.com/registry/pricing.
--header "Authorization: Bearer plr_..." to the command above"headers": { "Authorization": "Bearer plr_..." } inside the server entryEverything about a single server is free and complete: the full record, every tool, the whole classification. A Registry Licence adds breadth across the catalogue: the change feed above, plus bulk snapshots, keyset paging and webhooks on the /v1 API.
The connect kit for a hosted service. The server runs at api.policylayer.com; there is no code to run from here. server.json is the listing published to the official MCP Registry as com.policylayer/registry. The MIT licence covers the contents of this repository only; the hosted service and the registry data are licensed separately.
PolicyLayer Β· Registry lookup Β· API reference Β· Licensing
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/registry-4)<a href="https://allmcps.com/mcp/registry-4"><img src="https://allmcps.com/api/badge/registry-4?style=directory" alt="Registry on AllMCPs" /></a>