Funding Machine ghl mcp fundingmachine for LangChain
ai.smithery/funding-machine-ghl-mcp-fundingmachine
Automate GoHighLevel across CRM, messaging, calendars, marketing, e-commerce, and billing. Manage…
client:LangChain
transport:streamable-http
Install Funding Machine ghl mcp fundingmachine in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"funding-machine-ghl-mcp-fundingmachine": {
"transport": "streamable_http",
"url": "https://server.smithery.ai/@Funding-Machine/ghl-mcp-fundingmachine/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs