SateAIs for LangChain
com.spcsft/sateais
Satellite SAR analysis: ship, oil slick, building change, and time-series change detection
client:LangChain
transport:streamable-http
Install SateAIs in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"sateais": {
"transport": "streamable_http",
"url": "https://mcp.spcsft.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs