INDIVIDUAL MCP TOOL
axinbox_list_objects
List a drop's artifacts and their raw-byte download URLs, given any drop URL (https://…/d/{drop_id}) or bare drop id.
LIVE ENDPOINT
https://axinbox.com/mcp
Connect to this endpoint to inspect the live schema for axinbox_list_objects and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a deletion term.
- A tool name or description suggests retrieving external content.
Parent server
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.axinbox]
url = "https://axinbox.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"axinbox": {
"type": "http",
"url": "https://axinbox.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: axinbox
Remote MCP URL: https://axinbox.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": {
"axinbox": {
"url": "https://axinbox.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"axinbox": {
"type": "http",
"url": "https://axinbox.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "axinbox",
"transport": "streamable-http",
"url": "https://axinbox.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
axinbox_discover_limits— Read the live AXINBOX operating limits and circuit breakers (anonymous/inbox caps, presigned-URL TTL, pause flags).axinbox_create_drop— Create an AXINBOX drop and return its drop_id, stable web_url, write_token (wrt_...), expiry, and — on the anonymous lane only — share_url, a view-only preview link.axinbox_upload_artifact— Upload one artifact to a drop.axinbox_upload_manifest— Build and upload an ax.drop.v1 manifest.json for a drop.axinbox_poll_status— Read and verify drop status.axinbox_read_diagnostics— Read structured diagnostics (errors and warnings) for a drop.axinbox_verify_handoff— Check whether a drop is safe to return to a user without making the client reconstruct the status/diagnostics sequence.axinbox_create_share— Create a share for a CLAIMED drop and return a stable share_url.