cuongpo coti mcp 1 for LangChain
ai.smithery/cuongpo-coti-mcp-1
Manage COTI accounts, deploy private ERC20 and ERC721 contracts, and transfer tokens and NFTs with…
client:LangChain
transport:streamable-http
Install cuongpo coti mcp 1 in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"cuongpo-coti-mcp-1": {
"transport": "streamable_http",
"url": "https://server.smithery.ai/@cuongpo/coti-mcp-1/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs