agent readiness for LangChain
com.webmcp-tool/agent-readiness
Scores any public website on how usable it is by AI agents, with per-check evidence.
client:LangChain
transport:streamable-http
tools:5
Install agent readiness in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"agent-readiness": {
"transport": "streamable_http",
"url": "https://webmcp-tool.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs