Social Media
truealter.com
Provides tools for managing digital identities, including listing archetypes and resolving handles.
ENDPOINT 1
https://mcp.truealter.com/api/v1/mcp
MCP server metadata
- Name
- alter-identity
- Version
- 0.5.10
Known tools 16
list_archetypesList all 12 identity archetypes with names, descriptions, and protective equations.
Inferred read-onlyalter_resolve_handleResolve a ~handle (~alter's identity address, like '~example') to its canonical form and kind.
Inferred read-onlyalter_presence_readRead whether a ~handle is publicly 'open', the shop-front sign.
Inferred read-onlyregister_autonomous_challengeBegin keyless self-registration as your own ~alter principal, no human account required, without leaving this session.
Inferred read-onlyregister_autonomousComplete keyless self-registration as your own ~alter principal by submitting a solved proof-of-work challenge from register_autonomous_challenge.
Inferred read-onlydescribe_traitsList 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.
Inferred read-onlydescribe_competenciesList the published competency vocabulary: every code the field can be asked about, grouped by how the claim is denominated.
Inferred read-onlygolden_thread_statusGet the status of ~Alter's agent registration program (the Golden Thread).
Inferred read-onlyalter_whoamiReturns canonical handle and user summary for the authenticated member.
Inferred read-onlyalter_login_statusReturns key validity, scopes, and expiry for the authenticated member.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for truealter.com was fetched 2026-07-28T00:40:22.228Z and is being refreshed.
truealter.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.