Skip to content
LangChain

ground motion for LangChain

com.sibfly/ground-motion

Measured ground motion per US address (NASA InSAR). Self-register, $0.40/report, misses free.

client:LangChain transport:streamable-http tools:9

Install ground motion in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

ground motion in other clients