signer-mcp
Related Servers
Alternatives to signer-mcp
No user-submitted related servers found.
Related Servers
- AlicenseBqualityCmaintenanceNon-custodial TEE key management and signing for AI agents, supporting multiple blockchains.12MIT
- FlicenseNot gradedqualityFmaintenanceAI-native cryptocurrency exchange built for autonomous agents. Register, deposit USDC, select a strategy, and trade 8 crypto pairs (BTC, ETH, SOL + more) programmatically — no KYC required. Includes sandbox with 10,000 virtual USDC for testing.-
- AlicenseNot gradedqualityAmaintenanceThe Execution Security Layer for the Agentic Era. Providing deterministic "Sudo" governance and audit logs for autonomous AI agents.1,504 npm216Apache 2.0
- AlicenseAqualityCmaintenanceCryptographic proof of consent for AI agents. Sign before you act. Policy engine enforces spending caps, action whitelists, and escalation rules. Independently verifiable by anyone.102Apache 2.0
- AlicenseNot gradedqualityNot gradedmaintenanceProvides secure, policy-controlled wallet infrastructure for AI agents to autonomously manage XRP Ledger wallets and sign transactions. It features a tiered security model with encrypted key storage, a declarative policy engine, and full audit trails for compliance.-

Eterna MCPofficial
AlicenseNot gradedqualityBmaintenancePremium low cost execution layer for AI trading agents, with access to perpetual futures trading across 500+ pairs and $10B+ in aggregated liquidity.8MIT
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: placing orders, canceling orders, checking account state, verifying enclave attestation, and listing venues. No two tools could be confused for the same operation.
All tool names follow a consistent verb_noun pattern (e.g., cancel_order, get_account, list_venues) using snake_case, making the naming predictable and easy to understand.
With 5 tools, the set is well-scoped for a signing service. Each tool covers a necessary aspect: order lifecycle (place/cancel), account info, venue discovery, and attestation verification.
The core workflow (place and cancel orders) is covered, along with auxiliary tools for account and venue info. A minor gap is the lack of an explicit order status retrieval tool, though get_account provides some position info.