furrow forms for LangChain
com.furrowforms/furrow-forms
Form backend an agent runs end to end: provision forms, snippets, spam, signed webhooks.
client:LangChain
transport:streamable-http
runtime:npm
tools:27
Install furrow forms in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"furrow-forms": {
"transport": "streamable_http",
"url": "https://api.furrowforms.com/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
- list_teams
- update_team
- get_account
- update_account
- create_upgrade_link
- list_clients
- get_client
- create_client
- update_client
- archive_client
- list_projects
- get_project
- list_forms
- get_form
- list_submissions
- get_submission
- get_snippet
- create_project
- update_project
- rotate_project_inbox
- archive_project
- create_form
- update_form
- archive_form