mcp for LangChain
com.robtex/mcp
DNS, IP, AS, domain reputation, and Lightning Network intelligence (44 tools)
client:LangChain
transport:streamable-http
tools:46
Install mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mcp": {
"transport": "streamable_http",
"url": "https://mcp.robtex.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
- latest_lightning_channels
- ip_reputation
- lookup_dns
- reverse_lookup_dns_records
- reverse_lookup_mx
- reverse_lookup_ns
- reverse_lookup_ip
- historic_reverse_lookup_ns
- historic_reverse_lookup_mx
- historic_reverse_lookup_ip
- lookup_mac
- lookup_as_whois
- lookup_lightning_node
- lookup_lightning_channel
- lookup_lightning_channels_per_node
- get_recommended_lightning_peers
- search_lightning_nodes_by_alias
- domain_rdap
- parse_hostname
- is_subdomain
- registered_domain
- tld_info
- reverse_lookup_cname
- historic_reverse_lookup_cname