eCommerce
akankshaenterprises.com
An MCP server for a tile and stone adhesive supplier that lets users browse brands and products, view contact details, and compose WhatsApp quote requests.
ENDPOINT 1
https://akankshaenterprises.com/mcp
MCP server metadata
- Name
- tile-stone-studio
- Version
- 0.1.0
Public catalog tools for a tile and stone adhesive supplier. Use `list_brands` for stocked brands, `search_products` to find adhesives, grouts and epoxy/PU systems by keyword or brand, `get_contact_details` for phone/WhatsApp/email, and `build_quote_request` to compose a WhatsApp quotation enquiry link.
Known tools 4
list_brandsList the tile and stone adhesive brands stocked (Weber, MYK Laticrete, JK Tylo) with a short summary and product count for each.
Inferred read-onlysearch_productsSearch the tile and stone adhesive catalog by keyword (product name, tile type, application) and optionally filter by brand slug.
Inferred read-onlyget_contact_detailsGet the supplier's public contact details: business name, phone, WhatsApp number, email, service area and opening hours.
Potential side effectsbuild_quote_requestCompose a ready-to-send WhatsApp quotation enquiry for tile and stone adhesive material and return the click-to-chat link.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.tile-stone-studio]
url = "https://akankshaenterprises.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tile-stone-studio": {
"type": "http",
"url": "https://akankshaenterprises.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tile-stone-studio
Remote MCP URL: https://akankshaenterprises.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tile-stone-studio": {
"url": "https://akankshaenterprises.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tile-stone-studio": {
"type": "http",
"url": "https://akankshaenterprises.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tile-stone-studio",
"transport": "streamable-http",
"url": "https://akankshaenterprises.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.