← axis-api-6c7z.onrender.com

INDIVIDUAL MCP TOOL

get_referral_code

Get or create the caller's AXIS referral token.

axis-api-6c7z.onrender.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://axis-api-6c7z.onrender.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_referral_code 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, description or schema mentions credentials.

Parent server

axis-api-6c7z.onrender.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.axis-iliad]
url = "https://axis-api-6c7z.onrender.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "axis-iliad": {
      "type": "http",
      "url": "https://axis-api-6c7z.onrender.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: axis-iliad
Remote MCP URL: https://axis-api-6c7z.onrender.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": {
    "axis-iliad": {
      "url": "https://axis-api-6c7z.onrender.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "axis-iliad": {
      "type": "http",
      "url": "https://axis-api-6c7z.onrender.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "axis-iliad",
  "transport": "streamable-http",
  "url": "https://axis-api-6c7z.onrender.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • analyze_repo — Analyze a GitHub repository and generate 152 structured AXIS artifacts across 21 programs.
  • analyze_files — Analyze source files directly and generate the full 152-artifact AXIS bundle without using GitHub.
  • list_programs — Inventory mode.
  • get_snapshot — Retrieve status and the full artifact listing for a prior analysis by snapshot_id.
  • delete_snapshot — Permanently delete a snapshot and everything derived from it (context map, repo profile, generated artifacts, search index entries).
  • get_artifact — Read one generated artifact by snapshot_id and path.
  • prepare_agentic_purchasing_preview — Compute a free Purchasing Readiness Score (0-100) and gap list for a codebase without generating artifacts.
  • prepare_agentic_purchasing — Prepare a codebase for agentic purchasing and return a readiness score plus commerce artifacts.