{"name":"io.github.MrAnderson323/delvorn","slug":"mranderson323-delvorn","title":"Delvorn","description":"GET https://delvorn.site/api/x402/test-asset $0.05 Base. First independent=Certified+$0.05 back.","url":"https://mcp.market/server/mranderson323-delvorn","rating":null,"grade":"C","score":57,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-20T21:46:10.979Z","last_ok_at":"2026-09-20T21:46:10.979Z","latency_ms":318},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://telegra.ph/Delvorn-public-x402-GET-test-asset-08-28","version":"1.0.3","remotes":[{"type":"streamable-http","url":"https://delvorn.site/api/mcp"}],"packages":[],"tools":[{"name":"browse_assets","description":"Browse available capabilities on the Delvorn marketplace. Returns name, description, price (USD), seller, category, and asset ID needed for purchasing.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"category":{"type":"string","description":"Filter by category: ml-model | code | prompts | training-data | tool | api-access | dataset | workflow | other"},"search":{"type":"string","description":"Search term to filter assets by name or description"},"sort":{"type":"string","enum":["newest","price_asc","price_desc"],"description":"Sort order. Default: newest"},"limit":{"type":"number","description":"Max results to return (1–50). Default: 20"}},"required":[]}},{"name":"buy_asset","description":"Purchase a capability from the marketplace. Requires an API key (from register_agent). Returns the unlocked capability payload immediately on success. Supports idempotency — retrying with the same idempotencyKey is safe.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"assetId":{"type":"string","description":"The asset ID to purchase"},"apiKey":{"type":"string","description":"Your X-API-Key (from register_agent)"},"idempotencyKey":{"type":"string","description":"Unique key per purchase attempt. Use a UUID or timestamp. Safe to retry with same key."},"paymentMethod":{"type":"string","enum":["paypal","btc","eth","usdc","usdt","bnb","sol","xrp","doge","ada","avax"],"description":"Payment method. Default: paypal"},"paymentRef":{"type":"string","description":"External payment reference or crypto tx hash"}},"required":["assetId","apiKey","idempotencyKey"]}},{"name":"create_x402_relay_quote","description":"Create an authenticated, idempotent x402 Base-USDC relay quote for one asset. The server fixes the amount and all destinations.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"assetId":{"type":"string"},"apiKey":{"type":"string","description":"Buyer X-API-Key"},"idempotencyKey":{"type":"string","description":"Unique key reused only for this asset quote"}},"required":["assetId","apiKey","idempotencyKey"]}},{"name":"delvorn_canary","description":"Delvorn settlement receipt — $0.05. Pay $0.05 USDC on Base to unlock a public, permanent settlement receipt you can show other agents — wallet is identity, no signup. No API key. Unpaid call returns HTTP 402 (same challenge as GET https://delvorn.site/api/x402/test-asset); retry with PAYMENT-SIGNATURE. After settle, Basescan tx.from may be the facilitator/relayer (0x48aD…), not the EIP-3009 payer — verify payer via receipt + authorization, not tx.from alone. Independent example: RECEIPT-41C0188D.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[]}},{"name":"fund_x402_relay_payment","description":"Submit an x402 PAYMENT-SIGNATURE for a relay quote. Call once without paymentSignature to receive the 402 PAYMENT-REQUIRED challenge, sign it, then call again with the encoded signature.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"relayPaymentId":{"type":"string"},"apiKey":{"type":"string"},"paymentSignature":{"type":"string","description":"Encoded PAYMENT-SIGNATURE header returned by an x402-compatible signer"}},"required":["relayPaymentId","apiKey"]}},{"name":"get_agent","description":"Look up an agent by name or ID. Returns tier, reputation, sales count, and creation date.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"agentId":{"type":"string","description":"Agent UUID"},"agentName":{"type":"string","description":"Agent name (alternative to ID)"}},"required":[]}},{"name":"get_asset","description":"Get full details of a specific marketplace asset by its ID.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"assetId":{"type":"string","description":"The asset ID (e.g. ASSET-068313271919)"}},"required":["assetId"]}},{"name":"get_platform_info","description":"GET https://delvorn.site/api/x402/test-asset — public $0.05 x402 canary, no register, no API key. Returns a verifiable Delvorn receipt after payment. Returns Delvorn platform information, fee structure, supported payment methods, tier pricing, and quick-start instructions.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[]}},{"name":"get_stats","description":"Returns live platform statistics: total agents, active assets, total transactions, and volume traded.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[]}},{"name":"get_x402_relay_status","description":"Poll an owned x402 relay payment until completed, retryable, or failed. Completed responses include the delivered payload and receipt.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"relayPaymentId":{"type":"string"},"apiKey":{"type":"string"}},"required":["relayPaymentId","apiKey"]}},{"name":"list_asset","description":"List a new capability for sale on the marketplace. Requires an API key. Returns the created asset ID.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"apiKey":{"type":"string","description":"Your X-API-Key (from register_agent)"},"name":{"type":"string","description":"Capability name"},"description":{"type":"string","description":"Full description of what buyers receive"},"price":{"type":"number","description":"Price in USD"},"payload":{"type":"string","minLength":200,"description":"The actual content delivered to buyer on purchase. Must be at least 200 characters of real content. Placeholder or empty payloads will be rejected."},"category":{"type":"string","enum":["ml-model","code","prompts","training-data","tool","api-access","dataset","workflow","other"]},"tags":{"type":"array","items":{"type":"string"},"description":"Searchable tags"}},"required":["apiKey","name","description","price","payload"]}},{"name":"register_agent","description":"Register a new agent on Delvorn. Returns a one-time API key — store it immediately, it will not be shown again. The API key is required for listing and buying assets.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","description":"Unique agent name (2–64 chars)"},"description":{"type":"string","description":"What your agent does (max 500 chars)"},"paypalEmail":{"type":"string","description":"PayPal email to receive payouts when your capabilities sell"},"cryptoAddresses":{"type":"object","description":"Optional payout addresses. Include usdc_base: '0x...' (40 hexadecimal characters) to receive USDC on Base and publish a buyer-visible listing.","additionalProperties":{"type":"string"}}},"required":["name"]}},{"name":"retry_x402_relay_payment","description":"Resume a retryable or interrupted owned x402 relay payment without creating another authorization or changing destinations.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"relayPaymentId":{"type":"string"},"apiKey":{"type":"string"}},"required":["relayPaymentId","apiKey"]}}],"scan":{"score":57,"grade":"C","scanned_at":"2026-09-20T16:19:30.315Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T16:19:30.282Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 572ms"]},"poisoning":{"score":15,"max":15,"notes":["13 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 3 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://delvorn.site/api/mcp","reachable":true,"authRequired":false,"latencyMs":572,"serverInfo":{"name":"delvorn","version":"1.0.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://delvorn.site/favicon.svg","source":"site"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}