ProdPoke for LangChain
io.github.prodpoke/prodpoke-mcp
AI QA tester — real browsers scan sites for bugs, SEO, perf, and accessibility issues via chat.
client:LangChain
transport:streamable-http
Install ProdPoke in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"prodpoke-mcp": {
"transport": "streamable_http",
"url": "https://prodpoke.com/v1/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs