Skip to main content
Glama
githubscum

lotor-mcp

by githubscum

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOTOR_HOMENoOverride the default receipts store path (~/.lotor). Keep this on local disk.

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
query_receiptsA

Query receipt summaries from the persisted chain (most recent first). Never returns full file contents.

verify_chain

Verify the integrity of the receipt chain using the stored public key. Returns ok, brokenAt, reason, and entryCount.

lotor_status

Report Lotor runtime status: home path, receipt count, chain integrity, current herding mode (herded | grazing | loose | custom), whether the human-signature gate is set up, and whether the hooks that actually record and gate are registered in Claude Code settings. Call this at the start of a session or whenever the user asks about Lotor. If gateInitialized is false, walk the user through running npm run setup in a terminal to set their signing passphrase (this needs a real terminal; you cannot do it for them). If hooksRegistered.preToolUse is false, nothing is gated regardless of gateInitialized: point the user at the README install steps. Always tell the user the home path so they can see where the runtime lives.

gated_action

Execute a gated action with approval token. FAILS CLOSED: without a valid approval token, returns decision:denied.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no risk of confusion or overlapping purposes.

Naming Consistency5/5

The single tool name 'query_receipts' follows a clear verb_noun pattern, and consistency is trivially maintained.

Tool Count1/5

A single tool is extremely limited for a server likely intended to manage receipts; at minimum, write and full retrieval operations are expected.

Completeness1/5

The tool surface provides only a query function with no create, update, delete, or full receipt retrieval, leaving critical gaps for any practical workflow.

Maintenance

ActivityActive
ResponsivenessResponsive