CurbSpec for LangChain
io.github.swantron/curbspec
Compile a used-vehicle report from a VIN or listing. Free preview; unlock full writeups for $12.99.
client:LangChain
transport:streamable-http
tools:1
Install CurbSpec in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"curbspec": {
"transport": "streamable_http",
"url": "https://curbspec.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs