Skip to main content
Glama
DARREN-2000

mcp-context-receipts

by DARREN-2000

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_RECEIPT_SECRETYesSecret used for HMAC signing and verification of capsule receipts. Must be set outside source control.

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_receiptC

Create a privacy-first signed receipt for an MCP tool call.

verify_receiptB

Verify a receipt's signature and content hash.

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 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one creates a receipt and the other verifies it. There is no overlap or ambiguity between them.

Naming Consistency5/5

Both tool names follow the same verb_noun pattern: create_receipt and verify_receipt. The naming is consistent, predictable, and aligned with the server's purpose.

Tool Count4/5

With only two tools, the set is minimal, but each tool is essential and earns its place for the narrow domain of receipt creation and verification. It feels slightly thin but is still well-scoped.

Completeness5/5

The domain is signing and verifying receipts, and create plus verify covers the full lifecycle. No update or delete is expected for immutable receipts, so there are no meaningful gaps.

Maintenance

ActivityMaintained
ResponsivenessNo issues