goodbotbad.bot for LangChain
bot.goodbotbad/goodbotbadbot
The MCP server behind goodbotbad.bot, where the crowd rules AI transcripts good bot or bad bot.
client:LangChain
transport:streamable-http
Install goodbotbad.bot in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"goodbotbadbot": {
"transport": "streamable_http",
"url": "https://goodbotbad.bot/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs