$THREE Token for LangChain
io.github.nirholas/three-token-mcp
Price, hold, and burn $THREE on Solana — the first MCP server whose actions burn a token.
client:LangChain
transport:stdio
runtime:npm
Install $THREE Token in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"three-token-mcp": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@three-ws/three-token-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs