SparkLaunch for LangChain
io.github.sparklaunch-dev/sparklaunch
Founder workflows for idea validation, branding, campaigns, landing pages, analytics, and CRM.
client:LangChain
transport:streamable-http
Install SparkLaunch in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"sparklaunch": {
"transport": "streamable_http",
"url": "https://sparklaun.ch/api/mcp/",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs