SlimWeb Client MCP
Consumer-side MCP server for Webless storefront operations, enabling catalog browsing, product search, and order lookup via tools.
README
SlimWeb Client MCP
Consumer-side MCP server for Webless storefront operations.
This repo is separate from:
/Users/eric/Documents/SlimWeb-MCP: site/admin/theme MCP service./Users/eric/Documents/SlimWeb-MCP-Skill: docs-only operating guidance./Users/eric/Documents/webless: Laravel runtime and source of business truth.
Tools
client_catalog_overview: list customer-visible storefront category paths and product counts. AI clients should use this first when a shopper's request is broad or ambiguous.client_catalog_search: search customer-visible storefront products by product text or category after the shopper intent is clear. Optional filters include quantitylimit(default 3, max 5),minPrice,maxPrice,freshness=latest,popularity=popular, andpriceOrder=asc|desc. Apps clients can render theui://widget/product-list.htmlproduct-list widget; other clients can useimage_urlandproduct_urlfrom the tool result.client_product_detail: fetch a customer-visible product detail.client_order_lookup: fetch a customer-visible order summary by token.
Merchant-only operations and provider callback truth remain in Webless. This service does not complete refunds, request provider refunds, process logistics callbacks, or mutate admin order state.
Public URL
Each site uses its existing Webless sites.callback_code as the public MCP
handle:
https://<slimweb-client-mcp-host>/sites/{callback_code}/mcp
Example:
https://slimweb-client-mcp.example.run.app/sites/swcb_zog0l7zlyp3lwmlc/mcp
The request host does not determine the site. Custom storefront domains do not
change routing; the site is resolved only from {callback_code}.
Google login is posted to:
https://<slimweb-client-mcp-host>/sites/{callback_code}/auth/google
After Google verification, the service finds or creates a Webless members
record for that site.
ChatGPT Web remote MCP connections should use OAuth. The service exposes OAuth metadata at:
https://<slimweb-client-mcp-host>/.well-known/oauth-authorization-server
The OAuth flow signs the customer in with Google, creates or links the Webless site member, and returns a bearer token that is accepted by the MCP endpoint.
Configuration
Set these environment variables before launching the MCP server:
export WEBLESS_BASE_URL="https://your-webless-host.example"
export MCP_SESSION_SECRET="change-me"
export PUBLIC_BASE_URL="https://slimweb-client-mcp.example.run.app"
export GOOGLE_CLIENT_ID="your-google-client-id.apps.googleusercontent.com"
Database connection uses either DATABASE_URL or the DB_HOST, DB_PORT,
DB_DATABASE, DB_USERNAME, and DB_PASSWORD variables. These point at the
same Webless database that owns sites and members.
Local Commands
npm install
npm test
npm run typecheck
npm run build
Run HTTP locally:
npm run build
WEBLESS_BASE_URL="https://your-webless-host.example" MCP_SESSION_SECRET="dev-secret" node dist/src/index.js
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.