JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 41
  • Score
    100M100P100Q93572F
  • License UNLICENSED

MCP server

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@lsf-lab/lp-mcp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    @lsf-lab/lp-mcp

    MCP server.

    Installation

    No installation needed — invoke directly via npx:

    npx -y @lsf-lab/lp-mcp --help

    Configuration

    Two values are required:

    Variable Flag Description
    LP_API_KEY --api-key API key for authentication
    LP_API_URL --api-url API base URL

    CLI flags override environment variables.

    Usage

    MCP client configuration

    {
      "mcpServers": {
        "lp": {
          "command": "npx",
          "args": ["-y", "@lsf-lab/lp-mcp"],
          "env": {
            "LP_API_KEY": "your-api-key",
            "LP_API_URL": "https://api.example.com"
          }
        }
      }
    }

    Direct CLI

    LP_API_KEY=xxx LP_API_URL=https://api.example.com npx -y @lsf-lab/lp-mcp

    Or with flags:

    npx -y @lsf-lab/lp-mcp --api-key xxx --api-url https://api.example.com

    License

    UNLICENSED — All rights reserved.