Thrifle for LangChain
com.thrifle/mcp
US return policies, price-match rules, discounts, deals and Amazon price verdicts. Read-only.
client:LangChain
transport:streamable-http
tools:24
Install Thrifle in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mcp": {
"transport": "streamable_http",
"url": "https://api.thrifle.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- get_return_policy
- compare_return_policies
- search_return_policies
- get_price_match_policy
- who_will_price_match
- get_merchant_discounts
- search_discounts
- get_cancellation_guide
- get_birthday_freebie
- search_birthday_freebies
- search_deals
- get_deal
- get_deal_of_the_day
- get_store_deals
- predict_amazon_price
- search_blog
- get_blog_post
- search_credit_cards
- get_credit_card
- get_store_credit_cards
- get_money_monitor
- get_price_pulse
- check_product_recalls
- about_thrifle