Skip to content
LangChain

meok-eu-code-of-practice-mcp for LangChain

io.github.csoai-org/meok-eu-code-of-practice-mcp

MCP wrapping C2PA + watermarking as an EU Code of Practice on AI content marking (draft 2, June 2026

client:LangChain transport:stdio runtime:pypi

Install meok-eu-code-of-practice-mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "meok-eu-code-of-practice-mcp": {
            "transport": "stdio",
            "command": "uvx",
            "args": ["meok-eu-code-of-practice-mcp"],
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

meok-eu-code-of-practice-mcp in other clients