← ironshard.ai

INDIVIDUAL MCP TOOL

list_objects

List objects in a bucket, ordered by key.

ironshard.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://agents-mcp.ironshard.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_objects 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

ironshard.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.public-ironshard-object-storage-mcp-server]
url = "https://agents-mcp.ironshard.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "public-ironshard-object-storage-mcp-server": {
      "type": "http",
      "url": "https://agents-mcp.ironshard.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: public-ironshard-object-storage-mcp-server
Remote MCP URL: https://agents-mcp.ironshard.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": {
    "public-ironshard-object-storage-mcp-server": {
      "url": "https://agents-mcp.ironshard.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "public-ironshard-object-storage-mcp-server": {
      "type": "http",
      "url": "https://agents-mcp.ironshard.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "public-ironshard-object-storage-mcp-server",
  "transport": "streamable-http",
  "url": "https://agents-mcp.ironshard.ai/mcp"
}
MCP Inspector

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

Related tools

  • create_bucket — Create a strictly limited, agent-owned sandbox bucket.
  • get_bucket_permissions — Return the buckets and operations allowed by the active access policy.
  • get_bucket — Return configuration and policy-visible state for one bucket.
  • upload_object — Create a short-lived presigned URL for uploading an object.
  • download_object — Create a short-lived presigned URL for downloading an object.
  • delete_object — Delete an object.
  • get_object_metadata — Return metadata of an object like size, creation time, ETag, content type, user-given metadata, and tags.