vibedeploy for LangChain
be.vibedeploy/vibedeploy
Deploy and host AI-built websites on EU infrastructure, straight from your AI agent.
client:LangChain
transport:streamable-http
tools:39
Install vibedeploy in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"vibedeploy": {
"transport": "streamable_http",
"url": "https://mcp.vibedeploy.be/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
- get_account
- deploy_site
- update_site
- list_sites
- get_site
- delete_site
- get_site_analytics
- read_file
- read_files
- list_file_hashes
- list_source_files
- read_source_file
- read_source_files
- write_source_files
- delete_source_file
- build_and_deploy
- search_files
- deploy_from_url
- rehost_images
- update_file_content
- apply_edits
- get_forms_config
- set_forms_config
- verify_forms_sender_domain