three.ws Alerts for LangChain
io.github.nirholas/alerts-mcp
Create, update, and delete pump.fun alert rules and read fired-alert history across channels.
client:LangChain
transport:stdio
runtime:npm
Install three.ws Alerts in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"alerts-mcp": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@three-ws/alerts-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs