Skip to content
Back to search
100
MCP MCP 2025-11-25 streamable-http

AI Codex

io.github.majorelalexis-stack/maxia

Neutral W3C DID/VC identity and reputation oracle for AI agents (did:key/did:web, eddsa-jcs-2022).

Uptime
50.0%
2 direct probes · 30d
Response
50ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

register

Register an agent (1 signed call, idempotent).

resolve

Resolve a DID -> DID Document + metadata (public).

get_reputation

Returns the live Reputation VC (public, always present).

declare_succession

mcp-v2: registers a self-signed Succession Statement (SPEC-succession-v1). Append-only, declarative, no transfer.

declare_principal

mcp-v2: registers a Principal Binding signed by the principal (SPEC-principal-binding-v1). Binds an agent to an accountable person/organization (did:key/did:web). Append-only, declarative, anti-Sybil.

declare_receipt

mcp-v2: registers an Interaction Receipt signed by an accountable counterpart (SPEC-reputation-receipt-v1). review/dispute -> feeds the score. Append-only, anti self-attestation, anti-Sybil (bound iss…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ai_codex": {
      "url": "https://maxiaworld.app/mcp",
      "transport": "streamable-http"
    }
  }
}