unmarking for LangChain
ing.unmark/unmarking
Inspect and remove C2PA content credentials from AI-generated images, video and audio. Free, no key.
client:LangChain
transport:streamable-http
runtime:npm
tools:2
Install unmarking in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"unmarking": {
"transport": "streamable_http",
"url": "https://api.unmark.ing/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs