AI Pricing Hub for LangChain
io.github.gishh/aipricinghub
Source-backed AI model pricing, rankings, history, and benchmark data.
client:LangChain
transport:streamable-http
tools:11
Install AI Pricing Hub in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"aipricinghub": {
"transport": "streamable_http",
"url": "https://aipricinghub.com/mcp/rpc",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs