Skip to content
LangChain

HasData Instagram for LangChain

com.hasdata/instagram

Public Instagram profiles and post feeds by handle, with hashtags and mentions parsed.

client:LangChain transport:streamable-http runtime:npm

Install HasData Instagram in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "instagram": {
            "transport": "streamable_http",
            "url": "https://mcp.hasdata.com/mcp?apis=instagram",
        }
})

tools = await client.get_tools()

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

HasData Instagram in other clients