Lumethic Photo Verification for LangChain
com.lumethic/verify
Verify photos are real camera captures, not AI: C2PA and RAW+JPEG forensics. OAuth or API key.
client:LangChain
transport:streamable-http
Install Lumethic Photo Verification in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"verify": {
"transport": "streamable_http",
"url": "https://api.lumethic.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs