Aoexl Sign
Hosts the MCP server as a Cloudflare Worker, providing the infrastructure for the multi-tenant Aoexl signing service endpoint.
Supports repository hosting for the MCP connector package and integration with the MCP Registry using GitHub-based naming conventions.
Distributes the MCP connector as a publishable npm package (aoexl-mcp) that users can install and run locally to connect to the hosted Aoexl signing service.
Provides the backend database infrastructure for the Aoexl signing platform, enabling user-scoped operations and secure data storage for signing workflows.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Aoexl Signcreate a signing request for our new employee onboarding document"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Aoexl MCP Connector
Small public wrapper package for connecting Claude Desktop, Cursor, and other MCP clients to the hosted Aoexl MCP endpoint at https://mcp.aoexl.com/mcp.
Install
AOEXL_API_KEY=your_key_here npx -y aoexl-mcpThe package starts a local stdio proxy via mcp-remote and forwards requests to the hosted Aoexl MCP server.
Claude Desktop
{
"mcpServers": {
"aoexl-sign": {
"command": "npx",
"args": ["-y", "aoexl-mcp"],
"env": {
"AOEXL_API_KEY": "YOUR_API_KEY"
}
}
}
}Environment
AOEXL_API_KEY— required API key created in AoexlAOEXL_MCP_URL— optional override, defaults tohttps://mcp.aoexl.com/mcp
Publishing Metadata
npm package:
aoexl-mcpMCP registry name:
io.github.AryanSingh/aoexl-signSmithery server:
aryan/aoexl-sign
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aryansingh0203/aoexl-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server