INDIVIDUAL MCP TOOL
axis_process
Run the full AXIS avatar pipeline (classify → normalize → rig → skin → validate).
LIVE ENDPOINT
https://api.avatar.jonathanarvay.com/mcp
Connect to this endpoint to inspect the live schema for axis_process 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-foundry]
url = "https://api.avatar.jonathanarvay.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"axis-foundry": {
"type": "http",
"url": "https://api.avatar.jonathanarvay.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: axis-foundry
Remote MCP URL: https://api.avatar.jonathanarvay.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-foundry": {
"url": "https://api.avatar.jonathanarvay.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"axis-foundry": {
"type": "http",
"url": "https://api.avatar.jonathanarvay.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "axis-foundry",
"transport": "streamable-http",
"url": "https://api.avatar.jonathanarvay.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
axis_list_capabilities— List all AXIS Foundry capabilities (input formats, export platforms, validation rules).axis_validate— Validate an avatar mesh file.axis_inspect— Inspect an avatar's contract state and provenance chain (stage, bone/vertex counts, provenance step count, chain_valid + any broken links).axis_compare— Compare two avatar contracts.post_process_mesh— Post-process a RAW generated mesh (normalize → mesh-repair → rig/skin → validate → export) and return the finished, validated GLB as base64.axis_export— Export an avatar to a target engine platform with validation and HMAC-signed manifest.axis_manifest_verify— Verify an export manifest's integrity and optionally check content hash.repair_mesh— Repair a mesh into AXIS canonical frame (scale/axis/degenerates/normals) and return repair metrics.