TookEffect for LangChain
io.github.tookeffect/tookeffect
Independent effect verification and signed receipts for consequential AI agent actions.
client:LangChain
transport:streamable-http
Install TookEffect in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"tookeffect": {
"transport": "streamable_http",
"url": "https://tookeffect.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs