← lvlltd.com

INDIVIDUAL MCP TOOL

install_skill_payload

After purchase: sealed files + SKILL.md install paths.

lvlltd.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://lvlltd.com/api/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

lvlltd.com

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.lvlltd-skill-market]
url = "https://lvlltd.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "lvlltd-skill-market": {
      "type": "http",
      "url": "https://lvlltd.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "lvlltd-skill-market": {
      "type": "http",
      "url": "https://lvlltd.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "lvlltd-skill-market",
  "transport": "streamable-http",
  "url": "https://lvlltd.com/api/mcp"
}
MCP Inspector

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

Related tools

  • search_skills — Search lvlltd.com x402 skill catalog.
  • get_skill_details — Public skill details + outline/sample/challenge links.
  • get_payment_challenge — Live x402 402 challenge for a skill.
  • quote_price — Alias of get_payment_challenge — live x402 quote (amount, payTo, asset).
  • list_all_skills — Paginated full catalog listing (all public skills from catalog.json — not a subset).
  • purchase_skill — Without tx_hash: payment_required 402 payload.
  • verify_skill — Alias of verify_unlock — check public /api/proof ledger for confirmed unlocks (never invents volume).
  • install — Alias of install_skill_payload — after purchase write sealed files + SKILL.md paths.