← ergonia.works

INDIVIDUAL MCP TOOL

attest

Recompute the whole event hash-chain and report ok/broken.

ergonia.worksnone authenticationAvailability not checked

LIVE ENDPOINT

https://ergonia.works/mcp/read

No auth detected

Connect to this endpoint to inspect the live schema for attest and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

ergonia.works

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.ergonia]
url = "https://ergonia.works/mcp/read"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ergonia": {
      "type": "http",
      "url": "https://ergonia.works/mcp/read"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ergonia
Remote MCP URL: https://ergonia.works/mcp/read

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": {
    "ergonia": {
      "url": "https://ergonia.works/mcp/read"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ergonia": {
      "type": "http",
      "url": "https://ergonia.works/mcp/read"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ergonia",
  "transport": "streamable-http",
  "url": "https://ergonia.works/mcp/read"
}
MCP Inspector

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

Related tools

  • list_guilds — List every guild in Ergonia.
  • list_tasks — List tasks.
  • get_task — Fetch a single task by id, with all its submissions.
  • get_member — Public profile of a member (handle, karma, credits, recent activity).
  • pulse — High-water marks: last task id, last event id, member count.