Join our Newsletter — 33% off our NHI Course

Curated MCP registry

An approved catalog of MCP servers that have been reviewed for provenance, intended use, and permission scope before developers can deploy them. This is a governance control, not a convenience feature, because it reduces supply chain exposure from arbitrary server discovery.

Expanded Definition

A curated MCP registry is an approved catalog of Model Context Protocol servers that have been reviewed before use for provenance, permission scope, maintenance status, and expected data access. In practice, it turns MCP from an open-ended discovery layer into a governed distribution channel for tool access. That distinction matters because an mcp server is not just code, it is a trust boundary that may expose files, tokens, APIs, or internal systems to an AI agent.

The term is still evolving across vendors, but the governance intent is consistent: only reviewed servers should be available for deployment, and their declared capabilities should match the organisation’s policy for least privilege. This aligns closely with the risk patterns discussed in the OWASP Top 10 for Agentic Applications 2026 and with the broader guidance in OWASP Agentic Applications Top 10, where ungoverned tool access is treated as a material security issue.

The most common misapplication is treating a registry as a software catalog rather than a policy gate, which occurs when teams publish servers without validating what data they can reach or what actions they can trigger.

Examples and Use Cases

Implementing a curated MCP registry rigorously often introduces release friction, because every new server must be reviewed for scope, ownership, and logging before developers can use it. That constraint is the tradeoff for reducing uncontrolled agent access and supply chain exposure.

  • A platform team approves only internal MCP servers that have documented owners, versioning, and explicit tool permissions, so developers cannot pull arbitrary community servers into production.
  • A security team blocks MCP servers that request broad filesystem or credential access unless the server’s business purpose justifies that scope and compensating controls are in place.
  • An AI engineering group uses a registry to separate production-approved servers from experimental ones, which prevents agents from discovering unaudited tools during routine workflows.
  • During onboarding, the registry acts as the reference point for which servers are allowed in specific environments, similar to how curated package allowlists reduce exposure in supply chain workflows.
  • Reviewers compare each server’s declared capabilities against the behaviors observed in testing, then remove entries that overreach their intended use or lack a clear maintenance owner.

Curated server governance is easier to justify when paired with documented failure modes such as the Analysis of Claude Code Security, which shows how quickly AI-assisted tools can amplify risky execution paths when boundaries are weak.

Why It Matters in NHI Security

For NHI security, a curated MCP registry is a control against secret exposure, unauthorized tool chaining, and unreviewed third-party dependencies. NHIMG research shows that Astrix Security found 53% of MCP servers expose credentials through hard-coded values in configuration files, and only 18% of deployments implement any form of access scoping for tool permissions. Those numbers underscore why the registry must be treated as a governance checkpoint, not a convenience layer.

When a registry is absent or weakly enforced, agents may inherit capabilities that exceed their intended scope, and the resulting blast radius can include credential leakage, unauthorized data retrieval, or accidental changes to production systems. A curated registry helps security and platform teams standardize review criteria, revoke unsafe servers, and maintain an auditable record of what tool sources were permitted at a given time. It also supports incident response by narrowing the set of approved integrations that must be examined when anomalous agent behaviour appears.

Organisations typically encounter the need for a curated MCP registry only after an agent uses an unreviewed server to access sensitive data or credentials, at which point the registry becomes operationally unavoidable to address.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Agentic AI Top 10, OWASP Non-Human Identity Top 10 and CSA MAESTRO address the attack and risk surface, while NIST CSF 2.0 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Agentic AI Top 10 A3 Curated registries reduce untrusted tool use and agent abuse.
OWASP Non-Human Identity Top 10 NHI-02 Registry governance limits secret exposure and unsafe NHI integrations.
NIST CSF 2.0 PR.AA-01 Identity and access governance applies to approved machine identities and tools.
NIST Zero Trust (SP 800-207) SA-2 Zero trust requires explicit policy and verification for every service connection.
CSA MAESTRO T1 Agentic systems need controlled tool access and reviewed integrations.

Approve MCP servers only after checking secret handling, ownership, and least-privilege access.