ExitCleanly — LLC Dissolution by State for LangChain
com.exitcleanly/dissolution
State-by-state LLC dissolution: exact fees, forms, official state links. Not legal advice.
client:LangChain
transport:streamable-http
tools:3
Install ExitCleanly — LLC Dissolution by State in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"dissolution": {
"transport": "streamable_http",
"url": "https://mcp.exitcleanly.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs