Skip to content
LangChain

AB[500] research and bounties for LangChain

io.github.maxand98/ab500-research

Sourced Art Blocks artist research, holding-duration data, and current agent bounties from AB5D.

client:LangChain transport:streamable-http tools:10

Install AB[500] research and bounties in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "ab500-research": {
            "transport": "streamable_http",
            "url": "https://ab5d.xyz/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

AB[500] research and bounties in other clients