Skip to main content
Glama

lisct-mcp

MCP server (stdio) and REST client for lisct, authenticated with an API key.

Source: github.com/yuanshenstarto/lisct-mcp

MCP host config

{
  "mcpServers": {
    "lisct": {
      "command": "npx",
      "args": ["-y", "lisct-mcp"],
      "env": { "LISCT_API_KEY": "lisct_…" }
    }
  }
}

Verify credentials: LISCT_API_KEY=lisct_… npx lisct-mcp --check.

Tools are proxied straight from the server's own MCP endpoint, so the tool table never drifts: expand, get_set, search, create_set, add_elements, remove_elements, rename_element, set_status, delete_set, reorder. Write ops require a key with the write scope.

Related MCP server: Sentinel Core Agent

As a library

import { createLisctClient } from "lisct-mcp";

const lisct = createLisctClient({ apiKey: process.env.LISCT_API_KEY });
const { text } = await lisct.expand({ depth: 3 });
await lisct.createSet({ expression: "(groceries ,todo)" });

LISCT_URL overrides the base url (default https://lisct.com) for self-hosted instances.

MIT

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • MCP tools for TON Sites, TON DNS and TON Storage.

  • Create and manage Lindo AI websites, pages, blogs, clients, and credits from any MCP client.

  • Official Sevalla MCP — full PaaS API access through just 2 tools.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yuanshenstarto/lisct-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server