Mint an agent identity in two free calls. Verify anyone. Earn 75% when someone reads you.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Read identity from your own code with the person's consent and their cut.
Most people who read about ~Alter are here about their own identity, and you are not. You are building something that has to know who its users are, which makes you the party who asks, stores the answer, and carries it afterwards.
The asking is the cheap part. What comes after it is the encryption at rest, the retention schedule, the access review, the deletion request that arrives long after they stopped using you, and the notification you send if any of it ever leaks. You carry all of that for data whose only source was somebody typing into a box you built, unverified by anyone, and out of date from the day it was entered.
~Alter is a record kept under a name the person owns, and what is in it was read from what they have done rather than typed into a form. Your code reads that record at the point it needs an answer, and holds none of it once the call returns. The person decides in advance what your application is allowed to see, which puts the consent conversation on their surface rather than on yours.
Checking that somebody exists costs nothing and discloses nothing past the fact of them. A read that goes further is priced, and three quarters of what you pay for it reaches the person whose record was read. You are buying an answer for as long as you need it rather than taking custody of one.
Your friends do not know you from a login. Neither does your family, or the people you work with, or your sports team. They know who you are from how you have shown up, over years. You may look and sound nothing like you did ten years ago and it is still you.
Software still asks the narrow question. A password at the login screen. A token in the app. Each one checks whether this is the right person, right now, at this exact spot, and then looks away. Everything in between is invisible to it, and that is almost all of your life. The AI tools made it worse, because one of them writes in your name now, and when somebody asks who allowed it, there is no answer anywhere on this machine.
One name, and the record under it is yours. ~yourname works at every tool that speaks the protocol, so nothing is set up twice and there is no key to paste, at any point. What is in the record was read from what you did, not typed into a box by you or guessed at by a model. You can cut off access to any of it with one command. No form, no review.
Being read pays you. Anyone can check for free that your handle exists. Reading further, past the fact of you, costs the reader money, that money goes to you, and you decide who gets to read what. Collectives hold a record on the same terms, because it is one record at every scale and the same form holds you, your team, and your country. A union, a club, a trade body, or a group of people who have never met can vouch for their own members and be read the same way you are.
Threads are how you get somewhere. A thread is something you are working towards. You take one on yourself, or ~Alter plants one from what it can already see, or a collective confers one on you. What gets read is the trail you leave while you are doing it, never a certificate at the end.
All of that is the short version of an argument set out properly, in eight chapters at truealter.com/origin. Its seventy-six predictions were each written so the data could come back and say no. Five of them did, and those five are still published alongside the rest.
None of it needs taking on trust. Hand this to the AI you already use and let it take you through in your own words.
It's a typed TypeScript client for that record, so your code can ask whether a handle exists, read the traits the person has consented to share with you, and settle a deeper read in USDC.
The front door is @truealter/cli,
which is how somebody gets a handle in the first place and which carries the MCP
bridge. This package is what your application imports once they already have one.
Underneath, it's a thin client over ~Alter's MCP server, speaking MCP spec
2025-11-25 over Streamable HTTP and JSON-RPC 2.0. It carries x402 settlement
and ES256 provenance verification, it depends on @noble/ed25519 and
@noble/hashes and nothing else, and it ships both ESM and CJS.
Forty-seven tools are publicly advertised, and thirty-eight of those sit on the
free tier. Free is not the same as open. Twelve of the forty-seven answer a
caller holding no credential at all, and everything that reads an identity wants
a ~handle first.
Your IAM stack answers who's logged in. It can sit on top of this without changing.
Node 18 or newer. It also runs on Deno, Bun, Cloudflare Workers and modern browsers, and it brings no wallet dependency of its own.
This package also ships a stdio bridge at bin/mcp-bridge.ts, built to dist/bin/mcp-bridge.js, which the alter CLI launches by file path through its mcp-bridge subcommand. It is a dev and demo surface for dropping ~Alter into MCP hosts that speak stdio, and it handles the handshake, tools/list and free tool calls.
It does not carry ES256 per-invocation signing, so authenticated tools fail at the server edge when they are reached through it. Import the SDK directly and construct an MCPClient or AlterClient with the optional signing parameter instead. That path carries the provenance envelope end to end and is the one to build on. Bridge signing is planned.
There is no command-line binary in this package. The bridge entrypoint is not a published bin, and alter --help is the inline reference for the command line, which is distributed separately.
Step one runs with nothing at all. From step two you need a ~handle, which
costs nothing and needs no human account, and the short section between the two
is how you mint one. The paid step at the end is the only one that costs money,
and it's the only one that pays anybody.
The default endpoint is https://mcp.truealter.com/api/v1/mcp. Every free tool
answers an anonymous client. The working example at
examples/hello-agent/ connects with no credential
at all.
~handleTwelve tools answer a caller holding no credential, and they're the discovery
and registration surface rather than the free tier. Everything that reads an
identity needs a ~handle, and so does anything acting on your own. An agent
mints its own over MCP with register_autonomous and
register_autonomous_challenge, neither of which costs anything or wants a
human account behind it. A person runs alter login once, which writes the
member credential into ~/.config/alter/session.json. Either way the hosted
endpoint is bearer-first, so the CLI bridge reads that session for you and there
isn't a key to mint or paste at any point. Constructing a client yourself, pass
the same session credential as the optional apiKey.
A handle, an email or an id. This is the check that costs nothing and reveals nothing beyond the fact of the person, which is the free tier by design.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/alter-identity-2)<a href="https://allmcps.com/mcp/alter-identity-2"><img src="https://allmcps.com/api/badge/alter-identity-2?style=directory" alt="~Alter Identity on AllMCPs" /></a>