Attestix for LangChain
io.github.vibetensor/attestix
AI agent identity, W3C credentials, EU AI Act compliance. 47 MCP tools.
client:LangChain
transport:stdio
runtime:pypi
Install Attestix in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"attestix": {
"transport": "stdio",
"command": "uvx",
"args": ["attestix"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs