Skip to content
LangChain

asksteps for LangChain

co.asksteps/asksteps

Turn a fillable PDF into an online form, build funnels, read submissions.

client:LangChain transport:streamable-http tools:24

Install asksteps in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "asksteps": {
            "transport": "streamable_http",
            "url": "https://mcp.asksteps.co/mcp",
        }
})

tools = await client.get_tools()

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

What LangChain can do once it is connected

asksteps in other clients