Skip to content
LangChain

agent-exec for LangChain

org.448c.agent-exec/agent-exec

Accountless pay-per-use sandbox, storage, locks, attestation and handoff. Paid over MCP with x402.

client:LangChain transport:streamable-http tools:28

Install agent-exec in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "agent-exec": {
            "transport": "streamable_http",
            "url": "https://agent-exec.448c.org/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

All 28 tools →

agent-exec in other clients