Skip to content
LangChain

topup for LangChain

app.iomarkets/topup

Travel eSIMs in 200+ destinations and top-ups in 150+ countries, paid in USDC via x402

client:LangChain transport:streamable-http tools:9

Install topup in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "topup": {
            "transport": "streamable_http",
            "url": "https://iomarkets.app/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

topup in other clients