Back to the catalog

Aoexl Sign

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

Open source Repository Open in the app JSON README (API)

About

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

Details

Kind
MCP servers
Topic
No topic detected
Publisher
aryansingh
Origin
official
Category
ferramentas
Transport
http
Version
0.2.3
Last push
2026-04-21T11:55:46Z
Repository state
sumiu
Language
JavaScript
Added
2026-08-29 03:01:42
Updated
2026-08-29 03:01:42
Origin id
io.github.AryanSingh/aoexl-sign

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

```bash
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

```json
{
  "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`

More