-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathai.tetrees-mcp-npx.json
More file actions
73 lines (73 loc) · 1.99 KB
/
Copy pathai.tetrees-mcp-npx.json
File metadata and controls
73 lines (73 loc) · 1.99 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
71
72
73
{
"$schema": "../schemas/server-definition.schema.json",
"id": "ai.tetrees-mcp-npx",
"name": "Tetrees AI",
"alias": "tetrees",
"description": "Discover, run, grow and trade portable TAIP/1 agent intelligence through Tetrees MCP.",
"logo": "https://ex.tetrees.ai/logo.png",
"schema_version": "2.1",
"categories": [
"ai-ml",
"developer-tools"
],
"tags": [
"tetrees",
"ai-packs",
"taip",
"agent-marketplace",
"stdio"
],
"transport": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tetrees/mcp@2.2.1"
],
"env": {
"TETREES_API_URL": "https://ex.tetrees.ai/api",
"TETREES_TOKEN": "${input:TETREES_TOKEN}"
},
"metadata": {
"inputs": [
{
"id": "TETREES_TOKEN",
"label": "Tetrees account API token",
"description": "Revocable token from Tetrees Account settings. Hosted runs use Tetrees Points; optional BYOK keys stay in the local MCP environment.",
"type": "text",
"required": true,
"secret": true,
"placeholder": "tt_xxxxxxxx",
"obtain": {
"url": "https://ex.tetrees.ai/en",
"instructions": "1. Create a free account at https://ex.tetrees.ai/en\n2. Open Account settings\n3. Mint a revocable API token\n4. Paste the token here",
"button_label": "Create token"
}
}
]
}
},
"auth": {
"type": "api_key",
"instructions": "Create a free Tetrees account and mint a revocable TETREES_TOKEN in Account settings."
},
"contributor": {
"name": "InsightVessel",
"github": "TetreesEX",
"url": "https://ex.tetrees.ai/en"
},
"links": {
"repository": "https://github.com/TetreesEX/TetreesAgent_EX",
"homepage": "https://ex.tetrees.ai/en",
"documentation": "https://ex.tetrees.ai/en/mcp"
},
"platforms": [
"all"
],
"capabilities": {
"tools": true,
"resources": false,
"prompts": false,
"read_only_mode": false
}
}