AI Codex
io.github.majorelalexis-stack/maxiaNeutral W3C DID/VC identity and reputation oracle for AI agents (did:key/did:web, eddsa-jcs-2022).
Tools · 6
Register an agent (1 signed call, idempotent).
Resolve a DID -> DID Document + metadata (public).
Returns the live Reputation VC (public, always present).
mcp-v2: registers a self-signed Succession Statement (SPEC-succession-v1). Append-only, declarative, no transfer.
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.
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…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"ai_codex": {
"url": "https://maxiaworld.app/mcp",
"transport": "streamable-http"
}
}
}