Earlywire — Marketing & Growth Intelligence for LangChain
com.barisasa.earlywire/wire
Marketing, growth & SEO intel: 120+ practitioner sources, judged daily, with citable summaries.
client:LangChain
transport:streamable-http
tools:6
Install Earlywire — Marketing & Growth Intelligence in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"wire": {
"transport": "streamable_http",
"url": "https://earlywire.barisasa.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs