b/cited for LangChain
ai.bcited/bcited
AEO tools: scan any URL for AI-citation readiness, read the public leaderboard and citation panel.
client:LangChain
transport:streamable-http
tools:6
Install b/cited in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"bcited": {
"transport": "streamable_http",
"url": "https://mcp.bcited.ai/public",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs