ar: Agent Receipts is an open protocol for generating cryptographically signed audit trails for AI agent actions. It provides SDKs in Go, TypeScript, and Python, plus an MCP proxy that intercepts and signs agent tool calls using Ed25519 signatures. The receipts can be verified independently, enabling accountability and traceability in agentic systems.; csharp-sdk: The MCP C# SDK is the official C# SDK for the Model Context Protocol, designed to enable .NET applications, services, and libraries to implement and interact with MCP clients and servers. The Model Context Protocol (MCP) itself is an open protocol that standardizes how applications provide context to Large Language Models (LLMs), facilitating secure integration between LLMs and various data sources and tools.
Audit AI agent actions in production for compliance and accountability
Integrating .NET applications with the Model Context Protocol