Enterprise DNA Enterprise DNA
M MCP Servers Developer low

namixai/signer-mcp

by Various

Usenami Signer MCP — sign CEX/DEX orders (Binance, OKX, Asterdex) from any MCP-aware AI agent; the signing key never leaves an AWS Nitro Enclave (attested PCR0). 5 tools, stdio.

MCP

namixai/signer-mcp

Added 11 June 2026

#ai-agents #aws-nitro-enclaves #binance #mcp #model-context-protocol #okx #signer #trading

Overview

namixai/signer-mcp lets any MCP-aware AI agent sign orders for CEX/DEX exchanges like Binance, OKX, and Asterdex. The signing key never leaves an AWS Nitro Enclave, attested via PCR0. It exposes five tools over stdio.

Best for

Best for
Developers building AI-powered trading agents that need hardware-backed key protection on AWS

Use cases

  • Automate order signing from an AI trading agent without exposing private keys
  • Integrate secure trade execution into AI assistants for crypto exchanges
  • Enforce key isolation in high-security trading workflows using attested enclaves

How to use

Install

npm install @elizaos/plugin-mcp

Tools exposed

  • SIGNER_GATEWAY_URL
  • SIGNER_API_TOKEN
  • SIGNER_FETCH_TIMEOUT_MS
  • hyperliquid_main

Tested with

Claude Desktop, Cursor

Example client config

{\n     "mcpServers": {\n       "signer": {\n         "command": "npx",\n         "args": ["-y", "@usenami/signer-mcp"],\n         "env": {\n           "SIGNER_GATEWAY_URL": "https://signer.usenami.io",\n           "SIGNER_API_TOKEN": "sk_live_..."\n         }\n       }\n     }\n   }

Notes

namixai/signer-mcp lets any MCP-aware AI agent sign orders for CEX/DEX exchanges like Binance, OKX, and Asterdex. The signing key never leaves an AWS Nitro Enclave, attested via PCR0. It exposes five tools over stdio.

0 stars on GitHub. Last updated 2026-06-11. Licensed MIT.

Use cases

  • Automate order signing from an AI trading agent without exposing private keys
  • Integrate secure trade execution into AI assistants for crypto exchanges
  • Enforce key isolation in high-security trading workflows using attested enclaves

Pros

  • Private key never leaves the AWS Nitro Enclave, offering strong attestation and security
  • Works with any MCP-capable AI agent and supports multiple major exchanges
  • Simple stdio interface makes it easy to integrate into agent pipelines

Cons

  • Requires AWS Nitro Enclave infrastructure, limiting portability to non-AWS environments
  • Only five tools available, which may not cover all order types or exchanges
  • Stdio-only transport restricts remote or cloud-native usage without additional bridging

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Private key never leaves the AWS Nitro Enclave, offering strong attestation and security
  • Works with any MCP-capable AI agent and supports multiple major exchanges
  • Simple stdio interface makes it easy to integrate into agent pipelines

Cons

  • Requires AWS Nitro Enclave infrastructure, limiting portability to non-AWS environments
  • Only five tools available, which may not cover all order types or exchanges
  • Stdio-only transport restricts remote or cloud-native usage without additional bridging

Pairs with

Other entries in the index that connect to this one. Click through to see the chain.

Free 27-page guide

Get the free Developer’s Field Guide

A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.

Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks