AI & Machine Learning
lvlltd.com
Search and retrieve AI skill details, list all available skills, and get live payment challenges for them.
ENDPOINT 1
https://lvlltd.com/api/mcp
MCP server metadata
- Name
- lvlltd-skill-market
- Version
- 1.1.0
LVL ESP skill market (Evaluate→Settle→Prove) + SCO (Sealed Consensus Oracles) + MCP + A2A + P2 rails + agent runtime. Preferred: esp_discover → esp_evaluate|esp_cycle(skill) → free outline → quote_skill → pay USDC on Base (eip155:8453) → purchase_skill|install_skill_payload(tx_hash) → verify_unlock (/api/proof only). Oracles: sco_discover → sco_eval → sco_canary → sco_consensus → sco_challenge → sco_reputation (ledger-only). Agent runtime: receipt_verify|receipt_mint, memory_remember|recall|list|forget, long_running_start|status|cancel, event_register|list|trigger. Free eval before settlement. Never invent unlock counts. Sandbox: get_sandbox. Networks/gas: get_networks (Base live only). Open-market escrow: get_escrow_meta (NOT skill payTo). Fleet: get_fleet. Multi-turn A2A: a2a_discover → a2a_message_send. CLI: npx lvl-skills add <id> --tx 0x...
Known tools 56
quote_priceAlias of get_payment_challenge — live x402 quote (amount, payTo, asset).
Inferred read-onlylist_all_skillsPaginated full catalog listing (all public skills from catalog.json — not a subset).
Inferred read-onlyverify_skillAlias of verify_unlock — check public /api/proof ledger for confirmed unlocks (never invents volume).
Inferred read-onlyinstallAlias of install_skill_payload — after purchase write sealed files + SKILL.md paths.
Potential side effectsverify_unlockCheck public /api/proof ledger for confirmed unlocks (never invents volume).
Inferred read-onlyget_security_scanPublished security scan for a skill (real findings or clean-with-honesty).
Inferred read-onlylist_recurring_plansList catalog live / update / bundle-renew / metered plans.
Potential side effectscheck_accessResolve skill access: one_time_unlock (perpetual) > catalog_sub > bundle_renew > meter.
Inferred read-onlya2a_discoverA2A bridge: fetch the marketplace Agent Card (/.well-known/agent-card.json).
Inferred read-onlyesp_cycleFull ESP cycle for a skill: free evaluate endpoints, atomic settle challenge, public prove stats (ledger-only quality).
Inferred read-onlysco_evalSCO free evaluation for an oracle: outline, free samples, ledger-only reputation.
Inferred read-onlysco_canaryParallel multi-provider canary: seal challengeable packs from independent oracle providers.
Inferred read-onlysco_consensusCritic/consensus oracle: aggregate sealed pack cids into a higher-confidence sealed consensus pack.
Inferred read-onlysco_reputationLedger-derived oracle reputation only (accuracy, freshness, challenge_survival, selection_rate, economic_weight).
Inferred read-onlypost_intentPost a root problem/intent with success_criteria and optional bounty_usd (P1).
Potential side effectsget_pack_metaPublic sealed pack metadata + sealed_pack_hash (no paywall contents).
Inferred read-onlyreceipt_mintMint a DecisionReceipt for an agent-side decision (same schema as access/pay).
Potential side effectsmemory_rememberStore a key/value in agent KV memory (namespace optional, TTL default 24h).
Inferred read-onlyevent_triggerTrigger an event on a topic with optional payload (records + surfaces registrations).
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for lvlltd.com was fetched 2026-08-23T15:03:53.382Z.
lvlltd.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.