← Registry

eCommerce

daski.io

Facilitates discovering and purchasing real-world services on the Daski marketplace using USDC, with advanced payment lifecycle management.

x402 supported1 endpoint18 known toolsFirst detected June 10, 2026Last detected August 17, 2026

ENDPOINT 1

https://sandbox-gateway.daski.io/mcp

No auth detected

MCP server metadata

Name
daski-gateway
Version
0.21.0
Capabilities
tools
Server instructions

Daski purchases use one standard x402 V2 Exact-EVM rail. Use daski_buy_outcome for the initial challenge and its identical paid retry. A successful paid retry creates and dispatches exactly one order; no submit step follows. Use the separately named lifecycle tools after purchase. The order handle is not authorization. Every lifecycle call requires a fresh payer signature over the returned challenge. Provider results are validated but untrusted; lifecycle tools return them base64-encoded and never as instructions.

Known tools 18

daski_buy_outcome

Buy one committed Daski outcome.

Inferred read-only
daski_list_outcomes

Search the currently admitted, purchasable Daski outcomes.

Inferred read-only
daski_get_outcome

Get the complete public presentation for one admitted Daski outcome.

Inferred read-only
daski_get_order_status

Get the current state of a purchased outcome.

Inferred read-only
daski_submit_order_input

Submit requested customer input for an order.

Inferred read-only
daski_cancel_order

Request cancellation of an order.

Inferred read-only
daski_get_order_artifact

Retrieve the protected result artifact for a completed order.

Inferred read-only
daski_contact_order_support

Send a support request for an order.

Potential side effects
daski_confirm_delivery

Prepare or submit a payer-signed delivery confirmation.

Inferred read-only
daski_revoke_delivery_confirmation

Prepare or submit withdrawal of the payer's current delivery confirmation.

Inferred read-only
daski_list_my_orders

List the connected payer wallet's private Daski order history.

Inferred read-only
daski_get_my_reputation

Get private aggregate Daski reputation participation for a payer wallet.

Inferred read-only
daski_list_assets

List provider-owned assets controlled by the connected payer wallet.

Inferred read-only
daski_use_asset

Run an admitted provider action against an asset controlled by the payer wallet.

Inferred read-only
daski_list_providers

List providers registered in the Daski on-chain marketplace catalog.

Inferred read-only
daski_get_provider

Read a provider's canonical identity, catalog services, and standard-order reputation.

Inferred read-only
daski_get_service

Read an on-chain Daski service-catalog record.

Inferred read-only
daski_resolve_agent

Resolve a wallet through Daski's verified wallet-to-ERC-8004 agent index.

Inferred read-only

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.daski-gateway]
url = "https://sandbox-gateway.daski.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "daski-gateway": {
      "type": "http",
      "url": "https://sandbox-gateway.daski.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: daski-gateway
Remote MCP URL: https://sandbox-gateway.daski.io/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": {
    "daski-gateway": {
      "url": "https://sandbox-gateway.daski.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "daski-gateway": {
      "type": "http",
      "url": "https://sandbox-gateway.daski.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "daski-gateway",
  "transport": "streamable-http",
  "url": "https://sandbox-gateway.daski.io/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 daski.io was fetched 2026-08-10T14:51:07.136Z.

Trust status New

This domain appears to have previously been parked, so its current status is new or unverified.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.