Aoexl Sign✓
io.github.AryanSingh/aoexl-sign · v0.2.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.AryanSingh/aoexl-sign",
"description": "Create signing requests, check status, send reminders, and manage Aoexl templates.",
"title": "Aoexl Sign",
"repository": {
"url": "https://github.com/aryansingh0203/aoexl-mcp",
"source": "github"
},
"version": "0.2.3",
"packages": [
{
"registryType": "npm",
"identifier": "aoexl-mcp",
"version": "0.2.3",
"transport": {
"type": "stdio"
}
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.aoexl.com/mcp",
"headers": [
{
"description": "Bearer your Aoexl API key from Settings → MCP API Keys.",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}