authority.md for LangChain
md.authority/authority-md
Search, browse, and buy 597 AI thinking frameworks, Tools and bundles from within any MCP client.
client:LangChain
transport:streamable-http
tools:4
Install authority.md in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"authority-md": {
"transport": "streamable_http",
"url": "https://authority.md/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs