Skip to content
LangChain

rentme tasks for LangChain

io.github.digitalimpresys/rentme-tasks

AI Requests for physical tasks performed by humans registered on Rentme, in exchange for payment.

client:LangChain transport:streamable-http tools:3

Install rentme tasks in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "rentme-tasks": {
            "transport": "streamable_http",
            "url": "https://efficient-perfection-production-edbc.up.railway.app/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

rentme tasks in other clients