Skip to main content
Glama
sebastienrousseau

iso20022-evidence-pack-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
build_evidence_packC

Fold readiness, remediation, and simulations into a sealed pack.

Args:
    readiness_content: A readiness result, as JSON text.
    remediation_content: An optional remediation result, as JSON text.
    simulation_content: An optional JSON array of simulated responses.
    metadata: Free-form audit metadata (institution, reference, ...).
seal_packA

Compute the deterministic SHA-256 seal for an evidence pack.

Args:
    pack_content: The evidence pack to seal, as JSON text.
verify_sealA

Recompute a pack's seal and compare it to an expected digest.

Args:
    pack_content: The evidence pack to check, as JSON text.
    expected_digest: The seal the pack is expected to carry.
render_markdownA

Render an evidence pack as a markdown compliance report.

Args:
    pack_content: The evidence pack to render, as JSON text.
sign_packA

Sign a pack's canonical content with the server's Ed25519 key.

The private key is configured by the operator via the environment (see
:mod:`iso20022_evidence_pack_mcp.signing`); it never crosses the tool
boundary. Returns the detached signature, the public key, and a key id;
fails with ``EP_NO_SIGNING_KEY`` when no key is configured.

Args:
    pack_content: The evidence pack to sign, as JSON text.
verify_pack_signatureA

Verify a detached Ed25519 signature over a pack's canonical content.

Args:
    pack_content: The evidence pack to check, as JSON text.
    signature: The base64-encoded detached signature.
    public_key: The signer's PEM public key.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sebastienrousseau/iso20022-evidence-pack-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server