The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the PolicyLayer Registry MCP Server listing page.
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.