← Registry

Cloud Services

ironshard.ai

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

2 endpoints8 known toolsFirst detected August 26, 2026Last detected September 25, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
IronShard Object Storage Sandbox
Version
4.0.3
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

Creates a 30-day bucket and its secret bearer token.

Inferred read-only
get_bucket_permissions

Return currently permitted buckets and operations.

Inferred read-only
get_bucket

Return bucket details with storage and egress usage.

Inferred read-only
upload_object

Return a secret, short-lived PUT URL for an object up to 5 GB.

Inferred read-only
download_object

Return a secret, short-lived GET URL for an object's bytes.

Inferred read-only
list_objects

List one page of objects and path-like prefixes, ordered by key.

Inferred read-only
delete_object

Delete an object; versioned buckets may retain older versions.

Potential side effects
get_object_metadata

Return an object's size, timestamps, ETag, content type, 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.ironshard-object-storage-sandbox]
url = "https://agents-mcp.ironshard.ai/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "ironshard-object-storage-sandbox",
  "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.

ENDPOINT 2

https://mcp.ironshard.ai/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

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.ironshard-ai]
url = "https://mcp.ironshard.ai/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "ironshard-ai": {
      "type": "http",
      "url": "https://mcp.ironshard.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: ironshard-ai
Remote MCP URL: https://mcp.ironshard.ai/mcp

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "ironshard-ai": {
      "url": "https://mcp.ironshard.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "ironshard-ai": {
      "type": "http",
      "url": "https://mcp.ironshard.ai/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "ironshard-ai bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "ironshard-ai",
  "transport": "streamable-http",
  "url": "https://mcp.ironshard.ai/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

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 ironshard.ai was fetched 2026-09-25T09:46:07.381Z.

Trust status Trusted

ironshard.ai is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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