General Tools
axinbox.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://axinbox.com/mcp
MCP server metadata
- Name
- axinbox
- Version
- 0.1.0
Known tools 12
axinbox_discover_limitsRead the live AXINBOX operating limits and circuit breakers (anonymous/inbox caps, presigned-URL TTL, pause flags).
Inferred read-onlyaxinbox_create_dropCreate an AXINBOX drop and return its drop_id, stable web_url, write_token (wrt_...), and expiry.
Potential side effectsaxinbox_upload_manifestBuild and upload an ax.drop.v1 manifest.json for a drop.
Potential side effectsaxinbox_read_diagnosticsRead structured diagnostics (errors and warnings) for a drop.
Potential side effectsaxinbox_verify_handoffCheck whether a drop is safe to return to a user without making the client reconstruct the status/diagnostics sequence.
Potential side effectsaxinbox_create_shareCreate a share for a CLAIMED drop and return a stable share_url.
Potential side effectsaxinbox_list_submissionsRead the collected responses (submissions) for a CLAIMED, collect-enabled drop you own.
Potential side effectsaxinbox_summarize_submissionsRead a bounded AGGREGATE over a drop's collected responses: total count, per-schema-hash counts, and the most-recent response excerpts.
Potential side effectsax_skill_searchSearch the AXINBOX skill catalog for skills matching a natural-language query (e.g.
Inferred read-onlyax_skill_getFetch 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 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.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.
axinbox.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.