Policylayer MCP Registry

by PolicyLayer

159 downloads
Not rated
GitHub Website

About

The MCP server that vets MCP servers. Connect your agent to the PolicyLayer registry and check any MCP server's identity, risk grade, auth posture and tool classifications before installing it. Free single-server lookups over 32,500+ published servers and 515,000+ classified tool

Details

Author
PolicyLayer
Downloads
159

- Free single-server lookups without an API key
- Full registry record: identity, risk grade, posture, and tool classifications
- Continuous scanning keeps 32,500+ servers and 515,000+ tools current
- Tools classify severity, OWASP categories, and recommend a policy action
- get_change_events feed (with licence) reports drifts, posture flips, and impostor flags

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Policylayer MCP Registry
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

check_mcp_server

Check an MCP server against the PolicyLayer registry BEFORE installing or allowing it. Accepts a registry slug, an npm package name (scoped or not), a remote server URL (https://…), or a server name. Returns the full published record: identity verification with its evidence, risk grade, auth posture, freshness, and the tool surface listed riskiest-first. A server the registry does not know is queued for scanning by this very call — check back shortly.

check_mcp_stack

Check a whole MCP stack against the PolicyLayer registry in one call — up to 25 servers, each given as candidate identifiers (npm package name, registry slug, or remote URL) tried in order until one resolves. Returns the published record for every hit — plus a deterministic verdict (attention signals and a suggested action) — and the lookup status for every miss; counts, grades and flagged tools come from the published records only. Costs one rate-limit unit per server.

search_registry

Search the PolicyLayer registry of published MCP servers by name, slug or package substring. Returns candidate matches with risk grade, identity confidence (verified / unverified / mismatch — mismatch means it claims to be an official server with no verifiable link to the brand) and tool count — follow up with check_mcp_server on the match you meant.

check_tool

One tool's full risk classification on a published MCP server: category, severity, risk analysis and evidence, OWASP classes, parameter schema and the recommended policy default. Use when deciding whether to allow a specific tool call, e.g. "should execute_sql on this server be permitted?"

get_change_events

The registry change feed: tool-surface drift, auth-posture flips, impostor flags, version bumps — every event the freshness watchers emit, id-cursored so a consumer resumes exactly where it stopped. Requires a Registry Licence key (Authorization: Bearer plr_...); self-serve at https://policylayer.com/registry/pricing.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "policylayer mcp registry": {
            "policylayer": {
                "url": "https://api.policylayer.com/mcp"
            }
        }
    }
}

McpServers

{
    "policylayer": {
        "url": "https://api.policylayer.com/mcp"
    }
}

The MCP server that vets MCP servers. Connect your agent to the PolicyLayer registry and check any MCP server's identity, risk grade, auth posture and tool classifications before installing it. Free single-server lookups over 32,500+ published servers and 515,000+ classified tools, kept current by continuous scanning.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.