← axinbox.com

INDIVIDUAL MCP TOOL

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.

axinbox.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://axinbox.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for ax_skill_get 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 write-action term.
  • A tool name or description suggests retrieving external content.

Parent server

axinbox.com

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