US Spot Bitcoin & Ethereum ETF Flows for LangChain
com.yasinozen/etf-flows
Daily net flows for US spot Bitcoin & Ethereum ETFs (IBIT, FBTC, GBTC, ETHA) with per-fund history
client:LangChain
transport:streamable-http
Install US Spot Bitcoin & Ethereum ETF Flows in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"etf-flows": {
"transport": "streamable_http",
"url": "https://yasinozen.com/etf-flows/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs