← Registry

Cloud Services

astrls.com

Manages file uploads and storage, including session creation, finalization, and file listing.

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

ENDPOINT 1

https://astrls.com/mcp

No auth detected

MCP server metadata

Name
astral
Version
1.0.0
Capabilities
resourcestools
Server instructions

Use public tools without credentials. Private file tools require an Astral API key. Confirm exact targets before destructive deletion. Uploads use a protected two-step session: create, PUT the exact bytes, then finalize.

Known tools 8

astral_create_upload_session

Idempotently reserve quota for a client_request_id and return a one-time resumable Storage URL.

Inferred read-only
astral_finalize_upload

Verify an uploaded object, charge active quota, and publish its share after a successful session PUT.

Potential side effects
astral_get_stats

Return privacy-safe current totals and seven-day trends.

Inferred read-only
astral_inspect_share

Return bounded metadata for an exact active public share identifier.

Inferred read-only
astral_list_files

List up to 100 active files owned by the API key account.

Inferred read-only
astral_get_file

Get one active file owned by the API key account.

Inferred read-only
astral_update_expiry

Change an active owned file's remaining lifetime to a finite duration of up to 365 days; forever requires Aether or Aether Pro.

Inferred read-only
astral_delete_file

Permanently delete one active owned file and its public share.

Potential side effects

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

.mcp.json

{
  "mcpServers": {
    "astral": {
      "type": "http",
      "url": "https://astrls.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "astral",
  "transport": "streamable-http",
  "url": "https://astrls.com/mcp"
}
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 astrls.com was fetched 2026-08-21T13:01:36.655Z.

Trust status Neutral

astrls.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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