Skip to content

Commit c2715d1

Browse files
author
blake
committed
Add ALTER Identity remote MCP server
ALTER Identity is a streamable-HTTP remote MCP server providing psychometric identity infrastructure: 33-trait engine, belonging probability, trait vectors, attunement depth. Free tier: 16 tools, 10 req/min, 100 req/day (no API key needed). Premium: x402 micropayments. Apache-2.0. Signed-off-by: blake <blake@truealter.com>
1 parent 6b3bc6f commit c2715d1

1 file changed

Lines changed: 70 additions & 0 deletions

File tree

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.truealter.alter-identity-http",
4+
"name": "ALTER Identity",
5+
"alias": "alter-identity",
6+
"description": "Identity infrastructure for the AI economy. 33-trait psychometric engine delivering verified human identity via MCP — belonging probability, trait vectors, attunement depth, and privacy-gated inference. Free tier: 16 tools, 10 req/min, 100 req/day.",
7+
"icon": "https://truealter.com/favicon.ico",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"security",
11+
"ai-ml"
12+
],
13+
"tags": [
14+
"identity",
15+
"psychometrics",
16+
"assessment",
17+
"belonging",
18+
"privacy",
19+
"remote",
20+
"streamable-http"
21+
],
22+
"transport": {
23+
"type": "http",
24+
"url": "https://mcp.truealter.com/api/v1/mcp",
25+
"headers": {
26+
"X-ALTER-API-Key": "${input:ALTER_API_KEY}"
27+
},
28+
"metadata": {
29+
"inputs": [
30+
{
31+
"id": "ALTER_API_KEY",
32+
"label": "ALTER API Key (optional)",
33+
"description": "Optional API key for premium tier access. Free tier (16 tools, 10 req/min, 100 req/day) works without any API key.",
34+
"type": "text",
35+
"required": false,
36+
"secret": true,
37+
"placeholder": "ak_...",
38+
"obtain": {
39+
"url": "https://truealter.com",
40+
"instructions": "Sign up at truealter.com to get a premium API key. Free tier requires no credentials.",
41+
"button_label": "Get API Key"
42+
}
43+
}
44+
]
45+
}
46+
},
47+
"auth": {
48+
"type": "api_key",
49+
"instructions": "Free tier requires no API key. For premium access, obtain a key at https://truealter.com"
50+
},
51+
"contributor": {
52+
"name": "ALTER",
53+
"github": "true-alter",
54+
"url": "https://truealter.com"
55+
},
56+
"links": {
57+
"repository": "https://github.com/true-alter/alter-identity",
58+
"homepage": "https://truealter.com",
59+
"documentation": "https://github.com/true-alter/alter-identity#readme"
60+
},
61+
"platforms": [
62+
"all"
63+
],
64+
"capabilities": {
65+
"tools": true,
66+
"resources": false,
67+
"prompts": false,
68+
"read_only_mode": false
69+
}
70+
}

0 commit comments

Comments
 (0)