INDIVIDUAL MCP TOOL
axinbox_resolve_annotation
Close one piece of preview feedback by id: set its status to "resolved" (you made the change) or "wont_fix" (you deliberately will not).
LIVE ENDPOINT
https://axinbox.com/mcp
Connect to this endpoint to inspect the live schema for axinbox_resolve_annotation and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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_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.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.