MCP Server
MCP
Esheria Regulatory Intelligence
Citation-backed regulatory intelligence tools for explicit multi-jurisdiction packs
Install
uvx esheria
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.esheria.ai/mcp"
}
],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "esheria",
"version": "1.2.2",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "mcp",
"type": "positional"
},
{
"value": "serve",
"type": "positional"
},
{
"value": "--stdio",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Esheria API base URL",
"value": "https://api.esheria.ai",
"name": "ESHERIA_API_BASE_URL"
},
{
"description": "Dashboard-created Esheria data token",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ESHERIA_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
pypi
By
Comments
Sign in to leave a comment