Skip to main content
ClaudeWave
TheSchreckMethod avatar
TheSchreckMethod

aleeth-authority-mcp-interface

Ver en GitHub

Public interface, tool manifest, and provenance for the ALEETH Authority MCP (com.aleeth/authority-mcp). Implementation is private; verification is not.

MCP ServersRegistry oficial0 estrellas0 forksNOASSERTIONActualizado today
Install in Claude Code / Claude Desktop
Method: NPX · mcp-spec-check
Claude Code CLI
claude mcp add aleeth-authority-mcp-interface -- npx -y mcp-spec-check
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "aleeth-authority-mcp-interface": {
      "command": "npx",
      "args": ["-y", "mcp-spec-check"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

# 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`](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`](server.json) | The manifest published to the official MCP registry | Maintained by ALEETH, versioned here |
| [`tools/manifest.json`](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`](CHANGELOG.md) | Version history | Curated from the implementation repository's history |
| [`SECURITY.md`](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/`](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`](SECURITY.md))
- Read-only evaluation credentials: security@aleeth.com

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

Lo que la gente pregunta sobre aleeth-authority-mcp-interface

¿Qué es TheSchreckMethod/aleeth-authority-mcp-interface?

+

TheSchreckMethod/aleeth-authority-mcp-interface es mcp servers para el ecosistema de Claude AI. Public interface, tool manifest, and provenance for the ALEETH Authority MCP (com.aleeth/authority-mcp). Implementation is private; verification is not. Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala aleeth-authority-mcp-interface?

+

Puedes instalar aleeth-authority-mcp-interface clonando el repositorio (https://github.com/TheSchreckMethod/aleeth-authority-mcp-interface) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar TheSchreckMethod/aleeth-authority-mcp-interface?

+

TheSchreckMethod/aleeth-authority-mcp-interface aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene TheSchreckMethod/aleeth-authority-mcp-interface?

+

TheSchreckMethod/aleeth-authority-mcp-interface es mantenido por TheSchreckMethod. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a aleeth-authority-mcp-interface?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega aleeth-authority-mcp-interface en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: TheSchreckMethod/aleeth-authority-mcp-interface
[![Featured on ClaudeWave](https://claudewave.com/api/badge/theschreckmethod-aleeth-authority-mcp-interface)](https://claudewave.com/repo/theschreckmethod-aleeth-authority-mcp-interface)
<a href="https://claudewave.com/repo/theschreckmethod-aleeth-authority-mcp-interface"><img src="https://claudewave.com/api/badge/theschreckmethod-aleeth-authority-mcp-interface" alt="Featured on ClaudeWave: TheSchreckMethod/aleeth-authority-mcp-interface" width="320" height="64" /></a>