Skip to content
LangChain

Fikst for LangChain

cloud.fikst/crm

CRM and field service for Dutch installation companies. Configure your whole environment.

client:LangChain transport:streamable-http

Install Fikst in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "crm": {
            "transport": "streamable_http",
            "url": "https://mcp.fikst.cloud/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

Fikst in other clients