Choose Your Template
Every template ships with 5–7 pre-built tools, a realistic example config, and a browser-ready WebMCP snippet.
Food Delivery
AI-powered ordering for restaurants
Let AI agents browse your menu, check delivery availability, answer diet questions, and place orders — without a human touching the phone.
get_restaurant_info()get_menu()search_menu()check_delivery()get_promotions()place_order()track_order()E-commerce
AI shopping assistant for online stores
AI agents can search products, compare options, check stock, estimate shipping, and guide customers to checkout — fully automated.
search_products()get_product()get_shipping_estimate()get_return_policy()get_featured_products()start_checkout()SaaS Platform
AI-assisted product discovery and sales
Help AI agents explain your product, compare plans, check feature availability, and convert prospects — without a sales rep.
get_product_info()list_plans()compare_plans()check_feature()get_trial_info()get_support()start_signup()Booking & Reservations
AI concierge for hospitality and services
Let AI agents check availability, compare rooms or services, answer policy questions, and submit reservation requests automatically.
get_business_info()list_services()check_availability()get_cancellation_policy()make_reservation()Healthcare
AI front desk for medical practices
Patients ask AI agents if their insurance is accepted, what services you offer, and how to book. Your AI handles it 24/7.
get_practice_info()get_services()check_insurance()book_appointment()get_telehealth_info()get_location()Real Estate
AI agent for property search and showings
Buyers ask AI agents to search listings, calculate mortgage payments, and schedule showings. Close more deals with zero extra calls.
search_listings()get_listing()calculate_mortgage()schedule_showing()get_agent_info()From template to live in 5 minutes
Pick your template
Choose the template that matches your business. Each one ships with a realistic example config you can fill in.
Customize in the Sandbox
Open mcphubz.online — our browser-based WebMCP builder. Edit your config, preview tool responses, and generate your browser snippet live.
Deploy to MCP clients today, WebMCP tomorrow
Run npx to start an MCP server for Claude/ChatGPT now. When Chrome ships WebMCP, paste the generated snippet in your site's <head> — done.
MCP stdio server
Every template runs as an MCP server with npx. Your tools are immediately available in Claude Desktop, Cursor, Windsurf, and any MCP client — no browser required.
food-delivery
--config ./my-restaurant.json
WebMCP browser snippet
Run --snippet to generate a <script></script> tag ready to drop in your site's <head>. It uses navigator.modelContext and silently no-ops in browsers where WebMCP isn't available yet.
<script>
if (!navigator.modelContext) return;
navigator.modelContext.registerTool(
'get_menu', schema, handler
);
</script>
The window is now
Chrome stable ships WebMCP mid-2026. Every business that has a template live before then gets organic AI agent traffic from day one — those that don't get scraped or ignored.