Inclusify Accessibility for LangChain
com.inclusifyapp/inclusify
Accessibility and WCAG data for your own websites: fix lists, live checks, and fix validation.
client:LangChain
transport:streamable-http
Install Inclusify Accessibility in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"inclusify": {
"transport": "streamable_http",
"url": "https://app.inclusifyapp.com/api/mcp/customer",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs