Skip to content
LangChain

telecom truth for LangChain

io.github.fiberfinder/telecom-truth

US telecom availability and intelligence by address, with FCC provenance. Fiber-first.

client:LangChain transport:streamable-http tools:5

Install telecom truth in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "telecom-truth": {
            "transport": "streamable_http",
            "url": "https://mcp.fiberfinder.ai/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

telecom truth in other clients