agent-envelope-mcp
Related Servers
Alternatives to agent-envelope-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceSecure, local-first collaboration layer for AI agent teams, enabling authenticated agent-to-agent communication, shared memory with provenance, and scoped service execution through MCP.Apache 2.0
- AlicenseNot gradedqualityDmaintenanceMCP Server for AI agent identity and authorization. Create, verify, and manage agent identities with trust scores and scoped authorization tokens.MIT
- AlicenseNot gradedqualityDmaintenanceAgent network intelligence for trust verification, broker discovery, and capability matching. Ed25519 identity, graph-based trust scoring, USDC payments, and MCP tools for agent registration, search, and trust attestation.614 npm5MIT

Proofable MCPofficial
AlicenseNot gradedqualityBmaintenanceEnables AI agents to manage identity, permissions, secrets, and verifiable proofs through a hosted MCP server, letting clients sign in and check what an agent may do before it acts.121 npmApache 2.0- AlicenseAqualityBmaintenanceUniversal governance layer for AI agents — MCP-native, fail-closed, LNN interpretability. Governed receipts, IPFS audit proofs, and rollback for any agent in any framework.356 npmApache 2.0

attestify-mcpofficial
AlicenseAqualityBmaintenanceMCP server exposing Attestify OS agents as callable tools, enabling governed AI agent runs for financial, compliance, and regulated workflows with immutable receipts and on-chain settlement.137 npmMIT
TDQS
Scored across 4 tools
Each tool addresses a distinct operation: public signature verification, agent record retrieval, action verification, and capability minting. The two verification tools are clearly separated by context and required credentials, so there is no ambiguity.
All tools share the ae_ prefix and use lowercase snake_case, which is predictable overall. However, ae_verify_sovereign uses an adjective-like modifier and ae_mint is a single verb, slightly deviating from the verb_noun pattern of the others.
With only 4 tools, the server is well-scoped and focused on the envelope verification and minting domain. Each tool has a clear purpose, and the count is neither too thin nor excessive.
The toolset covers the core operations including public verification, record lookup, action verification, and capability minting. While there might be gaps such as revocation or listing, the primary lifecycle appears adequately represented.