lisct-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@lisct-mcpexpand the 'groceries' set to depth 3"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
This server cannot be installed
Maintenance
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
- AlicenseBqualityAmaintenanceThe open Congress.gov MCP server. Provides comprehensive access to the Congress.gov API through 6 organized toolsets, enabling AI systems to retrieve and interact with legislative data from the United States Congress with a clean, unified interface.Last updated2032Sustainable Use v1.0
- Flicense-qualityDmaintenanceEnables file system operations, web scraping, and AI-powered search through MCP tools for use by LLM agents.Last updated1
- Flicense-qualityDmaintenanceEnables interaction with The Things Industries LoRaWAN platform via MCP tools, supporting application, device, gateway, and webhook management.Last updated1
- Alicense-qualityBmaintenanceEnables reading and updating App Store Connect metadata, in-app purchases, screenshots, and custom product pages via MCP tools. Uses the same configuration as the appstore-cli for authentication and paths.Last updated6MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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