Skip to content
LangChain

Free Agentic Publication Digester for LangChain

info.fapd/fapd

Cited daily digests of official US federal publications. Read-only; no inference.

client:LangChain transport:streamable-http tools:8

Install Free Agentic Publication Digester in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "fapd": {
            "transport": "streamable_http",
            "url": "https://fapd.info/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

Free Agentic Publication Digester in other clients