← astrls.com

INDIVIDUAL MCP TOOL

astral_create_upload_session

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

astrls.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://astrls.com/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent server

astrls.com

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.

Related tools

  • astral_finalize_upload — Verify an uploaded object, charge active quota, and publish its share after a successful session PUT.
  • astral_get_stats — Return privacy-safe current totals and seven-day trends.
  • astral_inspect_share — Return bounded metadata for an exact active public share identifier.
  • astral_list_files — List up to 100 active files owned by the API key account.
  • astral_get_file — Get one active file owned by the API key account.
  • 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.
  • astral_delete_file — Permanently delete one active owned file and its public share.