Command Palette

Search for a command to run...

UnylyUnyly
Browse all

@Integraledger/Lcp Server

FreeNot checked

Read-only Model Context Protocol server exposing LCP tools to an AI agent — verify before pay, compute an atrHash, extract and place references across ten comme

GitHubEmbed

About

Read-only Model Context Protocol server exposing LCP tools to an AI agent — verify before pay, compute an atrHash, extract and place references across ten commerce protocols.

README

The buyer/developer side of Legal Context Protocol commerce. Two packages, Apache-2.0, free forever — no account, no key, no token, nothing to sign up for.

Package What it is
@integraledger/agent-guard Verify before sign, as a type and as a runtime guarantee. The guard fetches the terms the seller advertised, recomputes the LCP atrHash over the bytes actually served, and halts before any signing key is invoked if they disagree.
@integraledger/lcp-mcp-server Read-only Model Context Protocol server exposing LCP tools to an AI agent — verify before pay, compute an atrHash, extract and place references across the nine commerce protocols that have one.
npm install @integraledger/agent-guard
npm install @integraledger/lcp-mcp-server

📘 Full documentation: agentguard.integraledger.com — quickstart, the buyer policy field by field, per-protocol pages, the six MCP tools, and the API reference.

Both work against any seller — the checks run over what a seller publicly advertises, so they are useful whether or not that seller has ever heard of Integra. Nothing here calls home: no telemetry, no callback, no network request other than fetching the terms the seller pointed you at.

For agents

skills/verifying-terms-before-paying is an Agent Skill — plain markdown, no dependency on anything here — for an agent that is about to pay and wants to know whether the terms it read are the terms the seller committed to. Copy the directory into wherever your tool reads skills from.

It exists because the failure is not the one people expect. Agents handed a fingerprint that disagrees already halt, reliably and unprompted. What they do instead is treat a seller who advertised no fingerprint as nothing to check — and then hash the bytes themselves and call the gap closed, which records what they saw and binds the seller to nothing.

The standard

The Legal Context Protocol is co-stewarded by Integra Ledger and AAA-ICDR. These packages implement its buyer side over the public @integraledger/lcp-* protocol packages. The seller-side application they interoperate with is separately licensed and is not part of this repository.

Developing

pnpm 11 workspace, Node ≥ 24.

pnpm install
pnpm verify          # versions → wire → public-boundary → audit → build → lint → typecheck → docs → test
pnpm mutation agent-guard
pnpm docs:dev        # the documentation site in website/ (its own npm lockfile, not a workspace member)

See AGENTS.md for the gates and the constraints that outlive any one change.

Licence

Apache-2.0. See NOTICE for trademark and stewardship statements.

from github.com/IntegraLedger/integra-agent-guard

Installing @Integraledger/Lcp Server

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/IntegraLedger/integra-agent-guard

FAQ

Is @Integraledger/Lcp Server MCP free?

Yes, @Integraledger/Lcp Server MCP is free — one-click install via Unyly at no cost.

Does @Integraledger/Lcp Server need an API key?

No, @Integraledger/Lcp Server runs without API keys or environment variables.

Is @Integraledger/Lcp Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install @Integraledger/Lcp Server in Claude Desktop, Claude Code or Cursor?

Open @Integraledger/Lcp Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare @Integraledger/Lcp Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs