-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathcom.truealter.alter-identity-http.json
More file actions
70 lines (70 loc) · 2.07 KB
/
Copy pathcom.truealter.alter-identity-http.json
File metadata and controls
70 lines (70 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"$schema": "../schemas/server-definition.schema.json",
"id": "com.truealter.alter-identity-http",
"name": "ALTER Identity",
"alias": "alter-identity",
"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.",
"icon": "https://truealter.com/favicon.ico",
"schema_version": "2.1",
"categories": [
"security",
"ai-ml"
],
"tags": [
"identity",
"psychometrics",
"assessment",
"belonging",
"privacy",
"remote",
"streamable-http"
],
"transport": {
"type": "http",
"url": "https://mcp.truealter.com/api/v1/mcp",
"headers": {
"X-ALTER-API-Key": "${input:ALTER_API_KEY}"
},
"metadata": {
"inputs": [
{
"id": "ALTER_API_KEY",
"label": "ALTER API Key (optional)",
"description": "Optional API key for premium tier access. Free tier (16 tools, 10 req/min, 100 req/day) works without any API key.",
"type": "text",
"required": false,
"secret": true,
"placeholder": "ak_...",
"obtain": {
"url": "https://truealter.com",
"instructions": "Sign up at truealter.com to get a premium API key. Free tier requires no credentials.",
"button_label": "Get API Key"
}
}
]
}
},
"auth": {
"type": "api_key",
"instructions": "Free tier requires no API key. For premium access, obtain a key at https://truealter.com"
},
"contributor": {
"name": "ALTER",
"github": "true-alter",
"url": "https://truealter.com"
},
"links": {
"repository": "https://github.com/true-alter/alter-identity",
"homepage": "https://truealter.com",
"documentation": "https://github.com/true-alter/alter-identity#readme"
},
"platforms": [
"all"
],
"capabilities": {
"tools": true,
"resources": false,
"prompts": false,
"read_only_mode": false
}
}