Install
openclaw skills install lobstersearch-mcpAI-native agentic commerce — 10 MCP tools to discover businesses, browse product catalogs with variants, and complete purchases with Stripe payments. Built for AI agents that shop on behalf of users.
openclaw skills install lobstersearch-mcpLobsterSearch is an agentic commerce platform. AI agents can discover businesses, browse real product catalogs with variant-level detail, and complete purchases with Stripe Connect payments — all through a single MCP endpoint.
Endpoint: https://mcp.lobstersearch.ai/mcp
Transport: StreamableHTTP
Authentication: None required (public, rate-limited)
{
"mcpServers": {
"lobstersearch": {
"url": "https://mcp.lobstersearch.ai/mcp",
"transport": "streamable-http"
}
}
}
Search for businesses with natural language. Uses a 4-step fallback chain (structured → tags → LLM interpret → LLM catalog scan) for maximum recall.
Parameters:
query (string, required) — e.g. "best ramen in Bugis" or "dental clinic near Tanjong Rhu"business_type (string) — filter by type (e.g., restaurant, salon)city (string) — city name filterlimit (number) — 1-20, default 10Get full business profile by slug or ID. Returns contact info, hours, quality scores, and catalog offerings with variants.
Parameters:
slug (string) — business slug (e.g., "tanjong-rhu-dental")id (string) — business UUIDSide-by-side comparison of 2-5 businesses.
Parameters:
business_ids (array, required) — 2-5 business UUIDsBrowse a business's product/service catalog. Filter by category, sort by name or price.
Parameters:
business_id (string, required) — business UUIDcategory (string) — filter by categorysort_by (string) — "name", "price_low", or "price_high"Deep product view with all variant dimensions, combinations, prices, SKUs, and stock levels.
Parameters:
offering_id (string, required) — product/offering UUIDReal-time stock check for a product or specific variant combination.
Parameters:
offering_id (string, required) — product/offering UUIDoptions (object) — variant options, e.g. {"Color":"Black","Size":"Large"}Create a draft order with atomic stock reservation. Items specified by offering + variant + quantity.
Parameters:
business_id (string, required)items (array, required) — [{offering_id, variant_id?, quantity}]customer_email (string) — for notificationscustomer_name (string)customer_notes (string)Confirm draft order and generate Stripe Checkout payment link (30-min expiry).
Parameters:
order_id (string, required) — from create_orderFull status, payment state, fulfillment progress, and event timeline.
Parameters:
order_id (string, required)Cancel with automatic refund (if paid) and stock restoration.
Parameters:
order_id (string, required)reason (string)DRAFT → CONFIRMED → PAID → ACCEPTED → PREPARING → FULFILLED → COMPLETED
Cancellation with auto-refund available at any stage.
next_actions — the agent always knows what to do nextretry_guidance for agent resiliencesearch for most queries — it handles natural language and intent classification automaticallydetails after search to get the full profile for a specific businessbrowse_catalog → get_product_details → check_availability to explore what's availablecreate_order → confirm_order for the purchase flowcompare when the user wants to evaluate options side-by-sidenext_actions in responses to guide the conversation