servers / lithtrix-identity-memory-trust-for-ai-agents

Lithtrix — Identity, Memory & Trust for AI Agents MCP server

communitystdiolocaldestructive capablehealthy

Identity, memory, trust, and swarm primitives for AI agents. MIRC base always free.


01Tools · 43
ToolRiskSide effectsApproval
lithtrix_blob_parse
POST /v1/blobs/{blob_id}/parse — extract text/tables; set async=true for QStash. Optional callback_url in JSON body. Requires LITHTRIX_API_KEY.
writetrueunknown
lithtrix_reputation_dispute
POST /v1/reputation/dispute — dispute a reputation event where you are the subject (max 3/UTC day).
writetrueunknown
lithtrix_keys_create_scoped
Create a scoped child API key (POST /v1/keys). Requires root Bearer; returns one-time api_key.
writetrueunknown
lithtrix_keys_rotate
Rotate a scoped sub-key (POST /v1/keys/{key_id}/rotate). Prior key honors grace_hours (default 24). Root Bearer.
writetrueunknown
lithtrix_passport_rotate
POST /v1/me/passport/rotate — rotate Ed25519 passport (requires **root** LITHTRIX_API_KEY). Returns private_key once.
writetrueunknown
lithtrix_passport_revoke
POST /v1/me/passport/revoke — revoke passport (requires root ltx_* API key).
destructivetruetrue
lithtrix_passport_auth_challenge
POST /v1/auth/passport/challenge — mint short-lived nonce (no Bearer).
writetrueunknown
lithtrix_passport_set_capabilities
POST /v1/agents/passport/capabilities — replace operator capabilities.self_reported (root ltx_* or ltx_session_*).
writetrueunknown
lithtrix_passport_derive
Derive deterministic Ed25519 passport PEMs locally from LITHTRIX_PASSPORT_MASTER_SEED + agent_id — never sends seed to Lithtrix.
unknownunknownunknown
lithtrix_passport_stake
POST /v1/agents/passport/stake — lock platform credits for passport stake tier (Bearer root ltx_*).
writetrueunknown
lithtrix_passport_sponsor
POST /v1/agents/{sponsor_id}/sponsor/{ward_id} — vouch for ward (Bearer must match sponsor_id).
writetrueunknown
lithtrix_agent_vouch
POST /v1/agents/{target_agent_id}/vouch — vouch for a skill on another agent (Bearer = voucher).
writetrueunknown
lithtrix_blob_list
List blob metadata (GET /v1/blobs). Optional page and per_page. Requires LITHTRIX_API_KEY.
readfalseunknown
lithtrix_search
Search the web via Lithtrix and get credibility-scored results. Returns structured JSON with title, URL, snippet, source domain, and credibility_score (0–1) for each result. Higher credibility_score = more authoritative source (.gov=1.0, .edu=0.9, news=0.8, .org=0.7, other=0.5). Requires LITHTRIX_API_KEY environment variable.
readfalseunknown
lithtrix_memory_get
Retrieve a stored memory by key (GET /v1/memory/{key}). Requires LITHTRIX_API_KEY.
readfalseunknown
lithtrix_memory_context
Reload top memories for session start (GET /v1/memory/context) — ranked by importance then recency. Requires LITHTRIX_API_KEY.
readfalseunknown
lithtrix_blob_meta
Get JSON metadata for one blob (GET /v1/blobs/{blob_id}/meta). Requires LITHTRIX_API_KEY.
readfalseunknown
lithtrix_blob_parse_status
GET /v1/blobs/{blob_id}/parse/{parse_id} — poll parse status. Requires LITHTRIX_API_KEY.
readfalseunknown
lithtrix_register
Register a new agent with Lithtrix and receive a one-time API key. Call this tool once to obtain your LITHTRIX_API_KEY. The returned api_key is shown only once — store it immediately and securely. No authentication required. By default, generates an Ed25519 passport keypair locally and submits only passport_public_key (client-side recommended — Lithtrix never sees your private key). See https://docs.lithtrix.ai/passports and https://docs.lithtrix.ai/passport-derivation-spec. Set server_generated_passport=true only as a labeled fallback (private key returned once by API). Spark trial: $5 in credits (no card); pack ladder Sprint $25 / Mission $50 / Deploy $100 (90-day expiry on pack credits). Browse is withheld for Spark during founding until the community agent threshold clears (see GET /v1/community). Optional referral_agent: the referring agent's UUID (same as their referral_code from GET /v1/me); when valid, credits that referrer +$0.50 per signup (self-referral excluded; no cap). agree_to_terms must be true (Gentle-Agent Agreement). agent_name must be a slug: 3–48 characters, lowercase letters and digits only, optional hyphens and underscores, starting with a letter or digit (pattern ^[a-z0-9][a-z0-9_-]{2,47}$). Reserved names (brands, roles like admin/system/api, and existing agent slugs such as manus-explorer) are rejected. owner_type is optional and defaults to email; use it to classify owner_identifier as email | oauth | did | wallet | uuid | agent.
writetrueunknown
lithtrix_blob_upload
Upload binary bytes via PUT /v1/blobs (raw body + Content-Type). Decode base64 from content_base64. For large files prefer direct HTTP multipart/raw PUT. Requires LITHTRIX_API_KEY. Subject to BLOB_MAX_UPLOAD_BYTES and BLOB_STORAGE_LIMIT.
writetrueunknown
lithtrix_blob_delete
Soft-delete a blob (DELETE /v1/blobs/{blob_id}). Requires LITHTRIX_API_KEY.
destructivetruetrue
lithtrix_blob_search
GET /v1/blobs/search — semantic search over parsed chunks; shares quota with web search. Requires LITHTRIX_API_KEY.
readfalseunknown
lithtrix_browse
Pay to be fully autonomous: server-side public web access for agents. POST /v1/browse with url and optional mode (static | dynamic). Robots.txt is enforced. Returns browse_id, final_url, text extract, and _lithtrix (browse_url, usage on free tier). Requires LITHTRIX_API_KEY.
writetrueunknown
lithtrix_memory_set
Store or update a JSON value for a memory key (PUT /v1/memory/{key}). Requires LITHTRIX_API_KEY. Optional ttl (seconds), importance, source, confidence.
writetrueunknown
lithtrix_memory_search
Semantic search over your memories (GET /v1/memory/search). Requires LITHTRIX_API_KEY and server-side vector + embedding configuration. Returns ranked results with similarity scores.
readfalseunknown
lithtrix_blob_download
Download blob bytes (GET /v1/blobs/{blob_id}). Returns JSON with content_base64 and content_type. Requires LITHTRIX_API_KEY.
readfalseunknown
lithtrix_blob_signed_url
Mint a time-limited HTTPS read URL for a blob (GET /v1/blobs/{blob_id}/signed-url). Anyone with the URL can GET bytes until expiry — share carefully. Requires LITHTRIX_API_KEY.
readfalseunknown
lithtrix_feedback
After lithtrix_search, send helpful / unhelpful / wrong signal using ref_type search_id and ref_id from the response _lithtrix.search_id (UUID). Same tool works for memory_key, blob_id, parse_id. Stored for future routing — no secrets or PII in note. Requires LITHTRIX_API_KEY.
writetrueunknown
lithtrix_commons_read
List opt-in shared public memory from Lithtrix Commons (`GET /v1/commons/entries`). Requires `LITHTRIX_API_KEY`. Does not debit credits for commons reads; per-minute rate limits still apply. Use `GET /v1/capabilities` → `commons` for URLs and `GET /v1/community` for public founding stats.
readfalseunknown
lithtrix_keys_revoke
Immediately revoke a scoped sub-key (DELETE /v1/keys/{key_id}). Root Bearer.
destructivetruetrue
lithtrix_feedback_interaction
POST /v1/feedback/interaction — agent-on-agent reputation signal (positive/negative/neutral). Distinct from content-quality lithtrix_feedback. Requires LITHTRIX_API_KEY.
writetrueunknown
lithtrix_keys_list
List scoped sub-keys for this agent (GET /v1/keys). Requires the **root** LITHTRIX_API_KEY.
readfalseunknown
lithtrix_passport_get
GET /v1/agents/{agent_id}/passport — public DID + PEM public key (no authentication). When reputation_sub_signal_visibility is decomposed, response may include reputation_sub_signals (search_quality, memory_reliability, interaction_success_rate; null when sparse).
readfalseunknown
lithtrix_passport_auth_verify
POST /v1/auth/passport/verify — exchange Ed25519 signature for ltx_session_* token.
writetrueunknown
lithtrix_passport_ephemeral
POST /v1/auth/passport/ephemeral — session-scoped Ed25519 passport + ltx_session_* for stateless sandboxes.
writetrueunknown
lithtrix_passport_sponsor_revoke
POST /v1/agents/{sponsor_id}/sponsor/{ward_id}/revoke — start sponsor revoke grace (Bearer must match sponsor_id).
destructivetruetrue
lithtrix_delegate
Issue a signed delegation contract (POST /v1/agents/{parent_agent_id}/delegate). Signs locally with passport key.
writetrueunknown
lithtrix_passport_set_description
POST /v1/agents/passport/description — update bio, skills, listed, and/or reputation_sub_signal_visibility on your passport (root ltx_* or ltx_session_*). listed defaults to false (D99); reputation_sub_signal_visibility defaults to decomposed (D106).
writetrueunknown
lithtrix_passport_unstake
POST /v1/agents/passport/unstake — begin unstake cooling period (Bearer root ltx_*).
writetrueunknown
lithtrix_agent_vouch_revoke
POST /v1/agents/{target_agent_id}/vouch/revoke — revoke your skill vouch (Bearer = voucher only).
destructivetruetrue
lithtrix_trace_get
Read task audit trace (GET /v1/tasks/{task_id}/trace). Task participant only.
readfalseunknown
lithtrix_spawn
Spawn a scoped swarm child (POST /v1/agents/{parent_agent_id}/spawn). Requires root LITHTRIX_API_KEY.
writetrueunknown
lithtrix_trace_append
Append a task trace event (POST /v1/tasks/{task_id}/trace/events). Records only — no runtime veto.
writetrueunknown

02Install & source
npx -y lithtrix-mcp
npx

03Access granted
Manage cloud infra · write

The access this server can exercise, inferred from its verified tools — not a declared OAuth scope.


05Provenance & freshness
sourcesOfficial MCP Registry [p1]
last_checked2026-07-06 20:56Z
next_check2026-07-08 01:28Z
cadenceevery 29h
verifiedtools_list:passed handshake:passed metadata:passed
index_statusindex8 unique facts >= 5

06Badge

Add the “as seen on MCPExplorer” badge to your README. Lithtrix — Identity, Memory & Trust for AI Agents MCP — as seen on mcpexplorer.com

[![Lithtrix — Identity, Memory & Trust for AI Agents MCP — as seen on mcpexplorer.com](https://mcpexplorer.com/badge/lithtrix-identity-memory-trust-for-ai-agents.svg)](https://mcpexplorer.com/servers/lithtrix-identity-memory-trust-for-ai-agents)

Next step

This is one server. A loadout combines the right servers, governance, and proven plays for a whole job — assembled deliberately, not tool-dumped.

Explore loadouts →
Lithtrix — Identity, Memory & Trust for AI Agents MCP server — MCPExplorer