Skip to content
LangChain

ILO Labour Statistics (ILOSTAT): unemployment, wages, informality for LangChain

io.github.sidneybissoli/ilo-mcp-server

Labour market data from the ILO (ILOSTAT) by country, year, sex and age, with provenance.

client:LangChain transport:streamable-http runtime:npm tools:6

Install ILO Labour Statistics (ILOSTAT): unemployment, wages, informality in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "ilo-mcp-server": {
            "transport": "streamable_http",
            "url": "https://ilo.sidneybissoli.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

ILO Labour Statistics (ILOSTAT): unemployment, wages, informality in other clients