Skip to content
LangChain

iscabox for LangChain

com.iscabox/iscabox

Sport fishing in Brazil: species, spots, tides, lures and gear with today's prices (pt-BR).

client:LangChain transport:streamable-http tools:12

Install iscabox in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

iscabox in other clients