io.github.majorelalexis-stack/maxia
Official6 toolsAI Codex
Neutral W3C DID/VC identity and reputation oracle for AI agents (did:key/did:web, eddsa-jcs-2022).
W3C DID/VC identity and reputation oracle for verifying AI agent credentials.
Captured live from the server via tools/list.
register
Register an agent (1 signed call, idempotent).
Parameters (3)
- public_key_multibasestringrequired
- proofobjectrequired
- metadataany
resolve
Resolve a DID -> DID Document + metadata (public).
Parameters (1)
- didstringrequired
get_reputation
Returns the live Reputation VC (public, always present).
Parameters (1)
- didstringrequired
declare_succession
mcp-v2: registers a self-signed Succession Statement (SPEC-succession-v1). Append-only, declarative, no transfer.
Parameters (1)
- statementobjectrequired
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.
Parameters (1)
- bindingobjectrequired
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 issuer).
Parameters (1)
- receiptobjectrequired
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"maxia": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://maxiaworld.app/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.