Cloud Services
astrls.com
Manages file uploads and storage, including session creation, finalization, and file listing.
ENDPOINT 1
https://astrls.com/mcp
MCP server metadata
- Name
- astral
- Version
- 1.0.0
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_sessionIdempotently reserve quota for a client_request_id and return a one-time resumable Storage URL.
Inferred read-onlyastral_finalize_uploadVerify an uploaded object, charge active quota, and publish its share after a successful session PUT.
Potential side effectsastral_inspect_shareReturn bounded metadata for an exact active public share identifier.
Inferred read-onlyastral_update_expiryChange an active owned file's remaining lifetime to a finite duration of up to 365 days; forever requires Aether or Aether Pro.
Inferred read-onlyastral_delete_filePermanently delete one active owned file and its public share.
Potential side effectsCONNECT 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.
astrls.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.