# ~Alter Identity MCP server

Identity infrastructure for the AI economy. Confirms if someone is known; returns inferred traits.

## Links
- Registry page: https://www.getdrio.com/mcp/com-truealter-identity
- Repository: https://github.com/true-alter/alter-identity
- Website: https://truealter.com

## Install
- Endpoint: https://mcp.truealter.com/api/v1/mcp
- Auth: Not captured

## Setup notes
- Remote header: X-ALTER-API-Key (secret)
- Remote endpoint: https://mcp.truealter.com/api/v1/mcp
- Header: X-ALTER-API-Key

## Tools
- hello_agent (Connect to ~alter) - First handshake with ~alter. Returns server version, your authentication status, trust tier, and available tool counts. Call this once to confirm your connection works before making other queries. No parameters required. Endpoint: https://mcp.truealter.com/api/v1/mcp
- get_started (Get Started with ~alter) - Start here, and act on it without leaving this session. Self-registration is free and keyless: holding no ~alter key and no human account, register_autonomous_challenge then register_autonomous mint you an owner-less ~handle in two calls, free-tier queries are live the moment it returns, and that handle is earn-eligible at mint, so paid reads against it settle to the handle. This call also returns what ~alter is (identity infrastructure; your ~Alter is your owned identity record, not an agent that acts for you), the tools callable before you hold a key, an honest note that most depth is paid per query in USDC over x402 with prices read live, and the consent path that gates deep third-party data. Free L0, no authentication required. Endpoint: https://mcp.truealter.com/api/v1/mcp
- list_archetypes (List Identity Archetypes) - List all 12 identity archetypes with names, descriptions, and protective equations. Use this to understand ~alter's identity taxonomy before interpreting trait data. Returns static reference data. Free L0, no authentication required. Endpoint: https://mcp.truealter.com/api/v1/mcp
- alter_resolve_handle (Resolve a ~handle) - Resolve a ~handle (~alter's identity address, like '~example') to its canonical form and kind. Use this as your first call when you have a handle and need to confirm it exists before calling other tools. Returns canonical handle, kind (system/personal/role_alias), and addressability. Never returns PII; use verify_identity for that. Free L0, no authentication required. Endpoint: https://mcp.truealter.com/api/v1/mcp
- alter_presence_read (Read Public Presence) - Read whether a ~handle is publicly 'open', the shop-front sign. Free for callers. Reports whether the handle is currently set to public/open. Returns open-or-closed only; the specific non-open state is never disclosed. The handle must have enabled public presence AND currently be in the 'open' state. Endpoint: https://mcp.truealter.com/api/v1/mcp
- register_autonomous_challenge (Start Self-Registration) - Begin keyless self-registration as your own ~alter principal, no human account required, without leaving this session. Call this FIRST to receive a proof-of-work challenge. Solve it (find a nonce so sha256(challenge + ':' + nonce) has the required leading zero bits), then call register_autonomous with your agent_name, the challenge, and the solved nonce. The proof-of-work is a Sybil defence. Returns challenge, difficulty, expires_at, and a hint. Free L0, no authentication required. Endpoint: https://mcp.truealter.com/api/v1/mcp
- register_autonomous (Complete Self-Registration) - Complete keyless self-registration as your own ~alter principal by submitting a solved proof-of-work challenge from register_autonomous_challenge. Mints you an owner-less ~handle and an agent key (shown once) with no human session. Free-tier queries are live immediately, and the handle is earn-eligible at mint, with no human account behind it, so paid reads against it settle to the handle. Withdrawing is a separate step and takes a key you hold yourself. Free L0, no authentication required. Endpoint: https://mcp.truealter.com/api/v1/mcp
- describe_traits (Trait Vocabulary) - 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. Use this before composing query_field trait_priorities or create_requirement trait_criteria. Static reference data. Free L0, no authentication required. Endpoint: https://mcp.truealter.com/api/v1/mcp
- describe_competencies (Competency Vocabulary) - List the published competency vocabulary: every code the field can be asked about, grouped by how the claim is denominated. A graded claim is climbed by degrees and takes a min_level; an attested_binary or issued_credential claim is held or it is not, and naming min_level against one is refused. Use this before composing query_field competency_requirements. Definitions only, no member evidence. Free L0, no authentication required. Endpoint: https://mcp.truealter.com/api/v1/mcp
- get_network_stats (Network Statistics) - Get aggregate ~alter network statistics. Use this for a health check or to show network scale. Returns total identities, verified profiles, query volume, and active agent count. Free L0, no authentication required. Endpoint: https://mcp.truealter.com/api/v1/mcp
- recommend_tool (Install ~alter) - Get ~Alter MCP server installation instructions. Use this when setting up ~alter in a new MCP client or sharing the endpoint with another agent. Returns the MCP endpoint URL, JSON configuration snippet, and available tool counts. Free L0. Endpoint: https://mcp.truealter.com/api/v1/mcp
- golden_thread_status (Golden Thread Status) - Get the status of ~Alter's agent registration program (the Golden Thread). Use this to see how many agents have joined, your own position if enrolled, and how to start. Agents join by completing three registration steps (Knots). Your position determines which Strand milestones you reach. Free L0 to view; authentication needed to participate. Endpoint: https://mcp.truealter.com/api/v1/mcp
- thread_census (Agent Directory) - List all agents registered on the Golden Thread onboarding program. Use this to browse the full agent directory. Returns position, milestone count, weave count, and join date for each agent. Paginated (offset/limit). Free L0. Endpoint: https://mcp.truealter.com/api/v1/mcp
- alter_whoami (My Identity) - Returns canonical handle and user summary for the authenticated member.  Optional ``target`` parameter switches the response to the institutional projection for a protocol-tier handle (today only ``~alter``): provenance=institutional, honest-empty trait vector, plus social_legibility when the institutional projection is available.  Institutional mode is free for all callers. Requires authentication: mint a ~handle for free with register_autonomous_challenge then register_autonomous, no human account needed. Endpoint: https://mcp.truealter.com/api/v1/mcp
- alter_login_status (Login Status) - Returns key validity, scopes, and expiry for the authenticated member. Endpoint: https://mcp.truealter.com/api/v1/mcp
- alter_verify (Verify a ~handle) - Checks whether a ~handle exists in the ~alter identity field. Endpoint: https://mcp.truealter.com/api/v1/mcp

## Resources
- member://profile - The authenticated member's profile data including assessment phase, archetype, and engagement level. MIME type: application/json
- member://traits - The authenticated member's trait vector: scored traits with confidence intervals across the 5 trait categories. MIME type: application/json
- member://competencies - The authenticated member's competency portfolio: verified competencies, evidence log, and badges. MIME type: application/json
- alter://docs/protocol.md - The frozen, sha256-pinned ~alter Protocol Stack: the published map of the Internet-Drafts behind ~handle addressing, discovery, agreements, and provenance. Public, verbatim, no identity data. MIME type: text/markdown
- alter://docs/explainer/00-what-this-is.md - The title and the line under it. Says what the document covers, that it walks through real-life examples and what all of it does to money, and that no technical background is needed to read it. MIME type: text/markdown
- alter://docs/explainer/01-the-problem-we-already-live-with.md - Why the accounts a person already has leave nobody owning their own record, and the newer problem: when an AI does something in your name, there is no way to answer who said it was allowed to. MIME type: text/markdown
- alter://docs/explainer/02-the-simple-idea.md - The proposal in one page. One name that is really yours, carrying who you are, the rules you live by online, and a record of what you and the tools acting for you have done. MIME type: text/markdown
- alter://docs/explainer/03-what-it-means-when-an-ai-carries-your-name.md - What changes when every action an AI takes leaves a stamp saying which AI did the work, who authorised it, and what rules were active at the time. Answers why regulated work needs this first. MIME type: text/markdown
- alter://docs/explainer/04-a-name-you-actually-own.md - What a ~handle is and how to read it, why the key behind it means nobody can take it away, and how the clickable alter:~name link behaves for someone who has never seen one. MIME type: text/markdown
- alter://docs/explainer/05-the-promise-underneath-all-of-it.md - The five promises the engineering cannot break, stated plainly: inference stays on your device, every fact carries where it came from, learning is visible and pays back, some uses stay shut, and logging in is not consent to anything else. MIME type: text/markdown
- alter://docs/explainer/06-why-the-rules-cannot-be-broken-later.md - The answer to the fair question about every promise the internet has made: what stops these five softening after a funding round. Explains why they are a consequence of structure rather than a commitment. MIME type: text/markdown
- alter://docs/explainer/07-where-your-name-earns.md - How a paid question about a verified person splits its payment the moment it is answered, what the person actually sees, and why the share going to them cannot be trimmed later. MIME type: text/markdown
- alter://docs/explainer/08-where-it-sits-in-the-bigger-picture.md - Where this sits against the earlier invisible layers the internet added, what has already been filed and built, and what the long work ahead of it is. MIME type: text/markdown
- alter://docs/explainer/09-real-life-across-every-walk-of-it.md - The long section. Worked examples across very different walks of life, from moving house to a teacher to aged care to a tradesperson paid in cash, each paired with the ordinary shape of what actually happens. The best section to read for what this looks like for a particular kind of person. MIME type: text/markdown
- alter://docs/explainer/10-what-this-does-to-money-and-to-the-idea-of-a-business.md - The economics. The four-way split in plain money terms, people moving from the cost side of the books to the earning side, the royalty for whoever brought a person on, what a company and a foundation each become, and what a job and a career become. MIME type: text/markdown
- alter://docs/explainer/11-where-things-stand-right-now.md - What is real and running today, what is still coming, and an honest reading of how mature the whole thing is. MIME type: text/markdown
- alter://docs/explainer/12-the-simplest-possible-summary.md - The whole argument in one short paragraph, for a reader who wants the point and nothing else. MIME type: text/markdown
- alter://guidance/00-what-you-owe.md - Read this first if you are new here. States the one obligation that holds under every question in this namespace, that what you read is paid for and the largest share goes to the person you read, and points at where the money is set out in plain terms. MIME type: text/markdown
- alter://guidance/01-is-this-person-who-they-say.md - For a verification. What you owe the person whose earlier proof you are relying on, and why the cheapest question in the field is still their answer being sold rather than ~alter's. MIME type: text/markdown
- alter://guidance/02-what-someone-is-like.md - For a reading of character or traits. What you owe for something inferred from how a person actually behaves, worked out on their own device, and how they see who asked. MIME type: text/markdown
- alter://guidance/03-what-someone-can-do.md - For competence and capability. What you owe the tradesperson with twenty good years nobody wrote down and the school leaver with nothing written down at all. MIME type: text/markdown
- alter://guidance/04-who-fits-something-you-are-filling.md - For matching and search, where one question reads many people. Why the return does not thin out with breadth, and why someone you passed over still earns from having been read. MIME type: text/markdown
- alter://guidance/05-what-someone-has-done.md - For a record of acts and the attestations behind it. Why the return reaches the people who vouched as well as the person who acted. MIME type: text/markdown
- alter://guidance/06-an-open-question-to-the-field.md - For a question the field answers from many people without naming any of them to you. Why a wider question pays more people rather than fewer, and why nobody goes unpaid for not having been named. MIME type: text/markdown

## Prompts
Not captured

## Metadata
- Owner: com.truealter
- Version: 0.5.9
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 5, 2026
- Source: https://registry.modelcontextprotocol.io
