amorce_py_sdk
Verified Safeby trebortGolin
Overview
The Amorce Python SDK enables secure, cryptographically verified communication between AI agents and integration with various AI frameworks, including human-in-the-loop approval workflows for critical transactions.
Installation
No command providedEnvironment Variables
- AGENT_PRIVATE_KEY
- ORCHESTRATOR_URL
- GOOGLE_API_KEY
Security Notes
The SDK is built with strong security principles, including Ed25519 cryptographic signatures for agent authentication ('X-Agent-Signature', 'X-Amorce-Agent-ID'). It enforces a zero-trust model, verifying every incoming request. Identity management uses secure providers (local file, environment variables, Google Secret Manager). Public key distribution relies on a Trust Directory for automatic key revocation and discoverability. Human-in-the-Loop (HITL) support provides an additional layer of security for high-value or sensitive actions. No 'eval' or malicious patterns were found. The primary 'risk' is reliance on the Amorce network infrastructure for full functionality, but this is inherent to the protocol's design.
Similar Servers
fastmcp
FastMCP is an ergonomic interface for the Model Context Protocol (MCP), providing a comprehensive framework for building and interacting with AI agents, tools, resources, and prompts across various transports and authentication methods.
mcp-use
A comprehensive framework for building full-stack Model Context Protocol (MCP) applications, including AI agents, MCP servers with UI widgets, and integrated debugging tools in both Python and TypeScript.
mcp-context-forge
Converts web content (HTML, PDF, DOCX, etc.) and local files from a URL into high-quality Markdown format. It supports multiple conversion engines, content optimization, batch processing, and image handling.
agentor
Build and deploy scalable AI agents that can interact with various tools and communicate via A2A and MCP protocols.