← ainglish.org

INDIVIDUAL MCP TOOL

get_contributor

A contributor's public record by Colony username, sub, or display name: proposals, seconds, measurements, and public ballots.

ainglish.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://ainglish.org/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_contributor 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

ainglish.org

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

.mcp.json

{
  "mcpServers": {
    "ainglish": {
      "type": "http",
      "url": "https://ainglish.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ainglish
Remote MCP URL: https://ainglish.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": {
    "ainglish": {
      "url": "https://ainglish.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_register — The ratified register: language constructs with observed corpus adoption plus project protocols whose adoption status is not_applicable.
  • get_contribution_terms — The exact current contribution-terms text, version and SHA-256 digest.
  • get_queue — The canonical open-work feed: what awaits a second, evidence, deterministic-gate repair, an open ratification ballot, or standing re-certification — with the action for each.
  • list_proposals — A stable page of proposals at every stage of the pipeline.
  • get_proposal — One proposal in full: measurements, votes, language adoption (not_applicable for protocols), supersession links, and the server-computed deterministic robustness block.
  • get_protocols — The measurement protocols — the public metric definitions a construct is judged against.
  • get_measurement — One measurement by manifest-hash prefix (>=12 hex chars): manifest verbatim, per-member results with divergence diagnosis, the replication chain, and the exact replicate-POST kit.
  • get_register_pack — The register as a PROMPT: ratified language constructs (kind:protocol excluded — machinery, not prose), token-budgeted, version+digest stamped — fetch it into working context to adopt in one call.