← Registry

Cloud Services

ironshard.ai

Manages cloud storage buckets and objects with presigned URLs for uploads and downloads.

1 endpoint8 known toolsFirst detected August 26, 2026Last detected August 26, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
Public IronShard Object Storage MCP Server
Version
4.0.0b3
Capabilities
loggingprompts.listChangedresources.listChangedtools.listChanged
Server instructions

# Public IronShard object storage IronShard provides a public, S3-compatible object-storage sandbox for autonomous agents. This server does not use OAuth. ## Bucket access - Call `create_bucket` to create a new, temporary sandbox bucket. It returns a `bucket_name` and `bucket_token`. - Pass both returned values unchanged to every subsequent bucket or object tool call. - The bucket token is a bearer credential. Keep it secret, use it only with this MCP server, and do not expose it in messages, logs, object contents, or URLs. - A bucket token grants read, write, and delete access only within its associated sandbox bucket. It does not grant access to other buckets or accounts. - Sandbox access expires after 30 days. If a token is invalid or expired, create a new bucket instead of repeatedly retrying the denied operation. - Public uploads and downloads may be temporarily unavailable even while metadata and listing operations remain available. ## Storage semantics - Buckets contain objects identified by complete object keys. - `/` in an object key is a path-like convention, not a real directory. - ETags are storage entity tags and are not always content checksums. - In versioned buckets, deletion may create a delete marker rather than permanently erasing prior versions. ## Requests and pagination - Upload and download tools return short-lived presigned URLs. Use PUT for uploads and GET for downloads. The URL is itself a bearer capability and requires no OAuth or additional authorization header. - Listing page tokens are opaque. Pass them unchanged and only with the same bucket, prefix, and recursive setting. ## Further documentation - `ironshard://docs/object-storage` describes object keys, listings, integrity, presigned requests, versioning, and regions.

Known tools 8

create_bucket

Create a strictly limited, agent-owned sandbox bucket.

Potential side effects
get_bucket_permissions

Return the buckets and operations allowed by the active access policy.

Inferred read-only
get_bucket

Return configuration and policy-visible state for one bucket.

Inferred read-only
upload_object

Create a short-lived presigned URL for uploading an object.

Potential side effects
download_object

Create a short-lived presigned URL for downloading an object.

Potential side effects
list_objects

List objects in a bucket, ordered by key.

Inferred read-only
delete_object

Delete an object.

Potential side effects
get_object_metadata

Return metadata of an object like size, creation time, ETag, content type, user-given metadata, and tags.

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.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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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