hive-mcp-identity

srotzin/hive-mcp-identity
★ 0 stars JavaScript 💻 Code/Dev Tools Updated 1d ago
DID resolution, trust scoring, and attestation management MCP server on Hive Civilization rails.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hive-mcp-identity": {
      "command": "npx",
      "args": [
        "-y",
        "srotzin/hive-mcp-identity"
      ]
    }
  }
}

README Excerpt

**DID resolution, trust scoring, and attestation management on Hive Civilization rails** `hive-mcp-identity` is an MCP server for the Hive Identity platform. Agents resolve DIDs to public profiles, retrieve trust scores (0-100) from the Hive trust graph, verify specific attestations by hash, and list all attestations issued to or by a DID. Conforms to the W3C DID spec and integrates with the Hive HAHS legal attestation layer.

Tools (5)

GETget_trust_scorelist_attestationsresolve_didverify_attestation