← truealter.com

INDIVIDUAL MCP TOOL

golden_thread_status

Get the status of ~Alter's agent registration program (the Golden Thread).

truealter.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.truealter.com/api/v1/mcp

No auth detected

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

truealter.com

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.alter-identity]
url = "https://mcp.truealter.com/api/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "alter-identity": {
      "type": "http",
      "url": "https://mcp.truealter.com/api/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: alter-identity
Remote MCP URL: https://mcp.truealter.com/api/v1/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": {
    "alter-identity": {
      "url": "https://mcp.truealter.com/api/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "alter-identity": {
      "type": "http",
      "url": "https://mcp.truealter.com/api/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "alter-identity",
  "transport": "streamable-http",
  "url": "https://mcp.truealter.com/api/v1/mcp"
}
MCP Inspector

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

Related tools

  • hello_agent — First handshake with ~alter.
  • get_started — Start here, and act on it without leaving this session.
  • list_archetypes — List all 12 identity archetypes with names, descriptions, and protective equations.
  • alter_resolve_handle — Resolve a ~handle (~alter's identity address, like '~example') to its canonical form and kind.
  • alter_presence_read — Read whether a ~handle is publicly 'open', the shop-front sign.
  • register_autonomous_challenge — Begin keyless self-registration as your own ~alter principal, no human account required, without leaving this session.
  • register_autonomous — Complete keyless self-registration as your own ~alter principal by submitting a solved proof-of-work challenge from register_autonomous_challenge.
  • describe_traits — List the canonical trait vocabulary: 30 trait codes grouped by category (Adaptive Capacity, Cognitive Style, Interpersonal Orientation, Drive Architecture, Integrity & Trust) with a one-line semantic per code, plus the valid discovery contexts and the traits never returned about a third party.