com.aleeth/authority-mcp

com.aleeth/authority-mcp

A governed MCP server exposing 37 risk-checked tools with signed Ed25519 receipts on a Bitcoin-anchored ledger, failing closed if governance or receipt writing fails.

Category
Visit Server

README

ALEETH Authority MCP: public interface and provenance

This repository is the public interface definition, version history, and provenance record for the remote MCP server com.aleeth/authority-mcp, hosted at https://mcp.aleeth.com/mcp.

The implementation is private by decision. This repository publishes everything a caller, auditor, or registry can verify without source access: the registry manifest, the complete tool manifest, the version history, and the security policy.

What the server is

The ALEETH Authority MCP is the first MCP server governed by ICA (Institutional Control Architecture). Every tool call is risk-checked before execution and sealed with a signed Ed25519 receipt on a hash-chained ledger anchored to Bitcoin via OpenTimestamps. The server fails closed: if governance cannot run or the receipt cannot be written, the call does not return a result.

  • 37 governed tools (see tools/manifest.json)
  • Transport: MCP streamable HTTP, TLS only
  • Authentication: OAuth 2.0 bearer tokens; discovery per RFC 9728 at https://mcp.aleeth.com/.well-known/oauth-protected-resource
  • Anonymous calls are refused with 401

What is in this repository

File What it is How it is produced
server.json The manifest published to the official MCP registry Maintained by ALEETH, versioned here
tools/manifest.json All 37 tools: names, descriptions, input schemas GENERATED from the live server by an export script; never hand-edited, so it cannot drift from what the server actually serves
CHANGELOG.md Version history Curated from the implementation repository's history
SECURITY.md Disclosure contact and security posture Maintained by ALEETH

Verify the running server yourself

None of the following requires permission from ALEETH or access to the source.

  1. Protocol and auth conformance (black-box): npx mcp-spec-check https://mcp.aleeth.com/mcp --bearer <token> Read-only credentials are available on request: security@aleeth.com. Current independent grade: A (7 pass, 0 fail, 1 warn), last re-verified 2026-07-24.
  2. Anonymous access is refused: curl -s -o /dev/null -w "%{http_code}" -X POST https://mcp.aleeth.com/mcp returns 401, with authorization-server discovery served per RFC 9728.
  3. Receipts verify publicly: any receipt hash from a governed call verifies at https://imperium.aleeth.com/api/receipts/verify/<hash>, and offline against the pinnable trust anchor at https://imperium.aleeth.com/.well-known/ica-trust-anchor.json (public keys, SHA-256 DER fingerprints, and an offline verification recipe: you verify with a key you hold, with zero calls to ALEETH).
  4. Measured latency, floor included: see performance/ for a live end-to-end run against production and a local server-overhead run, each published with its full run conditions and the enforced decision-timing floor disclosed.
  5. The full proof surface: https://aleeth.com/proof

Why the source is private

Publication is not a precondition for verification. The checks that matter for a hosted remote server probe the running service: protocol conformance, authentication behavior, error contracts, and the receipt ledger. A static scan of this repository can verify the interface and the provenance; runtime governance claims are backed by the signed, Bitcoin-anchored receipt chain, which is public.

Background reading: "Stateless Is Not Governed", https://publications.aleeth.com/stateless-is-not-governed/

Contact

  • Security disclosures: security@aleeth.com (see SECURITY.md)
  • Read-only evaluation credentials: security@aleeth.com

ALEETH is a brand of The Schreck Group, Inc. AI has met its match. Truth.™

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured