-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
85 lines (85 loc) · 2.3 KB
/
Copy pathserver.json
File metadata and controls
85 lines (85 loc) · 2.3 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
74
75
76
77
78
79
80
81
82
83
84
85
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.esherialabs/esheria",
"title": "Esheria Regulatory Intelligence",
"description": "Citation-backed regulatory intelligence tools for explicit multi-jurisdiction packs",
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"documentationUrl": "https://docs.esheria.ai/agent-tools/mcp",
"supportUrl": "https://esheria.ai/contact",
"privacyPolicyUrl": "https://esheria.ai/privacy",
"termsOfServiceUrl": "https://esheria.ai/terms",
"authentication": {
"hosted": [
"oauth",
"api_token"
],
"local_stdio": [
"api_token"
]
},
"toolCatalogs": {
"hostedOAuthReadOnly": 20,
"dataTokenReadLike": 29,
"operatorMaximum": 37
},
"disclosures": [
"Explicit pack selection is required.",
"Pack readiness, citations, versions, and limitations must be preserved.",
"Esheria provides regulatory intelligence, not legal advice."
]
}
},
"repository": {
"url": "https://github.com/esherialabs/esheria-python",
"source": "github"
},
"version": "1.2.2",
"websiteUrl": "https://docs.esheria.ai/agent-tools/mcp",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "esheria",
"version": "1.2.2",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"type": "positional",
"value": "mcp"
},
{
"type": "positional",
"value": "serve"
},
{
"type": "positional",
"value": "--stdio"
}
],
"environmentVariables": [
{
"name": "ESHERIA_API_BASE_URL",
"description": "Esheria API base URL",
"value": "https://api.esheria.ai"
},
{
"name": "ESHERIA_API_KEY",
"description": "Dashboard-created Esheria data token",
"isRequired": true,
"isSecret": true,
"format": "string"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.esheria.ai/mcp"
}
]
}