← dockage.ai

INDIVIDUAL MCP TOOL

store

Store a single file, paid in USDC over x402 — assumes you have an agentic wallet holding USDC on Sui.

dockage.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://dockage.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for store and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

dockage.ai

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.dockage]
url = "https://dockage.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dockage": {
      "type": "http",
      "url": "https://dockage.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dockage": {
      "type": "http",
      "url": "https://dockage.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dockage",
  "transport": "streamable-http",
  "url": "https://dockage.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • quote — Get a firm, signed price quote for storing files on Walrus via dockage.ai — no payment, no commitment, no key needed.
  • fetch — Read content stored on Walrus — free, no key needed.
  • list — List everything a Sui address has stored via dockage.ai, reconstructed LIVE from the chain (no server records — on-chain receipts are the database).
  • store_batch — Store 2-500 files as ONE Walrus quilt: a single on-chain object with per-file patch IDs — far cheaper than separate stores.
  • extend — Renew a stored blob or quilt by N epochs.