amorce_py_sdk
Verified Safeby trebortGolin
Overview
Amorce is a Python SDK for building secure, verifiable AI agents, enabling cryptographic transactions and integration with Model Context Protocol (MCP) servers.
Installation
python examples/hitl_example.pyEnvironment Variables
- AGENT_PRIVATE_KEY
- ORCHESTRATOR_URL
- GOOGLE_API_KEY
Security Notes
The SDK focuses heavily on cryptographic identity (Ed25519) and zero-trust principles, verifying all transactions via digital signatures and a Trust Directory. `cryptography` library is used for robust crypto operations. It includes features for protecting APIs by verifying incoming requests. Users must ensure secure management of private keys (e.g., via secure files or cloud secret managers). While default orchestrator/directory URLs use HTTPS, local development setups can use HTTP, requiring vigilance in production. No 'eval' or obvious malicious patterns were found in the provided source code. The core SDK itself appears safe and designed for security.
Similar Servers
fastmcp
FastMCP is a Python framework for building and interacting with Model Context Protocol (MCP) servers. It provides client and server capabilities, enabling the creation of AI agents and services through definable tools, resources, and prompts. It supports various transports, authentication methods, logging, and background task execution, with strong integration for OpenAPI specifications.
mcp-use
A full-stack framework for building Model Context Protocol (MCP) servers, MCP clients, and AI agents in both Python and TypeScript, supporting interactive UI widgets and robust debugging.
mcp-context-forge
A comprehensive Model Context Protocol (MCP) gateway and proxy that unifies REST, MCP, and A2A services, providing features like federation, virtual servers, rate-limiting, security, and an optional admin UI for managing web content and file conversions to markdown.
agentor
Deploy scalable AI agents with tool integrations (weather, email, GitHub, etc.) and support for A2A and MCP communication protocols.