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.
Related MCP server: SignForge
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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityBmaintenanceFacilitates contract and template management for eSignatures, enabling users to create, send, update, and manage contracts and templates with customizable options through a user-friendly interface.Last updated1338MIT
- AlicenseAqualityDmaintenanceSend documents for e-signature from Claude Desktop, Claude Code, Cursor, and other AI agents. Free DocuSign alternative.Last updated1594MIT
- AlicenseAqualityCmaintenanceEnables AI assistants to manage document signing workflows via natural language, including creating envelopes, uploading documents, analyzing contracts, and verifying blockchain anchors.Last updated8241MIT
- Alicense-qualityBmaintenanceE-signature for AI agents. One unauthenticated call returns a sandbox API key (no account, no browser), then the agent can send documents for signature, check status, and download the sealed PDF plus Certificate of Completion.Last updated7MIT
Related MCP Connectors
Automate eSignature workflows and signing tasks via natural language commands.
Document API for AI-native software: render PDFs, e-sign, PAdES-seal, and verify.
SignDocs Brasil e-signature tools for AI agents — signing sessions, envelopes, verification.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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