Deoochform for LangChain
io.github.musaib001/deooch-forms
Create forms, read submissions, and build invitations from Claude, ChatGPT, or any MCP client.
client:LangChain
transport:streamable-http
Install Deoochform in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"deooch-forms": {
"transport": "streamable_http",
"url": "https://deoochform.com/api/mcp/v2",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs