a month ago
TypeScript SDK for ALTER - identity infrastructure for the AI economy.
alter-mcp-bridge exposes mcp.truealter.com as a stdio MCP: identity verification, ~handle resolution, 33-trait vectors, belonging probability, x402 micropayments.
Server Config
{
"mcpServers": {
"alter": {
"command": "npx",
"args": [
"-y",
"@truealter/sdk",
"mcp-bridge"
],
"env": {
"ALTER_MCP_ENDPOINT": "https://mcp.truealter.com/api/v1/mcp"
}
}
}
}