INDIVIDUAL MCP TOOL
improve_my_agent_with_axis
Analyze an agent codebase and return a prioritized AXIS hardening plan.
LIVE ENDPOINT
https://axis-api-6c7z.onrender.com/mcp
Connect to this endpoint to inspect the live schema for improve_my_agent_with_axis and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.