Skip to content
LangChain

HackMyIP — no-key IP intelligence for LangChain

io.github.0xvibly/hackmyip-mcp

Free no-key IP intelligence: geolocation, VPN detection, DNS, WHOIS, blacklists, breach checks

client:LangChain transport:streamable-http tools:15

Install HackMyIP — no-key IP intelligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

HackMyIP — no-key IP intelligence in other clients