supership scan for LangChain
io.github.andysalvo/supership-scan
Buy any x402 API or data on Base, Solana, Polygon. No wallet on the seller's chain. For AI agents.
client:LangChain
transport:stdio
runtime:npm
Install supership scan in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"supership-scan": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "supership-scan"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs