ActionProof for LangChain
io.github.burakfenerci5/actionproof
Tamper-proof audit trail for AI agents. Signed receipts, offline-verifiable, zero backend.
client:LangChain
transport:stdio
runtime:npm
Install ActionProof in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"actionproof": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "actionproof"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs