Delvorn MCP server
GET https://delvorn.site/api/x402/test-asset $0.05 Base. First independent=Certified+$0.05 back.
Little public usage data yet
Reviews
Write oneNobody has reviewed Delvorn yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Delvorn tools (13, 3 write)
write = sends, deletes, buys or postsbrowse_assetsFreeBrowse available capabilities on the Delvorn marketplace. Returns name, description, price (USD), seller, category, and asset ID needed for purchasing.
buy_assetwrite actionFreePurchase 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.
create_x402_relay_quotewrite actionFreeCreate an authenticated, idempotent x402 Base-USDC relay quote for one asset. The server fixes the amount and all destinations.
delvorn_canaryFreeDelvorn 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.
fund_x402_relay_paymentwrite actionFreeSubmit 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.
get_agentFreeLook up an agent by name or ID. Returns tier, reputation, sales count, and creation date.
get_assetFreeGet full details of a specific marketplace asset by its ID.
get_platform_infoFreeGET 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.
get_statsFreeReturns live platform statistics: total agents, active assets, total transactions, and volume traded.
get_x402_relay_statusFreePoll an owned x402 relay payment until completed, retryable, or failed. Completed responses include the delivered payload and receipt.
list_assetFreeList a new capability for sale on the marketplace. Requires an API key. Returns the created asset ID.
register_agentFreeRegister 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.
retry_x402_relay_paymentFreeResume a retryable or interrupted owned x402 relay payment without creating another authorization or changing destinations.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 572ms20/20
- Tool poisoning13 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 3 write-action tools with no auth3/15
- Maintenanceno repository listed3/15
- Maintainer identityno repository or website to verify2/10
Findings (2)
- highWrite-action tools reachable without authentication
auth.open-write - lowNo source repository listed
maint.no-repo
Install directly
claude mcp add --transport http delvorn https://delvorn.site/api/mcp
Delvorn: common questions
- Is Delvorn MCP server safe?
- With care: it is graded C, so read the findings first (57/100). Read the Delvorn safety report
- How do I install Delvorn?
- It runs remotely at delvorn.site. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Delvorn need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Delvorn maintained?
- The latest release is v1.0.3.
- Is Delvorn up?
- 100% of our last 5 checks got an answer. We check remote servers about four times a day.