← daski.io

INDIVIDUAL MCP TOOL

daski_confirm_delivery

Leave a confirmed / not-confirmed attestation for a completed Daski purchase.

daski.ionone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent endpoint

daski.io

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "daski-io",
  "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.

Related tools

  • daski_search_services — Find a provider on the Daski marketplace that can perform a real-world service for USDC (domain registration, LLC formation, hosting, email, etc.).
  • daski_purchase — **Advanced/manual.** Prefer `daski_buy_service` unless you're managing the payment lifecycle yourself (custom UIs, multi-leg signing flows, dry-run quotes).
  • daski_settle_payment — **Advanced/manual.** Prefer `daski_buy_service` unless you called `daski_purchase` separately.
  • daski_register_agent — **Advanced.** Register a fresh wallet as an ERC-8004 Daski agent without making a purchase.
  • daski_submit_task — Dispatch a task to a Daski provider over A2A.
  • daski_get_task_status — Get the current state of a Daski provider task.
  • daski_buy_service — **Start here for any paid Daski service.** Validates inputs, prepares the USDC payment, and (after wallet signing) settles on-chain.