Skip to main content
Glama
saagpatel

MCP Trust Registry

by saagpatel

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_TRUST_ENGINENoScan engine to use (e.g., mcpaudit). Default is built-in StubEngine.
MCP_TRUST_SANDBOXNoSandbox mode for scanning (e.g., docker). Default is no sandbox.
MCP_TRUST_SCAN_TOKENNoToken for authenticated scan triggering (passed as Bearer token).
MCP_TRUST_RECEIPTS_DIRNoDirectory to archive JSON receipts (e.g., /data/mcp-trust/receipts).
MCP_TRUST_PUBLIC_READONLYNoSet to 1 to disable scan triggering via API (fail-closed).
MCP_TRUST_ALLOW_UNAUTHENTICATED_STUB_SCANSNoSet to 1 to allow unauthenticated stub scans (do not use in public).

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_serversA

List every graded MCP server with its trust grade and scan freshness.

    Returns JSON; each row carries scanned_at, scan_age_days, and a stale
    flag alongside the grade.
    
check_serverA

Look up the full trust grade, dimensions, and findings for one server by slug.

get_methodologyA

Explain how trust grades are computed and the honesty model behind them.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinct purpose: list_servers provides an overview, check_server focuses on a single entity, and get_methodology explains the grading process. There is no overlap in functionality, making selection unambiguous.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: list_servers, check_server, get_methodology. The verbs are clear and uniform, providing a predictable naming convention.

Tool Count5/5

The three tools together cover the core functionality of a trust registry: browsing, inspecting, and understanding the grading system. The count is well-scoped for the domain, not overly sparse nor excessive.

Completeness5/5

For a read-only trust registry that grades servers, the surface is complete: you can list all servers, retrieve details for a specific server, and access methodology. There are no dead ends or missing core operations.

Maintenance

ActivityActive
ResponsivenessUnresponsive