INDIVIDUAL MCP TOOL
delete_snapshot
Permanently delete a snapshot and everything derived from it (context map, repo profile, generated artifacts, search index entries).
LIVE ENDPOINT
https://axis-api-6c7z.onrender.com/mcp
Connect to this endpoint to inspect the live schema for delete_snapshot 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 deletion term.
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.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.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.