MCP Agent Langchainjs
未认领Serverless AI agent using LangChain.js and Model Context Protocol (MCP) integration to order burgers from a burger restaurant
agentaiapiazdazd-templatesazuree2ejavascriptlangchain-jsmcpmicroservicesmodel-context-protocolopen-apiserverlesstypescript
安装
$
npx -y @modelcontextprotocol/inspector工具(9 个)
delete_order_by_id
Cancel an order if it has not yet been started (status must be pending, requires userId)
get_burger_by_id
Get a specific burger by its ID
get_burgers
Get a list of all burgers in the menu
get_order_by_id
Get a specific order by its ID
get_orders
Get a list of all orders in the system
get_topping_by_id
Get a specific topping by its ID
get_topping_categories
Get a list of all topping categories
get_toppings
Get a list of all toppings in the menu
place_order
Place a new order with burgers (requires userId, optional nickname)