Attestwire for LangChain
com.attestwire/en16931
EN 16931: validate invoice data or a UBL/CII file, emit UBL or CII XML. XRechnung, Peppol. Not PDF.
client:LangChain
transport:streamable-http
runtime:npm
tools:13
Install Attestwire in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"en16931": {
"transport": "streamable_http",
"url": "https://api.attestwire.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs