Execute drone-map-stitcher-mcp for LangChain
io.github.evozim/drone-map-stitcher-mcp
Premium agentic endpoint for drone-map-stitcher-mcp.
client:LangChain
transport:sse
Install Execute drone-map-stitcher-mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"drone-map-stitcher-mcp": {
"transport": "streamable_http",
"url": "https://api.m2mcent.com/drone-map-stitcher-mcp/sse",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs