← lmsy.systems

INDIVIDUAL MCP TOOL

lmsy.recommendBundle

Recommend a complete bundle of modules for a project description.

lmsy.systemsnone authenticationAvailability not checked

LIVE ENDPOINT

https://lmsy.systems/mcp

No auth detected

Connect to this endpoint to inspect the live schema for lmsy.recommendBundle and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

lmsy.systems

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.lmsy-marketplace]
url = "https://lmsy.systems/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "lmsy-marketplace": {
      "type": "http",
      "url": "https://lmsy.systems/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "lmsy-marketplace": {
      "type": "http",
      "url": "https://lmsy.systems/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "lmsy-marketplace",
  "transport": "streamable-http",
  "url": "https://lmsy.systems/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • lmsy.searchModules — Search the LMSY module catalog.
  • lmsy.analyzeProject — Analyze a Replit project and get back: detected stack (next / vite-express / node-express-react / vanilla), suggested bundle name, and the top 5 LMSY modules to install with per-module 'whyMatched' rationale.
  • lmsy.listCatalog — Browse the full catalog with optional filters.
  • lmsy.getModuleDocs — Get full documentation for a specific module: features, use cases, install instructions.
  • lmsy.installModule — Install a module: returns deterministic { files, envVars, dependencies, postInstallSteps }.
  • lmsy.purchaseModule — Open a Stripe checkout to start a €30/month LMSY subscription.