Skip to main content
Glama
CSOAI-ORG

Trust Chain MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
create_trust_anchorC

Create a new trust anchor (root of trust) for an entity.

verify_chainC

Verify the integrity of a trust chain by validating all attestations.

add_attestationC

Add an attestation (claim) to an existing trust anchor.

get_trust_scoreC

Calculate a composite trust score for an anchor based on its attestations.

revoke_trustC

Revoke a trust anchor or attestation. This invalidates the chain.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a distinct and clear purpose: creating a trust anchor, adding attestations, computing trust score, revoking trust, and verifying the chain. No two tools overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case, such as 'create_trust_anchor' and 'verify_chain'. The naming is predictable and uniform.

Tool Count5/5

With 5 tools, the server is well-scoped for the domain of trust chain management. Each tool covers a fundamental operation without redundancy or excessive granularity.

Completeness4/5

The set covers core CRUD and lifecycle operations for trust anchors and attestations, including creation, attestation, scoring, revocation, and verification. However, it lacks list/read endpoints to retrieve existing anchors or attestations, which could be a minor gap in some workflows.

Maintenance

ActivityMaintained
ResponsivenessNo issues