Solana Token Intelligence for LangChain
io.github.echolonius/token-intel
Solana token due-diligence: 3-source fused risk verdict incl. LP-lock depth. $0.01 via x402.
client:LangChain
transport:streamable-http
Install Solana Token Intelligence in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"token-intel": {
"transport": "streamable_http",
"url": "https://token-intel-x402.echolonius.deno.net/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs