priceparse for LangChain
io.github.larshiensch99/priceparse
Extract structured pricing tiers and addons from any SaaS pricing page URL. Built for AI agents.
client:LangChain
transport:streamable-http
Install priceparse in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"priceparse": {
"transport": "streamable_http",
"url": "https://api.priceparse.com/mcp/",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs