Add signer-mcp (keyless CEX/DEX signing for AI agents)#71
Open
namixai wants to merge 1 commit into
Open
Conversation
signer-mcp lets AI agents sign CEX/DEX orders on 6 venues without ever loading exchange API keys into the agent process. Keys stay inside an AWS Nitro Enclave; agents receive policy-bounded signatures only. Repo: github.com/namixai/signer-mcp, npm: @usenami/signer-mcp.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this adds
Adds signer-mcp — a keyless CEX/DEX signing MCP server — to the 🔗 On-Chain Integration MCPs section.
Why it fits
signer-mcplets MCP-aware AI agents (Claude Desktop, Cursor, ElizaOS) execute orders on Binance, OKX, Bybit, KuCoin, Hyperliquid, and Asterdex without ever loading exchange API keys into the agent process. Keys are generated and used inside an AWS Nitro Enclave with attested PCR0 — the agent receives policy-bounded signatures, not credentials.This fills a gap in the existing ecosystem: most on-chain custody / signer tools target ECDSA wallets (EVM/Solana). signer-mcp adds HMAC-based CEX signing under the same TEE-isolated trust model, plus EIP-712 for DEX (Hyperliquid HIP-3, Asterdex).
Verifiable
Install
npx -y @usenami/signer-mcpstdio transport, five tools (
list_venues,get_attestation,get_account,place_order,cancel_order).OSS, MIT-licensed.