x402watch for LangChain
io.github.printmoneylab/x402watch
Wash-filtered intelligence for x402: categories, services, wash analysis, trends.
client:LangChain
transport:streamable-http
tools:5
Install x402watch in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"x402watch": {
"transport": "streamable_http",
"url": "https://api.x402.printmoneylab.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs