Recall Kitchen for LangChain
io.github.adamdecaf/recall-kitchen
US recalls MCP: free API key/signup or x402 $0.025 Base; some tools need key; verify↑limits
client:LangChain
transport:streamable-http
tools:19
Install Recall Kitchen in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"recall-kitchen": {
"transport": "streamable_http",
"url": "https://app.recallkitchen.com/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
- add_inventory_product
- add_watch_pattern
- check_tracked_products
- create_api_key
- get_product_recall
- list_api_keys
- list_inventory
- list_recall_notifications
- list_watch_patterns
- lookup_product
- mark_notification_read
- remove_inventory_product
- remove_watch_pattern
- revoke_api_key
- search_product_recalls
- search_product_recalls_by_upc
- search_product_recalls_from_image
- search_recalls_by_identifier
- signup