Skip to content
LangChain

Country Calling Codes for LangChain

io.github.kajdep/countrycallingcodesmcp

Calling codes, phone analysis, dialing guidance, batch normalization and calling windows.

client:LangChain transport:streamable-http tools:11

Install Country Calling Codes in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

Country Calling Codes in other clients