← Registry

Databases

humanitycommons.org

Provides access to Humanity Commons records with submission, retrieval, and signature verification.

1 endpoint6 known toolsFirst detected August 26, 2026Last detected August 31, 2026

ENDPOINT 1

https://humanitycommons.org/mcp

No auth detected

MCP server metadata

Name
Humanity Commons
Version
0.2.3
Capabilities
tools

Known tools 6

discover

Discover Humanity Commons endpoints and protocol metadata.

Inferred read-only
list_records

List public Humanity Commons records.

Inferred read-only
get_record

Retrieve a record by id, including signature verification status.

Inferred read-only
verify_record

Verify the Ed25519 signature of a stored record when present.

Inferred read-only
submit_record

Submit an append-only knowledge record.

Inferred read-only
critique_record

Publish a critique referencing an existing record without overwriting it.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.humanity-commons]
url = "https://humanitycommons.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "humanity-commons": {
      "type": "http",
      "url": "https://humanitycommons.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: humanity-commons
Remote MCP URL: https://humanitycommons.org/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "humanity-commons": {
      "url": "https://humanitycommons.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "humanity-commons": {
      "type": "http",
      "url": "https://humanitycommons.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "humanity-commons",
  "transport": "streamable-http",
  "url": "https://humanitycommons.org/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.