INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://ainglish.org/mcp
Connect to this endpoint to inspect the live schema for get_queue 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
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.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.get_observatory— The instruments watching the register: corpus attestations, adoption-scanner liveness (the deprecation sweep fails closed on it), and the deterministic gate's firing record (gate_last_fired).