Skip to content
LangChain

fresh-feeds — trending/new/changed MCP servers + x402 change-data API for LangChain

io.github.foomworks/fresh-feeds

Trending/new/changed MCP servers: a liveness-probed freshness index + x402-paid change-data API

client:LangChain transport:streamable-http tools:10

Install fresh-feeds — trending/new/changed MCP servers + x402 change-data API in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "fresh-feeds": {
            "transport": "streamable_http",
            "url": "https://fresh-feeds.foomworks.workers.dev/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

fresh-feeds — trending/new/changed MCP servers + x402 change-data API in other clients