eCommerce
daski.io
Facilitates discovering and purchasing real-world services on the Daski marketplace using USDC, with advanced payment lifecycle management.
ENDPOINT 1
https://sandbox-gateway.daski.io/mcp
MCP server metadata
- Name
- daski-gateway
- Version
- 0.21.0
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_get_outcomeGet the complete public presentation for one admitted Daski outcome.
Inferred read-onlydaski_get_order_artifactRetrieve the protected result artifact for a completed order.
Inferred read-onlydaski_revoke_delivery_confirmationPrepare or submit withdrawal of the payer's current delivery confirmation.
Inferred read-onlydaski_list_my_ordersList the connected payer wallet's private Daski order history.
Inferred read-onlydaski_get_my_reputationGet private aggregate Daski reputation participation for a payer wallet.
Inferred read-onlydaski_list_assetsList provider-owned assets controlled by the connected payer wallet.
Inferred read-onlydaski_use_assetRun an admitted provider action against an asset controlled by the payer wallet.
Inferred read-onlydaski_list_providersList providers registered in the Daski on-chain marketplace catalog.
Inferred read-onlydaski_get_providerRead a provider's canonical identity, catalog services, and standard-order reputation.
Inferred read-onlydaski_resolve_agentResolve a wallet through Daski's verified wallet-to-ERC-8004 agent index.
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.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.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.