MCP Agent Langchainjs
UnclaimedServerless AI agent using LangChain.js and Model Context Protocol (MCP) integration to order burgers from a burger restaurant
Install
$
npx -y @modelcontextprotocol/inspectorUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (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)