996.fm perspective graph for LangChain
fm.996/perspectives
Dated, attributed founder and investor positions — the disagreement, with timestamped receipts.
client:LangChain
transport:streamable-http
tools:5
Install 996.fm perspective graph in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"perspectives": {
"transport": "streamable_http",
"url": "https://www.996.fm/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs