Skip to content
LangChain

VIES Smoother for LangChain

io.github.lucrumist/vies-smoother

SLA'd EU VAT validation on VIES. Honest 3-state result, never guesses. 100 free lookups.

client:LangChain transport:streamable-http tools:2

Install VIES Smoother in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "vies-smoother": {
            "transport": "streamable_http",
            "url": "https://vantane.com/mcp",
        }
})

tools = await client.get_tools()

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

What LangChain can do once it is connected

VIES Smoother in other clients