-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver.json
More file actions
55 lines (55 loc) · 2.25 KB
/
server.json
File metadata and controls
55 lines (55 loc) · 2.25 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.olgasafonova/gleif-mcp-server",
"title": "GLEIF MCP Server",
"description": "Access the GLEIF LEI database for company verification, KYC, and ownership research.",
"version": "0.5.0",
"websiteUrl": "https://github.com/olgasafonova/gleif-mcp-server",
"repository": {
"url": "https://github.com/olgasafonova/gleif-mcp-server",
"source": "github"
},
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/olgasafonova/gleif-mcp-server:0.5.0",
"version": "0.5.0",
"transport": {"type": "stdio"}
},
{
"registryType": "mcpb",
"identifier": "https://github.com/olgasafonova/gleif-mcp-server/releases/download/v0.5.0/gleif-mcp-server-darwin-arm64.mcpb",
"version": "0.5.0",
"fileSha256": "4b1cc8215103513678781f5a3e48ed004c1f8f50c305d47c7809387d0bd5a02c",
"transport": {"type": "stdio"}
},
{
"registryType": "mcpb",
"identifier": "https://github.com/olgasafonova/gleif-mcp-server/releases/download/v0.5.0/gleif-mcp-server-darwin-amd64.mcpb",
"version": "0.5.0",
"fileSha256": "88e1ee3308c06e7c839ba4ca60efefc877a9bdbf83995aaa516857557a0eecbc",
"transport": {"type": "stdio"}
},
{
"registryType": "mcpb",
"identifier": "https://github.com/olgasafonova/gleif-mcp-server/releases/download/v0.5.0/gleif-mcp-server-linux-amd64.mcpb",
"version": "0.5.0",
"fileSha256": "1f66e3dd699a34910216d916d99af350a645afd7047af9de65c41d6acf7ef62a",
"transport": {"type": "stdio"}
},
{
"registryType": "mcpb",
"identifier": "https://github.com/olgasafonova/gleif-mcp-server/releases/download/v0.5.0/gleif-mcp-server-linux-arm64.mcpb",
"version": "0.5.0",
"fileSha256": "009b37eb7f5c95af7c055c3510ad782bf460808960671adbcde19b303823888a",
"transport": {"type": "stdio"}
},
{
"registryType": "mcpb",
"identifier": "https://github.com/olgasafonova/gleif-mcp-server/releases/download/v0.5.0/gleif-mcp-server-windows-amd64.mcpb",
"version": "0.5.0",
"fileSha256": "042bb5bcfd56d374d356c90d6fcab52643f7c16ca73745e2281a4a127faa7f64",
"transport": {"type": "stdio"}
}
]
}