TrustVision for LangChain
io.github.evozim/trust-vision
C2PA standard visual authenticity scanner and metadata auditor.
client:LangChain
transport:sse
Install TrustVision in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"trust-vision": {
"transport": "streamable_http",
"url": "https://trust-vision-mcp.vercel.app/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs