Skip to content

Commit 073fab9

Browse files
authored
Add io.aperturex-wallet-knowledge (#292)
Signed-off-by: devdasx <devdas98x@gmail.com>
1 parent 10c5e28 commit 073fab9

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "io.aperturex-wallet-knowledge",
4+
"name": "Aperture Wallet Knowledge",
5+
"alias": "aperture-wallet-knowledge",
6+
"description": "Search verified Aperture Wallet product facts, supported mainnets, security guidance, releases, app-screen semantics, and Journal articles through 12 public read-only tools.",
7+
"logo": "https://aperturex.io/assets/app-tile-1024.png",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"documentation",
11+
"search",
12+
"security"
13+
],
14+
"tags": [
15+
"aperture-wallet",
16+
"crypto-wallet",
17+
"self-custody",
18+
"bitcoin",
19+
"blockchain",
20+
"wallet-security"
21+
],
22+
"transport": {
23+
"type": "http",
24+
"url": "https://aperturex.io/mcp/",
25+
"metadata": {
26+
"inputs": []
27+
}
28+
},
29+
"auth": {
30+
"type": "none"
31+
},
32+
"contributor": {
33+
"name": "Aperture",
34+
"github": "devdasx",
35+
"url": "https://aperturex.io/"
36+
},
37+
"links": {
38+
"repository": "https://github.com/devdasx/aperture",
39+
"homepage": "https://aperturex.io/agents/",
40+
"documentation": "https://aperturex.io/llms.txt"
41+
},
42+
"platforms": [
43+
"all"
44+
],
45+
"capabilities": {
46+
"tools": true,
47+
"resources": false,
48+
"prompts": false,
49+
"read_only_mode": true
50+
}
51+
}

0 commit comments

Comments
 (0)