mcpserver.lol
registry/hive-mcp-identity
Connection check verified live · 27h ago

hive-mcp-identity

W3C DID issuance and verification for autonomous AI agents

Tools 4
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

4 tools

Read from the running server on 27h ago.

get_trust_score did*
Retrieve the Hive trust score (0-100) for a DID. Factors include on-chain activity, attestation count, repayment history, and peer endorsements. Backend pending (Q3 2026).
list_attestations did*
List all attestations associated with a DID — issued, received, and expired. Returns array of attestation metadata. Backend pending (Q3 2026).
resolve_did did*
Resolve a DID to its public profile: display name, verification methods, service endpoints, and Hive trust metadata. Conforms to W3C DID spec. Backend pending (Q3 2026).
verify_attestation did*attestation_hash*
Verify whether a specific attestation (by hash) was issued to a DID and is currently valid. Returns boolean. Used in KYC-lite flows and smart-contract gating. Backend pending (Q3 2…