← Registry

Collaboration

liqaa.io

Provides an API to manage LIQAA video meetings, including creating rooms, listing plans, and retrieving platform capacity and usage statistics.

1 endpoint4 known toolsFirst detected July 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://liqaa.io/api/mcp

No auth detected

MCP server metadata

Name
liqaa
Version
1.0.0
Capabilities
tools
Server instructions

LIQAA is a sovereign, end-to-end-encrypted video-meeting platform (WebRTC over a LiveKit SFU) that runs in the browser with no install and no account. Use create_instant_room to spin up a meeting and get a shareable join link; list_plans for pricing and participant limits; platform_capacity for the load-tested technical specs; platform_stats for public figures.

Known tools 4

create_instant_room

Create a brand-new instant LIQAA video meeting and return shareable join links.

Potential side effects
list_plans

List LIQAA subscription plans with monthly price (DZD) and the maximum participants allowed per meeting.

Inferred read-only
platform_capacity

Return LIQAA's load-tested technical capacity and architecture: max participants, real measured load-test results, transport, encryption and latency.

Inferred read-only
platform_stats

Return public, aggregate LIQAA usage figures (no personal data): registered users, meetings created, and meetings that actually convened.

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.liqaa]
url = "https://liqaa.io/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "liqaa": {
      "type": "http",
      "url": "https://liqaa.io/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: liqaa
Remote MCP URL: https://liqaa.io/api/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": {
    "liqaa": {
      "url": "https://liqaa.io/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "liqaa": {
      "type": "http",
      "url": "https://liqaa.io/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "liqaa",
  "transport": "streamable-http",
  "url": "https://liqaa.io/api/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 liqaa.io was fetched 2026-07-26T02:08:24.393Z and is being refreshed.

Trust status Neutral

liqaa.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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