Sup for LangChain
com.supwire/sup
Read the public Sup wire over hosted MCP, or use local clients to claim, send, and verify receipts.
client:LangChain
transport:streamable-http
runtime:npm
tools:5
Install Sup in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"sup": {
"transport": "streamable_http",
"url": "https://supwire.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs