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.
ENDPOINT 1
https://axis-api-6c7z.onrender.com/mcp
MCP server metadata
- Name
- axis-iliad
- Version
- 0.5.3
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_repoAnalyze a GitHub repository and generate 152 structured AXIS artifacts across 21 programs.
Inferred read-onlyanalyze_filesAnalyze source files directly and generate the full 152-artifact AXIS bundle without using GitHub.
Inferred read-onlyget_snapshotRetrieve status and the full artifact listing for a prior analysis by snapshot_id.
Inferred read-onlydelete_snapshotPermanently delete a snapshot and everything derived from it (context map, repo profile, generated artifacts, search index entries).
Potential side effectsprepare_agentic_purchasing_previewCompute a free Purchasing Readiness Score (0-100) and gap list for a codebase without generating artifacts.
Inferred read-onlyprepare_agentic_purchasingPrepare a codebase for agentic purchasing and return a readiness score plus commerce artifacts.
Inferred read-onlycloserPackage 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 effectssearch_and_discover_toolsSearch AXIS programs by keyword and return ranked matches with artifact paths.
Inferred read-onlyget_install_manifestGet 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-onlyimprove_my_agent_with_axisAnalyze an agent codebase and return a prioritized AXIS hardening plan.
Inferred read-onlydiscover_agentic_purchasing_needsDiscover the best AXIS workflow for a purchasing or compliance task.
Inferred read-onlydiscover_estate_toolsList 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-onlyget_referral_creditsGet the caller's referral earnings, milestones, and free-call status.
Inferred read-onlyiliad_web_researchScrape a single URL with AXIS's owned crawler (SSRF-guarded fetch, robots.
Inferred read-onlyiliad_web_research_crawlCrawl a domain with AXIS's owned crawler — a same-origin BFS frontier with robots.
Inferred read-onlyiliad_llm_inferenceAXIS-hosted LLM chat-completion via node-llama-cpp + a small GGUF model loaded in-process.
Inferred read-onlyiliad_web_searchAXIS-owned BM25 search engine over the corpus YOUR account has indexed.
Inferred read-onlyiliad_text_to_speechAXIS-owned voice synthesis via Piper (rhasspy/piper) + ffmpeg-static.
Inferred read-onlyaxis_validateValidate an avatar mesh against 38 rules; returns pass/warn/fail counts.
Inferred read-onlyaxis_compareCompare two avatar contracts; returns similarity score and section-level diffs.
Inferred read-onlyaxis_manifest_verifyVerify an export manifest's integrity and optionally check content hash.
Inferred read-onlysca_exemption_decisionDecide 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-onlygrade_complianceRun 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-onlybuild_ap2_mandateValidate, 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 effectsscore_dispute_readinessScore 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-onlyCONNECT 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.
onrender.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.