Tychi MCP for LangChain
io.github.tychiwallet/tyi-mcp
Agent-native self-custody wallet MCP: onboard, wallets, Arbitrum sends, policy-gated payments.
client:LangChain
transport:stdio
runtime:npm
Install Tychi MCP in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"tyi-mcp": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@tychilabs/tyi-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs