FigurePages for LangChain
com.figurepages/figurepages
Publish self-contained HTML/SVG pages to private, shareable URLs and control who can view them.
client:LangChain
transport:streamable-http
Install FigurePages in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"figurepages": {
"transport": "streamable_http",
"url": "https://figurepages.com/account/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs