Skip to content
LangChain

IP99 IP risk & geolocation for LangChain

com.ip99/ip99

Free IP risk and geolocation lookup: proxy, VPN and datacenter detection. No API key.

client:LangChain transport:streamable-http tools:1

Install IP99 IP risk & geolocation in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

IP99 IP risk & geolocation in other clients