← Registry

Developer Tools

axis-api-6c7z.onrender.com

Analyzes GitHub repositories or source files to generate a comprehensive set of structured AXIS artifacts for software assessment.

1 endpoint44 known toolsFirst detected August 26, 2026Last detected August 26, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
axis-iliad
Version
0.5.3
Capabilities
tools
Server instructions

Axis' Iliad — analyze any GitHub repo or file set, get 152 structured artifacts across 21 programs. Use analyze_repo or analyze_files to start. Auth: Authorization: Bearer <api_key>. Need a capability Iliad doesn't own (payments, 3D generation)? Call discover_estate_tools (free, no auth) for sibling AXIS properties and their own MCP endpoints.

Known tools 44

analyze_repo

Analyze a GitHub repository and generate 152 structured AXIS artifacts across 21 programs.

Inferred read-only
analyze_files

Analyze source files directly and generate the full 152-artifact AXIS bundle without using GitHub.

Inferred read-only
list_programs

Inventory mode.

Inferred read-only
get_snapshot

Retrieve status and the full artifact listing for a prior analysis by snapshot_id.

Inferred read-only
delete_snapshot

Permanently delete a snapshot and everything derived from it (context map, repo profile, generated artifacts, search index entries).

Potential side effects
get_artifact

Read one generated artifact by snapshot_id and path.

Inferred read-only
prepare_agentic_purchasing_preview

Compute a free Purchasing Readiness Score (0-100) and gap list for a codebase without generating artifacts.

Inferred read-only
prepare_agentic_purchasing

Prepare a codebase for agentic purchasing and return a readiness score plus commerce artifacts.

Inferred read-only
closer

Package an existing AXIS snapshot (create one first via analyze_repo, analyze_files, or prepare_agentic_purchasing) into complete professional packaging + marketplace certification artifacts so a 70-80%-complete project is ready to ship and sell.

Potential side effects
deploy

Generate a zero-pipeline-minutes deploy bundle: stack-aware Dockerfile, .

Inferred read-only
search_and_discover_tools

Search AXIS programs by keyword and return ranked matches with artifact paths.

Inferred read-only
get_install_manifest

Get AXIS install metadata, pricing, and a shareable manifest for onboarding a new integration — MCP endpoint, per-client config for Claude Desktop/Cursor/VS Code, and the full tool catalog with pricing.

Inferred read-only
ping_payment

Exercise the real x402 payment-flow loop at a nominal $0.

Potential side effects
improve_my_agent_with_axis

Analyze an agent codebase and return a prioritized AXIS hardening plan.

Inferred read-only
discover_agentic_purchasing_needs

Discover the best AXIS workflow for a purchasing or compliance task.

Inferred read-only
discover_estate_tools

List sibling AXIS properties (payments via PAI'D, 3D avatar generation via AXIS Foundry, and more) — each entry gives its own MCP endpoint, auth mode, and vendored tool prices, so you can call them directly.

Inferred read-only
get_referral_code

Get or create the caller's AXIS referral token.

Potential side effects
get_referral_credits

Get the caller's referral earnings, milestones, and free-call status.

Inferred read-only
iliad_web_research

Scrape a single URL with AXIS's owned crawler (SSRF-guarded fetch, robots.

Inferred read-only
iliad_web_research_crawl

Crawl a domain with AXIS's owned crawler — a same-origin BFS frontier with robots.

Inferred read-only
iliad_object_storage

AXIS-owned signed-URL minter backed by Cloudflare R2.

Inferred read-only
iliad_vector_database

AXIS-owned vector store.

Inferred read-only
iliad_embeddings

Convert text into dense vectors.

Inferred read-only
iliad_transactional_email

Send a single transactional email.

Potential side effects
iliad_llm_inference

AXIS-hosted LLM chat-completion via node-llama-cpp + a small GGUF model loaded in-process.

Inferred read-only
iliad_code_sandbox

AXIS-owned secure code execution.

Inferred read-only
iliad_document_parsing

AXIS-owned document → Markdown extractor.

Inferred read-only
iliad_web_search

AXIS-owned BM25 search engine over the corpus YOUR account has indexed.

Inferred read-only
iliad_text_to_speech

AXIS-owned voice synthesis via Piper (rhasspy/piper) + ffmpeg-static.

Inferred read-only
iliad_speech_to_text

AXIS-owned audio transcription via whisper.

Inferred read-only
iliad_analytics

AXIS-owned product analytics.

Inferred read-only
axis_validate

Validate an avatar mesh against 38 rules; returns pass/warn/fail counts.

Inferred read-only
axis_inspect

Inspect an avatar's contract state and provenance chain.

Inferred read-only
axis_compare

Compare two avatar contracts; returns similarity score and section-level diffs.

Inferred read-only
axis_manifest_verify

Verify an export manifest's integrity and optionally check content hash.

Inferred read-only
roblox_compliance_check

Run Roblox R15 compliance checks against a mesh.

Inferred read-only
iliad_hygiene

AXIS-owned workspace hygiene grader.

Inferred read-only
sca_exemption_decision

Decide the lighter-SCA path for a single transaction using AXIS's published 7-priority PSD2 exemption matrix (the same decideScaExemption engine that renders the SCA Exemption Decision Matrix in generated artifacts).

Inferred read-only
grade_compliance

Run the real 8-check AP2/Visa compliance grading engine (gradeCompliance — the same engine behind computeComplianceGrade and the commerce registry's verified_decisions block) over an inline file set.

Inferred read-only
assemble_ce3_evidence

Assemble a Visa Compelling Evidence 3.

Inferred read-only
build_ap2_mandate

Validate, canonically encode, and optionally Ed25519-sign an AP2 mandate (Intent / Cart / Payment) using the real @axis/ap2 codecs — schema validation (including cart-total arithmetic and intent cross-references), RFC 8785 JCS-style canonical JSON encoding, and detached-JWS EdDSA signing over node:crypto.

Potential side effects
score_dispute_readiness

Score how ready a disputed transaction's EVIDENCE FILE is for representment, per Visa reason-code family, using the transparent scoreWinProbability heuristic (win-prob-v0: hand-set, documented logistic coefficients — exported, inspectable, monotonic in evidence).

Inferred read-only
assemble_representment

Turn a webhook-ingested dispute (charge.

Potential side effects
iliad_network_tokenization

Network-tokenization capability.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for onrender.com was fetched 2026-08-26T09:29:14.059Z.

Trust status Trusted

onrender.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.