← Registry

General Tools

sliq.app

Retrieves tenant-specific data like membership plans, events, and business info on the Sliq platform.

1 endpoint10 known toolsFirst detected July 26, 2026Last detected July 26, 2026

ENDPOINT 1

https://www.sliq.app/mcp

No auth detected

MCP server metadata

Name
sliq-platform
Version
1.0.0
Capabilities
loggingtools.listChangedresources.listChangedprompts.listChanged
Server instructions

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-plans

Lists membership plans for the CURRENT tenant subdomain only.

Inferred read-only
search-tenants

Search for businesses on the Sliq platform.

Inferred read-only
get-tenant-info

Gets info for the CURRENT tenant subdomain only.

Inferred read-only
list-events

Lists events for the CURRENT tenant subdomain only.

Inferred read-only
get-event-details

Get full details for a specific event by slug.

Inferred read-only
list-tenant-offerings

List specific offerings from a business on the Sliq platform.

Inferred read-only
get-tenant-details

Get detailed information about a specific business on the Sliq platform.

Inferred read-only
list-context-blocks

Lists context content blocks for the CURRENT tenant subdomain.

Inferred read-only
list-booking-sections

Lists booking sections for the CURRENT tenant subdomain only.

Inferred read-only
get-context-block

Gets the full content of a specific context block by slug for the CURRENT tenant.

Inferred read-only

CONNECT 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.

Trust status Trusted

sliq.app is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.