← Registry

General Tools

axinbox.com

Provides general-purpose tools through the Model Context Protocol.

1 endpoint12 known toolsFirst detected August 5, 2026Last detected August 5, 2026

ENDPOINT 1

https://axinbox.com/mcp

No auth detected

MCP server metadata

Name
axinbox
Version
0.1.0
Capabilities
tools

Known tools 12

axinbox_discover_limits

Read the live AXINBOX operating limits and circuit breakers (anonymous/inbox caps, presigned-URL TTL, pause flags).

Inferred read-only
axinbox_create_drop

Create an AXINBOX drop and return its drop_id, stable web_url, write_token (wrt_...), and expiry.

Potential side effects
axinbox_upload_artifact

Upload one artifact to a drop.

Potential side effects
axinbox_upload_manifest

Build and upload an ax.drop.v1 manifest.json for a drop.

Potential side effects
axinbox_poll_status

Read and verify drop status.

Potential side effects
axinbox_read_diagnostics

Read structured diagnostics (errors and warnings) for a drop.

Potential side effects
axinbox_verify_handoff

Check whether a drop is safe to return to a user without making the client reconstruct the status/diagnostics sequence.

Potential side effects
axinbox_create_share

Create a share for a CLAIMED drop and return a stable share_url.

Potential side effects
axinbox_list_submissions

Read the collected responses (submissions) for a CLAIMED, collect-enabled drop you own.

Potential side effects
axinbox_summarize_submissions

Read a bounded AGGREGATE over a drop's collected responses: total count, per-schema-hash counts, and the most-recent response excerpts.

Potential side effects
ax_skill_search

Search the AXINBOX skill catalog for skills matching a natural-language query (e.g.

Inferred read-only
ax_skill_get

Fetch a single skill by skill_id and return its L2 runbook: the step-by-step instructions that produce the artifact by calling the existing AXINBOX publish tools (axinbox_create_drop, axinbox_upload_artifact, axinbox_upload_manifest, axinbox_poll_status) and return the web_url only when status.safe_to_return_web_url is true.

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.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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for axinbox.com was fetched 2026-08-10T23:31:26.956Z.

Trust status Neutral

axinbox.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.