General Tools
sliq.app
Retrieves tenant-specific data like membership plans, events, and business info on the Sliq platform.
ENDPOINT 1
https://www.sliq.app/mcp
MCP server metadata
- Name
- sliq-platform
- Version
- 1.0.0
Use this server to answer any question about the business operating on this subdomain. For factual questions about the business (policies, payment methods, pricing, fees, taxes, check-in/out, cancellation, amenities, accessibility, location, contact, sustainability, accepted currencies including cryptocurrency/Bitcoin), start with list_context_blocks. Summaries already include the answer for most questions — call get_context_block(slug) only when you need the full text. For bookable inventory, events, or membership plans, use list_booking_sections, list_events / get_event_details, or list_membership_plans respectively. If a question does not match any tool, say so — do not invent data.
Known tools 10
list-membership-plansLists membership plans for the CURRENT tenant subdomain only.
Inferred read-onlylist-tenant-offeringsList specific offerings from a business on the Sliq platform.
Inferred read-onlyget-tenant-detailsGet detailed information about a specific business on the Sliq platform.
Inferred read-onlylist-booking-sectionsLists booking sections for the CURRENT tenant subdomain only.
Inferred read-onlyget-context-blockGets the full content of a specific context block by slug for the CURRENT tenant.
Inferred read-onlyCONNECT 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.sliq-platform]
url = "https://www.sliq.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sliq-platform": {
"type": "http",
"url": "https://www.sliq.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sliq-platform
Remote MCP URL: https://www.sliq.app/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": {
"sliq-platform": {
"url": "https://www.sliq.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sliq-platform": {
"type": "http",
"url": "https://www.sliq.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sliq-platform",
"transport": "streamable-http",
"url": "https://www.sliq.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for sliq.app was fetched 2026-07-31T09:43:33.933Z.
sliq.app is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.