Molt2Meet for LangChain
io.github.molt2meet-org/molt2meet
Dispatch real-world physical tasks to verified human operators. Escrow or direct-settlement.
client:LangChain
transport:streamable-http
tools:54
Install Molt2Meet in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"molt2meet": {
"transport": "streamable_http",
"url": "https://molt.molt2meet.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
- checkout_wallet_deposit
- get_waitlist_status
- get_wallet_transactions
- check_task_funding
- create_api_key
- add_task_review
- list_service_interests
- get_legal_documents
- add_contact_method
- list_service_categories
- list_reschedule_requests
- cancel_task_with_settlement
- get_wallet_balance
- approve_physical_task_completion
- get_agent_profile
- fund_wallet
- get_support_requests
- request_reschedule
- get_task_events
- get_pending_actions
- list_locales
- get_task_history
- get_physical_task_details
- list_service_capabilities