1. Conduid
  2. Developer Tools
  3. Aoexl Sign
MCP server · Developer Tools

Aoexl Sign

Create signing requests, check status, send reminders, and manage Aoexl templates.

Unclaimed devtools
37Low

Scored 4 months ago · breakdown

About Aoexl Sign

Aoexl Sign is an MCP server in the Developer Tools category: create signing requests, check status, send reminders, and manage Aoexl templates. It has been installed 0 times through Conduid.

Install

Claude Code
claude mcp add aoexl-sign -- npx -y aoexl-mcp
npx
npx -y aoexl-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Aoexl Sign

Powered by Claude · Grounded in docs

I know everything about Aoexl Sign. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

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-mcp

The 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 Aoexl
  • AOEXL_MCP_URL — optional override, defaults to https://mcp.aoexl.com/mcp

Publishing Metadata

  • npm package: aoexl-mcp
  • MCP registry name: io.github.AryanSingh/aoexl-sign
  • Smithery server: aryan/aoexl-sign

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Aoexl Sign

How do I install Aoexl Sign?

Run claude mcp add aoexl-sign -- npx -y aoexl-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Aoexl Sign safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Aoexl Sign still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.