com.lvlltd/skill-market
com.lvlltd/skill-marketx402 skill catalog on lvlltd.com — search, quote, pay with Base USDC, unlock sealed packs.
Tools · 58
Search lvlltd.com x402 skill catalog. Free. Returns price + free_eval URLs.
Public skill details + outline/sample/challenge links. Free.
Live x402 402 challenge for a skill. Does not unlock. Pay then purchase_skill.
Alias of get_payment_challenge — live x402 quote (amount, payTo, asset). Free. Full catalog.
Paginated full catalog listing (all public skills from catalog.json — not a subset). Free.
Without tx_hash: payment_required 402 payload. With tx_hash: POST unlock via existing /api/pay (no payment bypass).
Alias of verify_unlock — check public /api/proof ledger for confirmed unlocks (never invents volume).
Alias of install_skill_payload — after purchase write sealed files + SKILL.md paths. Requires tx_hash.
Rank skills by confirmed unlock demand. Free.
ERC-8004 / local identity lookup for a wallet. Additive — not required to buy.
Alias of quote_price / get_payment_challenge — live x402 quote. Free.
Check public /api/proof ledger for confirmed unlocks (never invents volume).
Published security scan for a skill (real findings or clean-with-honesty). Free.
Public eval suite pass rate if suite exists. Free.
After purchase: sealed files + SKILL.md install paths. Requires tx_hash (routes through /api/pay).
Natural-language goal → ranked skills/stacks (semantic TF-IDF). Free.
List catalog live / update / bundle-renew / metered plans. One-time unlocks remain separate and perpetual. Free.
Resolve skill access: one_time_unlock (perpetual) > catalog_sub > bundle_renew > meter. Never confuses live access with sealed ownership.
Without tx_hash: 402 challenge for a plan. With tx_hash: start/renew. Cancel: action=cancel (one step). Never revokes one-time unlocks.
A2A bridge: fetch the marketplace Agent Card (/.well-known/agent-card.json). Free. Use before a2a_message_send.
A2A bridge: send message/send to the LVL A2A agent. Supports multi-turn via task_id+context_id. Does not settle payment — use purchase_skill / x402 for money.
A2A bridge: tasks/get — poll stored multi-turn task by id.
A2A bridge: tasks/cancel — cancel an in-flight multi-turn task.
A2A↔MCP bridge topology for LVL: when to use A2A vs MCP vs x402. Free.
Get or set spend cap; or quote metered per-call x402 for a skill. Caps prevent runaway agent spend.
ESP protocol root (Evaluate → Settle → Prove). Free. Philosophy + endpoints + canary. Prefer before settling any skill.
Full ESP cycle for a skill: free evaluate endpoints, atomic settle challenge, public prove stats (ledger-only quality). Free to call.
ESP Evaluate phase only — free outline/sample/canary links. Never requires payment. Settle only after this.
SCO protocol root (Sealed Consensus Oracles). Free. Philosophy, foundation oracles, agent sequence. Prefer before oracle settlement.
SCO free evaluation for an oracle: outline, free samples, ledger-only reputation. Never requires payment.
Parallel multi-provider canary: seal challengeable packs from independent oracle providers.
Critic/consensus oracle: aggregate sealed pack cids into a higher-confidence sealed consensus pack.
File or resolve an economic challenge against a sealed SCO pack. Reputation updates from ledger only.
Ledger-derived oracle reputation only (accuracy, freshness, challenge_survival, selection_rate, economic_weight). Null when no evidence.
Recursive evaluator market — judge/verifier/critic ESP skills. Quality from public proof ledger only. Free.
Post a root problem/intent with success_criteria and optional bounty_usd (P1). Free to post. Settlement still x402; success only via /api/proof.
Truthful readiness probe (/api/ready). ready:true only when payment+catalog rails work.
Public confirmed-only unlock ledger. Never invents volume. Optional skill_id filter.
Fleet map: skills, open-market, music, swarm, studio bridges. Free.
Sandbox/execution patterns for purchased packs. Optional skill_id for per-skill resources + packaging maturity.
Multi-chain + multi-asset + gas rails. Base live; other chains planned. Sponsored canary honesty.
Open-market multi-party escrow (NOT skill payTo). LVLEscrow held-fund contract metadata.
Short-lived capability token discovery (P1). Not an API key for purchase.
Public sealed pack metadata + sealed_pack_hash (no paywall contents).
Verify a lvl-decision-receipt-v1 integrity hash. Returns match + recomputed hash. Free.
Mint a DecisionReceipt for an agent-side decision (same schema as access/pay). Free.
Store a key/value in agent KV memory (namespace optional, TTL default 24h).
Recall a value from agent KV memory by key (+ optional namespace).
List keys in a memory namespace (prefix list when KV supports it).
Delete a key from agent KV memory.
Start a long-running / background task (KV queue stub). Returns task_id for status/cancel.
Get status of a long-running task by task_id.
Cancel a long-running task by task_id.
Register interest in a topic (stub event bus). Returns event_id.
List active event registrations for a topic.
Trigger an event on a topic with optional payload (records + surfaces registrations).
Bankr x402 Cloud rail for LVL skills (catalog/unlock/canary URLs + payTo). Does not unlock. Canonical settlement remains /api/pay. Free.
Bankr unlock URL + LVL 402 challenge URL for a skill_id. Does not pay or unlock. Free.
Resources · 1
lvl://catalog
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.lvlltd/skill-market": {
"url": "https://lvlltd.com/api/mcp",
"transport": "streamable-http"
}
}
}