Taplid for LangChain
io.github.taplid/taplid
Audit AI responses and artifacts with ALLOW, REVIEW, or BLOCK decisions and trust scores.
client:LangChain
transport:stdio
runtime:npm
Install Taplid in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"taplid": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@taplid/mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs